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.
  • Constructor Details

    • UriPrefixPair

      public UriPrefixPair()
  • Method Details

    • 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.