|
||||||||||
| 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.XDSProductElement
A <product> element.
XDSSourceElement| Method Summary | |
void |
appendText(String someText)
Appends a single, child text node containing someText to
this element. |
String |
extractText()
Returns the concatenated child text nodes of this element. |
String |
getASN1ID()
Gets the value of this element's asn1id attribute. |
String |
getBuild()
Gets the value of this element's build attribute. |
String |
getInstance()
Gets the value of this element's instance attribute. |
String |
getVersion()
Gets the value of this element's version attribute. |
void |
setASN1ID(String someID)
Sets this element's asn1id attribute to
someID. |
void |
setBuild(String someID)
Sets this element's build attribute to someID. |
void |
setInstance(String someName)
Sets this element's instance attribute to
someName. |
void |
setVersion(String someVersion)
Sets this element's version attribute to
someVersion. |
| Methods inherited from class com.novell.nds.dirxml.driver.xds.ElementImpl |
attributeValueGet, attributeValueGet, attributeValueSet, childElements, 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, childElements, domDocument, domElement, localName, namespaceName, position, tagName |
| Method Detail |
public String extractText()
TextParent
extractText in interface TextParentnull; will not return ""public String getVersion()
version attribute.
null; will not return ""public String getASN1ID()
asn1id attribute.
null; will not return ""public String getInstance()
instance attribute.
null; will not return ""public String getBuild()
build attribute.
null; will not return ""public void setVersion(String someVersion)
version attribute to
someVersion.
someVersion - if null or "", no action is
takenpublic void setInstance(String someName)
instance attribute to
someName.
someName - if null or "", no action is
takenpublic void setBuild(String someID)
build attribute to someID.
someID - if null or "", no action is
takenpublic void setASN1ID(String someID)
asn1id attribute to
someID.
someID - if null or "", no action is
takenpublic void appendText(String someText)
TextParentsomeText to
this element.
appendText in interface TextParentsomeText - the text being appended; if null or
"", no action is taken
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||