|
||||||||||
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 AssociationElementsParent
childElements
in class ElementImpl
XDSAssociationElement
and zero or
more NonXDSElement
objects; will not return
null
public List extractAssociationElements()
AssociationElementsParent
<association>
elements.
extractAssociationElements
in interface AssociationElementsParent
XDSAssociationElement
objects; will
not return null
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()
CommandElement
.
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 void setEventID(String someID)
CommandElement
event-id
attribute to
someID
.
setEventID
in interface CommandElement
someID
- 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 AssociationElementsParent
someText
- 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 |