Class Option.UriPrefixPair
java.lang.Object
org.apache.cxf.maven_plugin.wsdl2js.Option.UriPrefixPair
- Enclosing class:
- Option
Since an arbitrary URI can't be an XML element name,
these pairs are used to specify a mapping from URI
to prefix.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
UriPrefixPair
public UriPrefixPair()
-
-
Method Details
-
getUri
- Returns:
- the uri
-
setUri
Set the URI.- Parameters:
uri
- the uri.
-
getPrefix
- Returns:
- the prefix.
-
setPrefix
Set the prefix.- Parameters:
prefix
- the prefix.
-