|
||||||||||
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 CommandElement
null
; will not return ""
public String getEventID()
CommandElement
event-id
attribute.
getEventID
in interface CommandElement
null
; will not return ""
public String getSrcDN()
src-dn
attribute.
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 getQualifiedOldSrcDN()
qualified-old-src-dn
attribute.
null
; will not return ""
public String getSrcEntryID()
src-entry-id
attribute.
getSrcEntryID
in interface CommandElement
null
; will not return ""
public String getOldSrcDN()
old-src-dn
attribute.
null
; will not return ""
public XDSParentElement extractParentElement()
<parent>
element.
null
public XDSAssociationElement extractAssociationElement()
AssociationElementParent
<association>
element.
extractAssociationElement
in interface AssociationElementParent
null
public String extractAssociationText()
AssociationElementParent
<association>
element.
extractAssociationText
in interface AssociationElementParent
null
; will not return ""
public List childElements()
childElements
in interface XDSElement
childElements
in class ElementImpl
XDSAssociationElement
,
XDSParentElement
, and NonXDSElement
objects; will not return null
public XDSParentElement appendParentElement()
<parent>
element to this
element.
null
public 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)
CommandElement
event-id
attribute to
someID
.
setEventID
in interface CommandElement
someID
- 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 AssociationElementParent
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 |