Apache CXF API

org.apache.cxf.maven_plugin.wsdl2js
Class Option.UriPrefixPair

java.lang.Object
  extended by 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.


Constructor Summary
Option.UriPrefixPair()
           
 
Method Summary
 String getPrefix()
           
 String getUri()
           
 void setPrefix(String prefix)
          Set the prefix.
 void setUri(String uri)
          Set the URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Option.UriPrefixPair

public Option.UriPrefixPair()
Method Detail

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 API

Apache CXF