Class NamespaceURIMapping
java.lang.Object
org.apache.axis2.maven2.wsdl2code.NamespaceURIMapping
Data class for specifying URI->Package mappings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the package name, to which the URI shall be mapped.getUri()Returns the URI, which shall be mapped.voidsetPackageName(String pPackageName) Sets the package name, to which the URI shall be mapped.voidSets the URI, which shall be mapped.
-
Constructor Details
-
NamespaceURIMapping
public NamespaceURIMapping()
-
-
Method Details
-
getPackageName
Returns the package name, to which the URI shall be mapped. -
setPackageName
Sets the package name, to which the URI shall be mapped. -
getUri
Returns the URI, which shall be mapped. -
setUri
Sets the URI, which shall be mapped.
-