Package net.opengis.gml.x32
Interface AbstractDatumType
-
- All Superinterfaces:
AbstractGMLType,DefinitionBaseType,DefinitionType,IdentifiedObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
EngineeringDatumType,GeodeticDatumType,ImageDatumType,TemporalDatumBaseType,TemporalDatumType,VerticalDatumType
- All Known Implementing Classes:
AbstractDatumTypeImpl,EngineeringDatumTypeImpl,GeodeticDatumTypeImpl,ImageDatumTypeImpl,TemporalDatumBaseTypeImpl,TemporalDatumTypeImpl,VerticalDatumTypeImpl
public interface AbstractDatumType extends IdentifiedObjectType
An XML AbstractDatumType(@http://www.opengis.net/gml/3.2). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAbstractDatumType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CodeTypeaddNewAnchorDefinition()Appends and returns a new empty "anchorDefinition" elementDomainOfValidityDocument.DomainOfValidityaddNewDomainOfValidity()Appends and returns a new empty "domainOfValidity" elementorg.apache.xmlbeans.XmlStringaddNewScope()Appends and returns a new empty value (as xml) as the last "scope" elementvoidaddScope(String scope)Appends the value as the last "scope" elementCodeTypegetAnchorDefinition()Gets the "anchorDefinition" elementDomainOfValidityDocument.DomainOfValiditygetDomainOfValidity()Gets the "domainOfValidity" elementCalendargetRealizationEpoch()Gets the "realizationEpoch" elementString[]getScopeArray()Gets array of all "scope" elementsStringgetScopeArray(int i)Gets ith "scope" elementorg.apache.xmlbeans.XmlStringinsertNewScope(int i)Inserts and returns a new empty value (as xml) as the ith "scope" elementvoidinsertScope(int i, String scope)Inserts the value as the ith "scope" elementbooleanisSetAnchorDefinition()True if has "anchorDefinition" elementbooleanisSetDomainOfValidity()True if has "domainOfValidity" elementbooleanisSetRealizationEpoch()True if has "realizationEpoch" elementvoidremoveScope(int i)Removes the ith "scope" elementvoidsetAnchorDefinition(CodeType anchorDefinition)Sets the "anchorDefinition" elementvoidsetDomainOfValidity(DomainOfValidityDocument.DomainOfValidity domainOfValidity)Sets the "domainOfValidity" elementvoidsetRealizationEpoch(Calendar realizationEpoch)Sets the "realizationEpoch" elementvoidsetScopeArray(int i, String scope)Sets ith "scope" elementvoidsetScopeArray(String[] scopeArray)Sets array of all "scope" elementintsizeOfScopeArray()Returns number of "scope" elementvoidunsetAnchorDefinition()Unsets the "anchorDefinition" elementvoidunsetDomainOfValidity()Unsets the "domainOfValidity" elementvoidunsetRealizationEpoch()Unsets the "realizationEpoch" elementorg.apache.xmlbeans.XmlDatexgetRealizationEpoch()Gets (as xml) the "realizationEpoch" elementorg.apache.xmlbeans.XmlString[]xgetScopeArray()Gets (as xml) array of all "scope" elementsorg.apache.xmlbeans.XmlStringxgetScopeArray(int i)Gets (as xml) ith "scope" elementvoidxsetRealizationEpoch(org.apache.xmlbeans.XmlDate realizationEpoch)Sets (as xml) the "realizationEpoch" elementvoidxsetScopeArray(int i, org.apache.xmlbeans.XmlString scope)Sets (as xml) ith "scope" elementvoidxsetScopeArray(org.apache.xmlbeans.XmlString[] scopeArray)Sets (as xml) array of all "scope" element-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, xgetId, xsetId
-
Methods inherited from interface net.opengis.gml.x32.DefinitionBaseType
addNewIdentifier, getIdentifier, isSetIdentifier, setIdentifier, unsetIdentifier
-
Methods inherited from interface net.opengis.gml.x32.DefinitionType
getRemarks, isSetRemarks, setRemarks, unsetRemarks, xgetRemarks, xsetRemarks
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getDomainOfValidity
DomainOfValidityDocument.DomainOfValidity getDomainOfValidity()
Gets the "domainOfValidity" element
-
isSetDomainOfValidity
boolean isSetDomainOfValidity()
True if has "domainOfValidity" element
-
setDomainOfValidity
void setDomainOfValidity(DomainOfValidityDocument.DomainOfValidity domainOfValidity)
Sets the "domainOfValidity" element
-
addNewDomainOfValidity
DomainOfValidityDocument.DomainOfValidity addNewDomainOfValidity()
Appends and returns a new empty "domainOfValidity" element
-
unsetDomainOfValidity
void unsetDomainOfValidity()
Unsets the "domainOfValidity" element
-
getScopeArray
String[] getScopeArray()
Gets array of all "scope" elements
-
getScopeArray
String getScopeArray(int i)
Gets ith "scope" element
-
xgetScopeArray
org.apache.xmlbeans.XmlString[] xgetScopeArray()
Gets (as xml) array of all "scope" elements
-
xgetScopeArray
org.apache.xmlbeans.XmlString xgetScopeArray(int i)
Gets (as xml) ith "scope" element
-
sizeOfScopeArray
int sizeOfScopeArray()
Returns number of "scope" element
-
setScopeArray
void setScopeArray(String[] scopeArray)
Sets array of all "scope" element
-
setScopeArray
void setScopeArray(int i, String scope)Sets ith "scope" element
-
xsetScopeArray
void xsetScopeArray(org.apache.xmlbeans.XmlString[] scopeArray)
Sets (as xml) array of all "scope" element
-
xsetScopeArray
void xsetScopeArray(int i, org.apache.xmlbeans.XmlString scope)Sets (as xml) ith "scope" element
-
insertScope
void insertScope(int i, String scope)Inserts the value as the ith "scope" element
-
addScope
void addScope(String scope)
Appends the value as the last "scope" element
-
insertNewScope
org.apache.xmlbeans.XmlString insertNewScope(int i)
Inserts and returns a new empty value (as xml) as the ith "scope" element
-
addNewScope
org.apache.xmlbeans.XmlString addNewScope()
Appends and returns a new empty value (as xml) as the last "scope" element
-
removeScope
void removeScope(int i)
Removes the ith "scope" element
-
getAnchorDefinition
CodeType getAnchorDefinition()
Gets the "anchorDefinition" element
-
isSetAnchorDefinition
boolean isSetAnchorDefinition()
True if has "anchorDefinition" element
-
setAnchorDefinition
void setAnchorDefinition(CodeType anchorDefinition)
Sets the "anchorDefinition" element
-
addNewAnchorDefinition
CodeType addNewAnchorDefinition()
Appends and returns a new empty "anchorDefinition" element
-
unsetAnchorDefinition
void unsetAnchorDefinition()
Unsets the "anchorDefinition" element
-
getRealizationEpoch
Calendar getRealizationEpoch()
Gets the "realizationEpoch" element
-
xgetRealizationEpoch
org.apache.xmlbeans.XmlDate xgetRealizationEpoch()
Gets (as xml) the "realizationEpoch" element
-
isSetRealizationEpoch
boolean isSetRealizationEpoch()
True if has "realizationEpoch" element
-
setRealizationEpoch
void setRealizationEpoch(Calendar realizationEpoch)
Sets the "realizationEpoch" element
-
xsetRealizationEpoch
void xsetRealizationEpoch(org.apache.xmlbeans.XmlDate realizationEpoch)
Sets (as xml) the "realizationEpoch" element
-
unsetRealizationEpoch
void unsetRealizationEpoch()
Unsets the "realizationEpoch" element
-
-