|
||||||||||
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.XDSCheckObjectPasswordElement
A <check-object-password>
element.
//TODO: can submit to eDir?
Method Summary | |
XDSAssociationElement |
appendAssociationElement(String someText)
A method stub for implementing interface CommandElement . |
XDSPasswordElement |
appendPasswordElement(String someText)
A method stub for implementing interface CommandElement . |
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. |
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()
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)
A method stub for implementing interface CommandElement . |
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 getSrcDN()
CommandElement
.
getSrcDN
in interface CommandElement
null
; will not return
""
public String getSrcEntryID()
CommandElement
.
getSrcEntryID
in interface CommandElement
null
; will not return
""
public String getDestDN()
dest-dn
attribute.
null
; will not return ""
public String extractPasswordText()
PasswordElementParent
<password>
element.
extractPasswordText
in interface PasswordElementParent
null
; will not return ""
public XDSPasswordElement extractPasswordElement()
PasswordElementParent
<password>
element.
extractPasswordElement
in interface PasswordElementParent
null
public String getEventID()
CommandElement
event-id
attribute.
getEventID
in interface CommandElement
null
; will not return ""
public String getQualifiedSrcDN()
CommandElement
.
getQualifiedSrcDN
in interface CommandElement
null
; will not return ""
public String getClassName()
class-name
attribute.
getClassName
in interface CommandElement
public List childElements()
childElements
in interface XDSElement
childElements
in class ElementImpl
Collections.EMPTY_LIST
or a list of
XDSAssociationElement
,
XDSPasswordElement
,
XDSAddAttrElement
, and NonXDSElement
objects; will not return null
public XDSAssociationElement extractAssociationElement()
<association>
element.
extractAssociationElement
in interface AssociationElementParent
null
public String extractAssociationText()
<association>
element.
extractAssociationText
in interface AssociationElementParent
null
public XDSPasswordElement appendPasswordElement(String someText)
CommandElement
.
appendPasswordElement
in interface PasswordElementParent
someText
- do not invoke
public XDSAssociationElement appendAssociationElement(String someText)
CommandElement
.
appendAssociationElement
in interface AssociationElementParent
someText
- do not invoke
public void setEventID(String someID)
CommandElement
.
setEventID
in interface CommandElement
someID
- do not invoke
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |