|
||||||||||
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.XDSSchemaDefElement
A <schema-def>
element.
XDSSchemaResultDocument.appendSchemaDefElement()
Method Summary | |
XDSClassDefElement |
appendClassDefElement()
Appends an empty child <class-def> element to this
element. |
void |
setApplicationName(String someName)
Sets this element's application-name attribute to
someName . |
void |
setDNDelims(String someDelims)
Sets this element's dn-delims attribute to
someDelims . |
void |
setDNFormat(DNFormat someFormat)
Sets this element's dn-format attribute to
someFormat . |
void |
setHierarchical(boolean isHierarchical)
Sets this element's hierarchical attribute to
isHierarchical . |
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 |
Method Detail |
public void setApplicationName(String someName)
application-name
attribute to
someName
.
someName
- if null
or ""
, no action is
takenpublic void setHierarchical(boolean isHierarchical)
hierarchical
attribute to
isHierarchical
.
isHierarchical
- is this schema hierarchical?public void setDNFormat(DNFormat someFormat)
dn-format
attribute to
someFormat
.
someFormat
- what DN format does this schema use?public void setDNDelims(String someDelims)
dn-delims
attribute to
someDelims
.
someDelims
- what are the DN delimiters for this schema?public XDSClassDefElement appendClassDefElement()
<class-def>
element to this
element.
null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |