public interface ClassificationNodeType extends RegistryObjectType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClassificationNodeType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ClassificationNodeType |
addNewClassificationNode()
Appends and returns a new empty value (as xml) as the last "ClassificationNode" element
|
ClassificationNodeType[] |
getClassificationNodeArray()
Gets array of all "ClassificationNode" elements
|
ClassificationNodeType |
getClassificationNodeArray(int i)
Gets ith "ClassificationNode" element
|
java.lang.String |
getCode()
Gets the "code" attribute
|
java.lang.String |
getParent()
Gets the "parent" attribute
|
java.lang.String |
getPath()
Gets the "path" attribute
|
ClassificationNodeType |
insertNewClassificationNode(int i)
Inserts and returns a new empty value (as xml) as the ith "ClassificationNode" element
|
boolean |
isSetCode()
True if has "code" attribute
|
boolean |
isSetParent()
True if has "parent" attribute
|
boolean |
isSetPath()
True if has "path" attribute
|
void |
removeClassificationNode(int i)
Removes the ith "ClassificationNode" element
|
void |
setClassificationNodeArray(ClassificationNodeType[] classificationNodeArray)
Sets array of all "ClassificationNode" element
|
void |
setClassificationNodeArray(int i,
ClassificationNodeType classificationNode)
Sets ith "ClassificationNode" element
|
void |
setCode(java.lang.String code)
Sets the "code" attribute
|
void |
setParent(java.lang.String parent)
Sets the "parent" attribute
|
void |
setPath(java.lang.String path)
Sets the "path" attribute
|
int |
sizeOfClassificationNodeArray()
Returns number of "ClassificationNode" element
|
void |
unsetCode()
Unsets the "code" attribute
|
void |
unsetParent()
Unsets the "parent" attribute
|
void |
unsetPath()
Unsets the "path" attribute
|
LongName |
xgetCode()
Gets (as xml) the "code" attribute
|
ReferenceURI |
xgetParent()
Gets (as xml) the "parent" attribute
|
org.apache.xmlbeans.XmlString |
xgetPath()
Gets (as xml) the "path" attribute
|
void |
xsetCode(LongName code)
Sets (as xml) the "code" attribute
|
void |
xsetParent(ReferenceURI parent)
Sets (as xml) the "parent" attribute
|
void |
xsetPath(org.apache.xmlbeans.XmlString path)
Sets (as xml) the "path" attribute
|
addNewClassification, addNewDescription, addNewExternalIdentifier, addNewName, addNewVersionInfo, getClassificationArray, getClassificationArray, getDescription, getExternalIdentifierArray, getExternalIdentifierArray, getLid, getName, getObjectType, getStatus, getVersionInfo, insertNewClassification, insertNewExternalIdentifier, isSetDescription, isSetLid, isSetName, isSetObjectType, isSetStatus, isSetVersionInfo, removeClassification, removeExternalIdentifier, setClassificationArray, setClassificationArray, setDescription, setExternalIdentifierArray, setExternalIdentifierArray, setLid, setName, setObjectType, setStatus, setVersionInfo, sizeOfClassificationArray, sizeOfExternalIdentifierArray, unsetDescription, unsetLid, unsetName, unsetObjectType, unsetStatus, unsetVersionInfo, xgetLid, xgetObjectType, xgetStatus, xsetLid, xsetObjectType, xsetStatusaddNewSlot, getHome, getId, getSlotArray, getSlotArray, insertNewSlot, isSetHome, removeSlot, setHome, setId, setSlotArray, setSlotArray, sizeOfSlotArray, unsetHome, xgetHome, xgetId, xsetHome, xsetIdchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextClassificationNodeType[] getClassificationNodeArray()
ClassificationNodeType getClassificationNodeArray(int i)
int sizeOfClassificationNodeArray()
void setClassificationNodeArray(ClassificationNodeType[] classificationNodeArray)
void setClassificationNodeArray(int i,
ClassificationNodeType classificationNode)
ClassificationNodeType insertNewClassificationNode(int i)
ClassificationNodeType addNewClassificationNode()
void removeClassificationNode(int i)
java.lang.String getParent()
ReferenceURI xgetParent()
boolean isSetParent()
void setParent(java.lang.String parent)
void xsetParent(ReferenceURI parent)
void unsetParent()
java.lang.String getCode()
LongName xgetCode()
boolean isSetCode()
void setCode(java.lang.String code)
void xsetCode(LongName code)
void unsetCode()
java.lang.String getPath()
org.apache.xmlbeans.XmlString xgetPath()
boolean isSetPath()
void setPath(java.lang.String path)
void xsetPath(org.apache.xmlbeans.XmlString path)
void unsetPath()
Copyright © 2015–2018 52north.org. All rights reserved.