org.ipdr.common
Class NameSpaceInfo

java.lang.Object
  extended by org.ipdr.common.NameSpaceInfo

public final class NameSpaceInfo
extends java.lang.Object

This associates a nameSpaceURI with a simple identifier. It is used to incorporate namespaces besides default from which attributes are defined.


Field Summary
 java.lang.String nameSpaceID_
          To store the namespace ID string
 java.lang.String nameSpaceURI_
          To store the namespace URI string
 
Constructor Summary
NameSpaceInfo()
          Constructor for the NameSpaceInfo object
NameSpaceInfo(java.lang.String nameSpaceURI, java.lang.String nameSpaceID)
          Constructor for the NameSpaceInfo object
 
Method Summary
 java.lang.String getNameSpaceID()
          This method will return the namespace ID.
 java.lang.String getNameSpaceURI()
          This method will return the namespace URI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nameSpaceURI_

public java.lang.String nameSpaceURI_
To store the namespace URI string


nameSpaceID_

public java.lang.String nameSpaceID_
To store the namespace ID string

Constructor Detail

NameSpaceInfo

public NameSpaceInfo()
Constructor for the NameSpaceInfo object


NameSpaceInfo

public NameSpaceInfo(java.lang.String nameSpaceURI,
                     java.lang.String nameSpaceID)
Constructor for the NameSpaceInfo object

Parameters:
nameSpaceURI - NameSpace URI
nameSpaceID - NameSpace ID
Method Detail

getNameSpaceID

public java.lang.String getNameSpaceID()
This method will return the namespace ID.

Returns:
nameSpaceID will be returned

getNameSpaceURI

public java.lang.String getNameSpaceURI()
This method will return the namespace URI.

Returns:
nameSpaceURI will be returned