com.novell.nds.dirxml.util
Class XdsDN.DNComponent

java.lang.Object
  extended by com.novell.nds.dirxml.util.XdsDN.DNComponent
Enclosing class:
XdsDN

public static class XdsDN.DNComponent
extends Object


Field Summary
 XdsDN.DNComponent next
           
 String type
           
 String value
           
 
Constructor Summary
XdsDN.DNComponent(String t, String v)
           
XdsDN.DNComponent(XdsDN.DNComponent copy)
           
 
Method Summary
 XdsDN.DNComponent getNext()
          Return the next name/value pair for the component.
 String getType()
          Return the type qualifier for the component.
 String getValue()
          Return the value for the component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public String type

value

public String value

next

public XdsDN.DNComponent next
Constructor Detail

XdsDN.DNComponent

public XdsDN.DNComponent(String t,
                         String v)

XdsDN.DNComponent

public XdsDN.DNComponent(XdsDN.DNComponent copy)
Method Detail

getType

public String getType()
Return the type qualifier for the component.

Returns:
type qualifier.

getValue

public String getValue()
Return the value for the component.

Returns:
type qualifier.

getNext

public XdsDN.DNComponent getNext()
Return the next name/value pair for the component.

Returns:
next component or null if this is the last component of the RDN.