com.ibm.j2ca.extension.emd.description
Class ImportedNameSpace

java.lang.Object
  extended bycom.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.


Constructor Summary
ImportedNameSpace()
           
 
Method Summary
 java.lang.String getLocation()
           
 java.lang.String getNameSpace()
           
 void setLocation(java.lang.String location)
           
 void setNameSpace(java.lang.String nameSpace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportedNameSpace

public ImportedNameSpace()
Method Detail

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