|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Any XDS element with zero or one child <password>
elements.
This class represents the password?
occurrence indicator (zero
or one) or a sequence that contains a password element only once
(password)
.
Method Summary | |
XDSPasswordElement |
appendPasswordElement(String someText)
Appends a child <password> element to this 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. |
Methods inherited from interface com.novell.nds.dirxml.driver.xds.XDSElement |
attributeValueGet, attributeValueGet, attributeValueSet, childElements, domDocument, domElement, localName, namespaceName, position, tagName |
Method Detail |
public XDSPasswordElement appendPasswordElement(String someText)
<password>
element to this element.
The <password>
element contains the text
someText
.
someText
- the password value; if null
or
""
, an empty, child <password>
element is appended
null
public String extractPasswordText()
<password>
element.
null
; will not return ""
public XDSPasswordElement extractPasswordElement()
<password>
element.
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |