com.novell.nds.dirxml.driver.xds
Class XDSAddAssociationElement

java.lang.Object
  extended bycom.novell.nds.dirxml.driver.xds.ElementImpl
      extended bycom.novell.nds.dirxml.driver.xds.XDSAddAssociationElement
All Implemented Interfaces:
CommandElement, TextParent, XDSElement

public class XDSAddAssociationElement
extends ElementImpl
implements TextParent, CommandElement

An <add-association> element.

See Also:
XDSCommandResultDocument.appendAddAssociationElement()

Method Summary
 void appendText(String someText)
          Appends a single, child text node containing someText to this element.
 String extractText()
          Returns the concatenated child text nodes of this element.
 String getClassName()
          Gets the value of this element's class-name attribute.
 String getEventID()
          Gets the value of this element's event-id attribute.
 String getQualifiedSrcDN()
          Gets the value of this element's qualified-src-dn attribute.
 String getSrcDN()
          A method stub for implementing interface CommandElement.
 String getSrcEntryID()
          A method stub for implementing interface CommandElement.
 void setDestDN(String someDN)
          Sets this element's dest-dn attribute to someDN.
 void setDestEntryID(String someID)
          Sets this element's dest-entry-id attribute to someID.
 void setEventID(String someID)
          Sets this element's event-id attribute to someID.
 
Methods inherited from class com.novell.nds.dirxml.driver.xds.ElementImpl
attributeValueGet, attributeValueGet, attributeValueSet, childElements, documentImpl, domDocument, domElement, localName, namespaceName, position, tagName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.novell.nds.dirxml.driver.xds.XDSElement
attributeValueGet, attributeValueGet, attributeValueSet, childElements, domDocument, domElement, localName, namespaceName, position, tagName
 

Method Detail

getEventID

public String getEventID()
Description copied from interface: CommandElement
Gets the value of this element's event-id attribute.

Invocation Context:
READ

Specified by:
getEventID in interface CommandElement
Returns:
may return null; will not return ""

getSrcDN

public String getSrcDN()
A method stub for implementing interface CommandElement.

Invocation Context:
READ

Specified by:
getSrcDN in interface CommandElement
Returns:
always returns null; will not return ""

getQualifiedSrcDN

public String getQualifiedSrcDN()
Gets the value of this element's qualified-src-dn attribute.

Invocation Context:
READ

Specified by:
getQualifiedSrcDN in interface CommandElement
Returns:
always returns null; will not return ""
Since:
DTD 2.0

getSrcEntryID

public String getSrcEntryID()
A method stub for implementing interface CommandElement.

Invocation Context:
READ

Specified by:
getSrcEntryID in interface CommandElement
Returns:
always returns null; will not return ""

getClassName

public String getClassName()
Gets the value of this element's class-name attribute.

Invocation Context:
READ

Specified by:
getClassName in interface CommandElement
Returns:
always returns null

extractText

public String extractText()
Description copied from interface: TextParent
Returns the concatenated child text nodes of this element.

Invocation Context:
READ

Specified by:
extractText in interface TextParent
Returns:
all of the child text nodes of this element; may be null; will not return ""

setEventID

public void setEventID(String someID)
Description copied from interface: CommandElement
Sets this element's event-id attribute to someID.

Invocation Context:
WRITE

Specified by:
setEventID in interface CommandElement
Parameters:
someID - if null or "", no action is taken

setDestDN

public void setDestDN(String someDN)
Sets this element's dest-dn attribute to someDN.

Invocation Context:
WRITE

Parameters:
someDN - if null or "", no action is taken

setDestEntryID

public void setDestEntryID(String someID)
Sets this element's dest-entry-id attribute to someID.

Invocation Context:
WRITE

Parameters:
someID - if null or "", no action is taken

appendText

public void appendText(String someText)
Description copied from interface: TextParent
Appends a single, child text node containing someText to this element.

Invocation Context:
WRITE

Specified by:
appendText in interface TextParent
Parameters:
someText - the text being appended; if null or "", no action is taken