|
||||||||||
| 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.XDSMoveElement
A <move> element.
XDSCommandDocument| Method Summary | |
XDSAssociationElement |
appendAssociationElement(String someText)
Appends a child <association> element to this
element. |
XDSParentElement |
appendParentElement()
Appends an empty, child <parent> element to this
element. |
List |
childElements()
Returns this element's child elements. |
XDSAssociationElement |
extractAssociationElement()
Returns this element's child <association> element. |
String |
extractAssociationText()
Returns the concatenated child text nodes from this element's child <association> element. |
XDSParentElement |
extractParentElement()
Returns this element's child <parent> 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 |
getOldSrcDN()
Gets the value of this element's old-src-dn attribute. |
String |
getQualifiedOldSrcDN()
Gets the value of this element's qualified-old-src-dn
attribute. |
String |
getQualifiedSrcDN()
Gets the value of this element's qualified-src-dn
attribute. |
String |
getSrcDN()
Gets the value of this element's src-dn attribute. |
String |
getSrcEntryID()
Gets the value of this element's src-entry-id attribute. |
void |
setClassName(String someName)
Sets this element's class-name attribute to
someName. |
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. |
void |
setOldSrcDN(String someDN)
Sets this element's old-src-dn attribute to
someDN. |
void |
setSrcDN(String someDN)
Sets this element's src-dn attribute to
someDN. |
| Methods inherited from class com.novell.nds.dirxml.driver.xds.ElementImpl |
attributeValueGet, attributeValueGet, attributeValueSet, 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, domDocument, domElement, localName, namespaceName, position, tagName |
| Method Detail |
public String getClassName()
class-name attribute.
getClassName in interface CommandElementnull; will not return ""public String getEventID()
CommandElementevent-id attribute.
getEventID in interface CommandElementnull; will not return ""public String getSrcDN()
src-dn attribute.
getSrcDN in interface CommandElementnull; will not return ""public String getQualifiedSrcDN()
qualified-src-dn
attribute.
getQualifiedSrcDN in interface CommandElementnull; will not return ""public String getQualifiedOldSrcDN()
qualified-old-src-dn
attribute.
null; will not return ""public String getSrcEntryID()
src-entry-id attribute.
getSrcEntryID in interface CommandElementnull; will not return ""public String getOldSrcDN()
old-src-dn attribute.
null; will not return ""public XDSParentElement extractParentElement()
<parent> element.
nullpublic XDSAssociationElement extractAssociationElement()
AssociationElementParent<association> element.
extractAssociationElement in interface AssociationElementParentnullpublic String extractAssociationText()
AssociationElementParent<association> element.
extractAssociationText in interface AssociationElementParentnull; will not return ""public List childElements()
childElements in interface XDSElementchildElements in class ElementImplXDSAssociationElement,
XDSParentElement, and NonXDSElement
objects; will not return nullpublic XDSParentElement appendParentElement()
<parent> element to this
element.
nullpublic void setClassName(String someName)
class-name attribute to
someName.
someName - if null or "", no action is
takenpublic void setSrcDN(String someDN)
src-dn attribute to
someDN.
someDN - 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 setEventID(String someID)
CommandElementevent-id attribute to
someID.
setEventID in interface CommandElementsomeID - if null or "", no action is
takenpublic void setOldSrcDN(String someDN)
old-src-dn attribute to
someDN.
someDN - if null or "", no action is
takenpublic XDSAssociationElement appendAssociationElement(String someText)
AssociationElementParent<association> element to this
element. The <association> element contains the text
someText.
appendAssociationElement in interface AssociationElementParentsomeText - the association value; if null or
"", an empty, child
<association> element is appended
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||