com.ibm.j2ca.extension.emd.description
Class ImportedNameSpace
java.lang.Object
com.ibm.j2ca.extension.emd.description.ImportedNameSpace
- public class ImportedNameSpace
- extends java.lang.Object
This class represents the Imported name spaces parts of a XSD defintion It
includes a namespace and the location of the imported XSD.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImportedNameSpace
public ImportedNameSpace()
getLocation
public java.lang.String getLocation()
- Returns:
- location The location of the XSD
setLocation
public void setLocation(java.lang.String location)
- Parameters:
location
- The location of the XSD
getNameSpace
public java.lang.String getNameSpace()
- Returns:
- namespace The nameSpace that has to be imported
setNameSpace
public void setNameSpace(java.lang.String nameSpace)
- Parameters:
nameSpace
- The nameSpace that has to be imported