Class NamespaceURIMapping

java.lang.Object
org.apache.axis2.maven2.wsdl2code.NamespaceURIMapping

public class NamespaceURIMapping extends Object
Data class for specifying URI->Package mappings.
  • Constructor Details

    • NamespaceURIMapping

      public NamespaceURIMapping()
  • Method Details

    • getPackageName

      public String getPackageName()
      Returns the package name, to which the URI shall be mapped.
    • setPackageName

      public void setPackageName(String pPackageName)
      Sets the package name, to which the URI shall be mapped.
    • getUri

      public String getUri()
      Returns the URI, which shall be mapped.
    • setUri

      public void setUri(String pUri)
      Sets the URI, which shall be mapped.