|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.maven2.wsdl2code.NamespaceURIMapping
public class NamespaceURIMapping
Data class for specifying URI->Package mappings.
Constructor Summary | |
---|---|
NamespaceURIMapping()
|
Method Summary | |
---|---|
String |
getPackageName()
Returns the package name, to which the URI shall be mapped. |
String |
getUri()
Returns the URI, which shall be mapped. |
void |
setPackageName(String pPackageName)
Sets the package name, to which the URI shall be mapped. |
void |
setUri(String pUri)
Sets the URI, which shall be mapped. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamespaceURIMapping()
Method Detail |
---|
public String getPackageName()
public void setPackageName(String pPackageName)
public String getUri()
public void setUri(String pUri)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |