public interface ClassificationSchemeType extends RegistryObjectType
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClassificationSchemeType.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
|
boolean |
getIsInternal()
Gets the "isInternal" attribute
|
java.lang.String |
getNodeType()
Gets the "nodeType" attribute
|
ClassificationNodeType |
insertNewClassificationNode(int i)
Inserts and returns a new empty value (as xml) as the ith "ClassificationNode" element
|
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 |
setIsInternal(boolean isInternal)
Sets the "isInternal" attribute
|
void |
setNodeType(java.lang.String nodeType)
Sets the "nodeType" attribute
|
int |
sizeOfClassificationNodeArray()
Returns number of "ClassificationNode" element
|
org.apache.xmlbeans.XmlBoolean |
xgetIsInternal()
Gets (as xml) the "isInternal" attribute
|
ReferenceURI |
xgetNodeType()
Gets (as xml) the "nodeType" attribute
|
void |
xsetIsInternal(org.apache.xmlbeans.XmlBoolean isInternal)
Sets (as xml) the "isInternal" attribute
|
void |
xsetNodeType(ReferenceURI nodeType)
Sets (as xml) the "nodeType" 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)
boolean getIsInternal()
org.apache.xmlbeans.XmlBoolean xgetIsInternal()
void setIsInternal(boolean isInternal)
void xsetIsInternal(org.apache.xmlbeans.XmlBoolean isInternal)
java.lang.String getNodeType()
ReferenceURI xgetNodeType()
void setNodeType(java.lang.String nodeType)
void xsetNodeType(ReferenceURI nodeType)
Copyright © 2015–2018 52north.org. All rights reserved.