org.apache.axis2.maven2.wsdl2code
Class NamespaceURIMapping

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

public class NamespaceURIMapping
extends Object

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

NamespaceURIMapping

public NamespaceURIMapping()
Method Detail

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.



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.