|
||||||||||
| 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.XDSModifyAssociationElement
A <modify-association> element.
XDSCommandDocument.appendModifyAssociationElement()| Method Summary | |
XDSAssociationElement |
appendAssociationElement(String someText)
Appends a child <association> element to this
element. |
List |
childElements()
Returns this element's child elements. |
List |
extractAssociationElements()
Returns this element's child <association> elements. |
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()
A method stub for implementing interface CommandElement. |
String |
getSrcDN()
A method stub for implementing interface CommandElement. |
String |
getSrcEntryID()
A method stub for implementing interface CommandElement. |
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, 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 List childElements()
childElements in interface AssociationElementsParentchildElements in class ElementImplXDSAssociationElement and zero or
more NonXDSElement objects; will not return
nullpublic List extractAssociationElements()
AssociationElementsParent<association> elements.
extractAssociationElements in interface AssociationElementsParentXDSAssociationElement objects; will
not return nullpublic String getEventID()
CommandElementevent-id attribute.
getEventID in interface CommandElementnull; will not return ""public String getSrcDN()
CommandElement.
getSrcDN in interface CommandElementnull; will not return
""public String getQualifiedSrcDN()
CommandElement.
getQualifiedSrcDN in interface CommandElementnull; will not return
""public String getSrcEntryID()
CommandElement.
getSrcEntryID in interface CommandElementnull; will not return
""public String getClassName()
class-name attribute.
getClassName in interface CommandElementpublic void setEventID(String someID)
CommandElementevent-id attribute to
someID.
setEventID in interface CommandElementsomeID - if null or "", no action is
takenpublic XDSAssociationElement appendAssociationElement(String someText)
AssociationElementsParent<association> element to this
element. The <association> element contains the text
someText.
appendAssociationElement in interface AssociationElementsParentsomeText - 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 | |||||||||