|
||||||||||
| 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.XDSClassDefElement
A <class-def> element.
XDSSchemaDefElement.appendClassDefElement()| Method Summary | |
XDSAttrDefElement |
appendAttrDefElement()
Appends an empty child <attr-def> element to this
element. |
List |
childElements()
Returns this element's child elements. |
void |
setASN1ID(String someID)
Sets this element's asn1id attribute to
someName. |
void |
setClassName(String someName)
Sets this element's class-name attribute to
someName. |
void |
setContainer(boolean isContainer)
Sets this element's container attribute to
isGroup. |
| 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 |
| Method Detail |
public List childElements()
childElements in interface XDSElementchildElements in class ElementImplCollections.EMPTY_LIST or a list of
XDSAttrDefElement and NonXDSElement
objects; will not return nullpublic void setClassName(String someName)
class-name attribute to
someName.
someName - if null or "", no action is
takenpublic void setASN1ID(String someID)
asn1id attribute to
someName.
someID - if null or "", no action is
takenpublic void setContainer(boolean isContainer)
container attribute to
isGroup.
isContainer - is this class a container?public XDSAttrDefElement appendAttrDefElement()
<attr-def> element to this
element.
null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||