org.apache.cxf.maven_plugin.wsdl2js
Class Option.UriPrefixPair
java.lang.Object
org.apache.cxf.maven_plugin.wsdl2js.Option.UriPrefixPair
- Enclosing class:
- Option
public static class Option.UriPrefixPair
- extends Object
Since an arbitrary URI can't be an XML element name,
these pairs are used to specify a mapping from URI
to prefix.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Option.UriPrefixPair
public Option.UriPrefixPair()
getUri
public String getUri()
- Returns:
- the uri
setUri
public void setUri(String uri)
- Set the URI.
- Parameters:
uri
- the uri.
getPrefix
public String getPrefix()
- Returns:
- the prefix.
setPrefix
public void setPrefix(String prefix)
- Set the prefix.
- Parameters:
prefix
- the prefix.
Apache CXF