|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.nds.dirxml.driver.xds.ElementImpl
com.novell.nds.dirxml.driver.xds.XDSAddAssociationElement
An <add-association>
element.
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 |
public String getEventID()
CommandElement
event-id
attribute.
getEventID
in interface CommandElement
null
; will not return ""
public String getSrcDN()
CommandElement
.
getSrcDN
in interface CommandElement
null
; will not return
""
public String getQualifiedSrcDN()
qualified-src-dn
attribute.
getQualifiedSrcDN
in interface CommandElement
null
; will not return
""
public String getSrcEntryID()
CommandElement
.
getSrcEntryID
in interface CommandElement
null
; will not return
""
public String getClassName()
class-name
attribute.
getClassName
in interface CommandElement
public String extractText()
TextParent
extractText
in interface TextParent
null
; will not return ""
public void setEventID(String someID)
CommandElement
event-id
attribute to
someID
.
setEventID
in interface CommandElement
someID
- if null
or ""
, no action is
takenpublic void setDestDN(String someDN)
dest-dn
attribute to
someDN
.
someDN
- if null
or ""
, no action is
takenpublic void setDestEntryID(String someID)
dest-entry-id
attribute to
someID
.
someID
- if null
or ""
, no action is
takenpublic void appendText(String someText)
TextParent
someText
to
this element.
appendText
in interface TextParent
someText
- the text being appended; if null
or
""
, no action is taken
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |