|
||||||||||
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.XDSModifyPasswordElement
A <modify-password>
element.
XDSCommandDocument.appendModifyPasswordElement()
,
XDSCommandDocument.childElements()
Method Summary | |
XDSAssociationElement |
appendAssociationElement(String someText)
Appends a child <association> element to this
element. |
XDSOldPasswordElement |
appendOldPasswordElement(String someText)
Appends a child <old-password> element to this
element. |
XDSPasswordElement |
appendPasswordElement(String someText)
Appends a child <password> 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. |
XDSOldPasswordElement |
extractOldPasswordElement()
Returns this element's child <old-password> element. |
String |
extractOldPasswordText()
Returns the concatenated child text nodes from this element's child <old-password> element. |
XDSPasswordElement |
extractPasswordElement()
Returns this element's child <password> element. |
String |
extractPasswordText()
Returns the concatenated child text nodes from this element's child <password> element. |
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 getEventID()
CommandElement
event-id
attribute.
getEventID
in interface CommandElement
null
; will not return ""
public String getSrcEntryID()
src-entry-id
attribute.
getSrcEntryID
in interface CommandElement
null
; will not return ""
public String extractOldPasswordText()
<old-password>
element.
null
; will not return ""
public String extractPasswordText()
<password>
element.
extractPasswordText
in interface PasswordElementParent
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 XDSPasswordElement extractPasswordElement()
<password>
element.
extractPasswordElement
in interface PasswordElementParent
null
public XDSOldPasswordElement extractOldPasswordElement()
<old-password>
element.
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 getDestDN()
dest-dn
attribute.
null
; will not return ""
public List childElements()
childElements
in interface XDSElement
childElements
in class ElementImpl
XDSAssociationElement
,
XDSPasswordElement
,
XDSOldPasswordElement
, and
NonXDSElement
objects; will not return
null
public void setEventID(String someID)
CommandElement
event-id
attribute to
someID
.
setEventID
in interface CommandElement
someID
- if null
or ""
, no action is
takenpublic 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 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
public XDSPasswordElement appendPasswordElement(String someText)
PasswordElementParent
<password>
element to this element.
The <password>
element contains the text
someText
.
appendPasswordElement
in interface PasswordElementParent
someText
- the password value; if null
or
""
, an empty, child <password>
element is appended
null
public XDSOldPasswordElement appendOldPasswordElement(String someText)
<old-password>
element to this
element. The <old-password>
element contains the
text someText
.
someText
- the old password value; if null
or
""
, an empty, child
<old-password>
element is appended
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |