Package org.isotc211.x2005.gmd
Interface DQScopeType
-
- All Superinterfaces:
AbstractObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DQScopeTypeImpl
public interface DQScopeType extends AbstractObjectType
An XML DQ_Scope_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDQScopeType.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 EXExtentPropertyTypeaddNewExtent()Appends and returns a new empty "extent" elementMDScopeCodePropertyTypeaddNewLevel()Appends and returns a new empty "level" elementMDScopeDescriptionPropertyTypeaddNewLevelDescription()Appends and returns a new empty value (as xml) as the last "levelDescription" elementEXExtentPropertyTypegetExtent()Gets the "extent" elementMDScopeCodePropertyTypegetLevel()Gets the "level" elementMDScopeDescriptionPropertyType[]getLevelDescriptionArray()Gets array of all "levelDescription" elementsMDScopeDescriptionPropertyTypegetLevelDescriptionArray(int i)Gets ith "levelDescription" elementMDScopeDescriptionPropertyTypeinsertNewLevelDescription(int i)Inserts and returns a new empty value (as xml) as the ith "levelDescription" elementbooleanisSetExtent()True if has "extent" elementvoidremoveLevelDescription(int i)Removes the ith "levelDescription" elementvoidsetExtent(EXExtentPropertyType extent)Sets the "extent" elementvoidsetLevel(MDScopeCodePropertyType level)Sets the "level" elementvoidsetLevelDescriptionArray(int i, MDScopeDescriptionPropertyType levelDescription)Sets ith "levelDescription" elementvoidsetLevelDescriptionArray(MDScopeDescriptionPropertyType[] levelDescriptionArray)Sets array of all "levelDescription" elementintsizeOfLevelDescriptionArray()Returns number of "levelDescription" elementvoidunsetExtent()Unsets the "extent" 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
-
getLevel
MDScopeCodePropertyType getLevel()
Gets the "level" element
-
setLevel
void setLevel(MDScopeCodePropertyType level)
Sets the "level" element
-
addNewLevel
MDScopeCodePropertyType addNewLevel()
Appends and returns a new empty "level" element
-
getExtent
EXExtentPropertyType getExtent()
Gets the "extent" element
-
isSetExtent
boolean isSetExtent()
True if has "extent" element
-
setExtent
void setExtent(EXExtentPropertyType extent)
Sets the "extent" element
-
addNewExtent
EXExtentPropertyType addNewExtent()
Appends and returns a new empty "extent" element
-
unsetExtent
void unsetExtent()
Unsets the "extent" element
-
getLevelDescriptionArray
MDScopeDescriptionPropertyType[] getLevelDescriptionArray()
Gets array of all "levelDescription" elements
-
getLevelDescriptionArray
MDScopeDescriptionPropertyType getLevelDescriptionArray(int i)
Gets ith "levelDescription" element
-
sizeOfLevelDescriptionArray
int sizeOfLevelDescriptionArray()
Returns number of "levelDescription" element
-
setLevelDescriptionArray
void setLevelDescriptionArray(MDScopeDescriptionPropertyType[] levelDescriptionArray)
Sets array of all "levelDescription" element
-
setLevelDescriptionArray
void setLevelDescriptionArray(int i, MDScopeDescriptionPropertyType levelDescription)Sets ith "levelDescription" element
-
insertNewLevelDescription
MDScopeDescriptionPropertyType insertNewLevelDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "levelDescription" element
-
addNewLevelDescription
MDScopeDescriptionPropertyType addNewLevelDescription()
Appends and returns a new empty value (as xml) as the last "levelDescription" element
-
removeLevelDescription
void removeLevelDescription(int i)
Removes the ith "levelDescription" element
-
-