|
||||||||||
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.XDSRenameElement
A <rename>
element.
XDSCommandDocument.appendRenameElement()
,
XDSCommandDocument.childElements()
Method Summary | |
XDSAssociationElement |
appendAssociationElement(String someText)
Appends a child <association> element to this
element. |
XDSNewNameElement |
appendNewNameElement(String someName)
Appends a child <new-name> 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. |
XDSNewNameElement |
extractNewNameElement()
Returns this element's child <new-name> element. |
String |
extractNewNameText()
Returns the concatenated child text nodes from this element's child <new-name> 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. |
boolean |
getRemoveOldName()
Gets the value of this element's remove-old-name 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 src-dn attribute to
someDN . |
void |
setRemoveOldName(boolean value)
Sets this element's remove-old-name attribute to
value . |
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 List childElements()
childElements
in interface XDSElement
childElements
in class ElementImpl
Collections.EMPTY_LIST
or a list of
XDSAssociationElement
,
XDSNewNameElement
, and NonXDSElement
objects; will not return null
public String getClassName()
class-name
attribute.
getClassName
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 getEventID()
CommandElement
event-id
attribute.
getEventID
in interface CommandElement
null
; will not return ""
public String getOldSrcDN()
old-src-dn
attribute.
null
; will not return ""
public boolean getRemoveOldName()
remove-old-name
attribute.
true
or false
(default)public XDSNewNameElement extractNewNameElement()
<new-name>
element.
null
public String extractNewNameText()
<new-name>
element.
null
; will not return
""
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 XDSNewNameElement appendNewNameElement(String someName)
<new-name>
element to this element.
The <new-name>
element contains the text
someText
.
someName
- the association value; if null
or
""
, an empty, child
<association>
element is appended
null
public void setSrcDN(String someDN)
src-dn
attribute to
someDN
.
someDN
- if null
or ""
, no action is
takenpublic void setRemoveOldName(boolean value)
remove-old-name
attribute to
value
.
value
- public void setClassName(String someName)
class-name
attribute to
someName
.
someName
- if null
or ""
, no action is
takenpublic void setEventID(String someID)
event-id
attribute to
someID
.
setEventID
in interface CommandElement
someID
- if null
or ""
, no action is
takenpublic void setOldSrcDN(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 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 |