Package org.isotc211.x2005.gmd
Interface EXExtentType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EXExtentTypeImpl
public interface EXExtentType extends AbstractObjectType
An XML EX_Extent_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEXExtentType.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 CharacterStringPropertyTypeaddNewDescription()Appends and returns a new empty "description" elementEXGeographicExtentPropertyTypeaddNewGeographicElement()Appends and returns a new empty value (as xml) as the last "geographicElement" elementEXTemporalExtentPropertyTypeaddNewTemporalElement()Appends and returns a new empty value (as xml) as the last "temporalElement" elementEXVerticalExtentPropertyTypeaddNewVerticalElement()Appends and returns a new empty value (as xml) as the last "verticalElement" elementCharacterStringPropertyTypegetDescription()Gets the "description" elementEXGeographicExtentPropertyType[]getGeographicElementArray()Gets array of all "geographicElement" elementsEXGeographicExtentPropertyTypegetGeographicElementArray(int i)Gets ith "geographicElement" elementEXTemporalExtentPropertyType[]getTemporalElementArray()Gets array of all "temporalElement" elementsEXTemporalExtentPropertyTypegetTemporalElementArray(int i)Gets ith "temporalElement" elementEXVerticalExtentPropertyType[]getVerticalElementArray()Gets array of all "verticalElement" elementsEXVerticalExtentPropertyTypegetVerticalElementArray(int i)Gets ith "verticalElement" elementEXGeographicExtentPropertyTypeinsertNewGeographicElement(int i)Inserts and returns a new empty value (as xml) as the ith "geographicElement" elementEXTemporalExtentPropertyTypeinsertNewTemporalElement(int i)Inserts and returns a new empty value (as xml) as the ith "temporalElement" elementEXVerticalExtentPropertyTypeinsertNewVerticalElement(int i)Inserts and returns a new empty value (as xml) as the ith "verticalElement" elementbooleanisSetDescription()True if has "description" elementvoidremoveGeographicElement(int i)Removes the ith "geographicElement" elementvoidremoveTemporalElement(int i)Removes the ith "temporalElement" elementvoidremoveVerticalElement(int i)Removes the ith "verticalElement" elementvoidsetDescription(CharacterStringPropertyType description)Sets the "description" elementvoidsetGeographicElementArray(int i, EXGeographicExtentPropertyType geographicElement)Sets ith "geographicElement" elementvoidsetGeographicElementArray(EXGeographicExtentPropertyType[] geographicElementArray)Sets array of all "geographicElement" elementvoidsetTemporalElementArray(int i, EXTemporalExtentPropertyType temporalElement)Sets ith "temporalElement" elementvoidsetTemporalElementArray(EXTemporalExtentPropertyType[] temporalElementArray)Sets array of all "temporalElement" elementvoidsetVerticalElementArray(int i, EXVerticalExtentPropertyType verticalElement)Sets ith "verticalElement" elementvoidsetVerticalElementArray(EXVerticalExtentPropertyType[] verticalElementArray)Sets array of all "verticalElement" elementintsizeOfGeographicElementArray()Returns number of "geographicElement" elementintsizeOfTemporalElementArray()Returns number of "temporalElement" elementintsizeOfVerticalElementArray()Returns number of "verticalElement" elementvoidunsetDescription()Unsets the "description" element-
Methods inherited from interface org.isotc211.x2005.gco.AbstractObjectType
getId, getUuid, isSetId, isSetUuid, setId, setUuid, unsetId, unsetUuid, xgetId, xgetUuid, xsetId, xsetUuid
-
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
-
getDescription
CharacterStringPropertyType getDescription()
Gets the "description" element
-
isSetDescription
boolean isSetDescription()
True if has "description" element
-
setDescription
void setDescription(CharacterStringPropertyType description)
Sets the "description" element
-
addNewDescription
CharacterStringPropertyType addNewDescription()
Appends and returns a new empty "description" element
-
unsetDescription
void unsetDescription()
Unsets the "description" element
-
getGeographicElementArray
EXGeographicExtentPropertyType[] getGeographicElementArray()
Gets array of all "geographicElement" elements
-
getGeographicElementArray
EXGeographicExtentPropertyType getGeographicElementArray(int i)
Gets ith "geographicElement" element
-
sizeOfGeographicElementArray
int sizeOfGeographicElementArray()
Returns number of "geographicElement" element
-
setGeographicElementArray
void setGeographicElementArray(EXGeographicExtentPropertyType[] geographicElementArray)
Sets array of all "geographicElement" element
-
setGeographicElementArray
void setGeographicElementArray(int i, EXGeographicExtentPropertyType geographicElement)Sets ith "geographicElement" element
-
insertNewGeographicElement
EXGeographicExtentPropertyType insertNewGeographicElement(int i)
Inserts and returns a new empty value (as xml) as the ith "geographicElement" element
-
addNewGeographicElement
EXGeographicExtentPropertyType addNewGeographicElement()
Appends and returns a new empty value (as xml) as the last "geographicElement" element
-
removeGeographicElement
void removeGeographicElement(int i)
Removes the ith "geographicElement" element
-
getTemporalElementArray
EXTemporalExtentPropertyType[] getTemporalElementArray()
Gets array of all "temporalElement" elements
-
getTemporalElementArray
EXTemporalExtentPropertyType getTemporalElementArray(int i)
Gets ith "temporalElement" element
-
sizeOfTemporalElementArray
int sizeOfTemporalElementArray()
Returns number of "temporalElement" element
-
setTemporalElementArray
void setTemporalElementArray(EXTemporalExtentPropertyType[] temporalElementArray)
Sets array of all "temporalElement" element
-
setTemporalElementArray
void setTemporalElementArray(int i, EXTemporalExtentPropertyType temporalElement)Sets ith "temporalElement" element
-
insertNewTemporalElement
EXTemporalExtentPropertyType insertNewTemporalElement(int i)
Inserts and returns a new empty value (as xml) as the ith "temporalElement" element
-
addNewTemporalElement
EXTemporalExtentPropertyType addNewTemporalElement()
Appends and returns a new empty value (as xml) as the last "temporalElement" element
-
removeTemporalElement
void removeTemporalElement(int i)
Removes the ith "temporalElement" element
-
getVerticalElementArray
EXVerticalExtentPropertyType[] getVerticalElementArray()
Gets array of all "verticalElement" elements
-
getVerticalElementArray
EXVerticalExtentPropertyType getVerticalElementArray(int i)
Gets ith "verticalElement" element
-
sizeOfVerticalElementArray
int sizeOfVerticalElementArray()
Returns number of "verticalElement" element
-
setVerticalElementArray
void setVerticalElementArray(EXVerticalExtentPropertyType[] verticalElementArray)
Sets array of all "verticalElement" element
-
setVerticalElementArray
void setVerticalElementArray(int i, EXVerticalExtentPropertyType verticalElement)Sets ith "verticalElement" element
-
insertNewVerticalElement
EXVerticalExtentPropertyType insertNewVerticalElement(int i)
Inserts and returns a new empty value (as xml) as the ith "verticalElement" element
-
addNewVerticalElement
EXVerticalExtentPropertyType addNewVerticalElement()
Appends and returns a new empty value (as xml) as the last "verticalElement" element
-
removeVerticalElement
void removeVerticalElement(int i)
Removes the ith "verticalElement" element
-
-