|
||||||||||
| 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.XDSModifyElement
A <modify> element.
XDSCommandDocument.appendModifyElement(),
XDSCommandDocument.childElements()| Method Summary | |
XDSAssociationElement |
appendAssociationElement(String someText)
Appends a child <association> element to this
element. |
XDSModifyAttrElement |
appendModifyAttrElement()
Appends an empty, child <modify-attr> 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. |
List |
extractModifyAttrElements()
Returns this element's child modify-attr elements. |
String |
getClassName()
Gets the value of this element's class-name attribute. |
String |
getDestDN()
Gets the value of this element's dest-dn 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()
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 |
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 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 getDestDN()
dest-dn attribute.
null; will not return ""public String getSrcEntryID()
src-entry-id attribute.
getSrcEntryID in interface CommandElementnull; will not return ""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 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 ElementImplCollections.EMPTY_LIST or a list of
XDSModifyAttrElement and
NonXDSElement objects; will not return
nullpublic List extractModifyAttrElements()
modify-attr elements.
java.util.Collections.EMPTY_LIST or a list of
XDSModifyAttrElement objects; will not return
nullpublic 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 XDSModifyAttrElement appendModifyAttrElement()
<modify-attr> element to this
element.
nullpublic void setClassName(String someName)
class-name attribute to
someName.
someName - 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 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 | |||||||||