public interface RegistryObjectType extends IdentifiableType
| Modifier and Type | Interface and Description |
|---|---|
static class |
RegistryObjectType.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 |
|---|---|
ClassificationType |
addNewClassification()
Appends and returns a new empty value (as xml) as the last "Classification" element
|
InternationalStringType |
addNewDescription()
Appends and returns a new empty "Description" element
|
ExternalIdentifierType |
addNewExternalIdentifier()
Appends and returns a new empty value (as xml) as the last "ExternalIdentifier" element
|
InternationalStringType |
addNewName()
Appends and returns a new empty "Name" element
|
VersionInfoType |
addNewVersionInfo()
Appends and returns a new empty "VersionInfo" element
|
ClassificationType[] |
getClassificationArray()
Gets array of all "Classification" elements
|
ClassificationType |
getClassificationArray(int i)
Gets ith "Classification" element
|
InternationalStringType |
getDescription()
Gets the "Description" element
|
ExternalIdentifierType[] |
getExternalIdentifierArray()
Gets array of all "ExternalIdentifier" elements
|
ExternalIdentifierType |
getExternalIdentifierArray(int i)
Gets ith "ExternalIdentifier" element
|
java.lang.String |
getLid()
Gets the "lid" attribute
|
InternationalStringType |
getName()
Gets the "Name" element
|
java.lang.String |
getObjectType()
Gets the "objectType" attribute
|
java.lang.String |
getStatus()
Gets the "status" attribute
|
VersionInfoType |
getVersionInfo()
Gets the "VersionInfo" element
|
ClassificationType |
insertNewClassification(int i)
Inserts and returns a new empty value (as xml) as the ith "Classification" element
|
ExternalIdentifierType |
insertNewExternalIdentifier(int i)
Inserts and returns a new empty value (as xml) as the ith "ExternalIdentifier" element
|
boolean |
isSetDescription()
True if has "Description" element
|
boolean |
isSetLid()
True if has "lid" attribute
|
boolean |
isSetName()
True if has "Name" element
|
boolean |
isSetObjectType()
True if has "objectType" attribute
|
boolean |
isSetStatus()
True if has "status" attribute
|
boolean |
isSetVersionInfo()
True if has "VersionInfo" element
|
void |
removeClassification(int i)
Removes the ith "Classification" element
|
void |
removeExternalIdentifier(int i)
Removes the ith "ExternalIdentifier" element
|
void |
setClassificationArray(ClassificationType[] classificationArray)
Sets array of all "Classification" element
|
void |
setClassificationArray(int i,
ClassificationType classification)
Sets ith "Classification" element
|
void |
setDescription(InternationalStringType description)
Sets the "Description" element
|
void |
setExternalIdentifierArray(ExternalIdentifierType[] externalIdentifierArray)
Sets array of all "ExternalIdentifier" element
|
void |
setExternalIdentifierArray(int i,
ExternalIdentifierType externalIdentifier)
Sets ith "ExternalIdentifier" element
|
void |
setLid(java.lang.String lid)
Sets the "lid" attribute
|
void |
setName(InternationalStringType name)
Sets the "Name" element
|
void |
setObjectType(java.lang.String objectType)
Sets the "objectType" attribute
|
void |
setStatus(java.lang.String status)
Sets the "status" attribute
|
void |
setVersionInfo(VersionInfoType versionInfo)
Sets the "VersionInfo" element
|
int |
sizeOfClassificationArray()
Returns number of "Classification" element
|
int |
sizeOfExternalIdentifierArray()
Returns number of "ExternalIdentifier" element
|
void |
unsetDescription()
Unsets the "Description" element
|
void |
unsetLid()
Unsets the "lid" attribute
|
void |
unsetName()
Unsets the "Name" element
|
void |
unsetObjectType()
Unsets the "objectType" attribute
|
void |
unsetStatus()
Unsets the "status" attribute
|
void |
unsetVersionInfo()
Unsets the "VersionInfo" element
|
org.apache.xmlbeans.XmlAnyURI |
xgetLid()
Gets (as xml) the "lid" attribute
|
ReferenceURI |
xgetObjectType()
Gets (as xml) the "objectType" attribute
|
ReferenceURI |
xgetStatus()
Gets (as xml) the "status" attribute
|
void |
xsetLid(org.apache.xmlbeans.XmlAnyURI lid)
Sets (as xml) the "lid" attribute
|
void |
xsetObjectType(ReferenceURI objectType)
Sets (as xml) the "objectType" attribute
|
void |
xsetStatus(ReferenceURI status)
Sets (as xml) the "status" attribute
|
addNewSlot, 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, xmlTextInternationalStringType getName()
boolean isSetName()
void setName(InternationalStringType name)
InternationalStringType addNewName()
void unsetName()
InternationalStringType getDescription()
boolean isSetDescription()
void setDescription(InternationalStringType description)
InternationalStringType addNewDescription()
void unsetDescription()
VersionInfoType getVersionInfo()
boolean isSetVersionInfo()
void setVersionInfo(VersionInfoType versionInfo)
VersionInfoType addNewVersionInfo()
void unsetVersionInfo()
ClassificationType[] getClassificationArray()
ClassificationType getClassificationArray(int i)
int sizeOfClassificationArray()
void setClassificationArray(ClassificationType[] classificationArray)
void setClassificationArray(int i,
ClassificationType classification)
ClassificationType insertNewClassification(int i)
ClassificationType addNewClassification()
void removeClassification(int i)
ExternalIdentifierType[] getExternalIdentifierArray()
ExternalIdentifierType getExternalIdentifierArray(int i)
int sizeOfExternalIdentifierArray()
void setExternalIdentifierArray(ExternalIdentifierType[] externalIdentifierArray)
void setExternalIdentifierArray(int i,
ExternalIdentifierType externalIdentifier)
ExternalIdentifierType insertNewExternalIdentifier(int i)
ExternalIdentifierType addNewExternalIdentifier()
void removeExternalIdentifier(int i)
java.lang.String getLid()
org.apache.xmlbeans.XmlAnyURI xgetLid()
boolean isSetLid()
void setLid(java.lang.String lid)
void xsetLid(org.apache.xmlbeans.XmlAnyURI lid)
void unsetLid()
java.lang.String getObjectType()
ReferenceURI xgetObjectType()
boolean isSetObjectType()
void setObjectType(java.lang.String objectType)
void xsetObjectType(ReferenceURI objectType)
void unsetObjectType()
java.lang.String getStatus()
ReferenceURI xgetStatus()
boolean isSetStatus()
void setStatus(java.lang.String status)
void xsetStatus(ReferenceURI status)
void unsetStatus()
Copyright © 2015–2018 52north.org. All rights reserved.