Interface AdministrativeBoundaryType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AdministrativeBoundaryTypeImpl
public interface AdministrativeBoundaryType extends AbstractFeatureType
An XML AdministrativeBoundaryType(@http://inspire.ec.europa.eu/schemas/au/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAdministrativeBoundaryType.BeginLifespanVersionAn XML beginLifespanVersion(@http://inspire.ec.europa.eu/schemas/au/4.0).static interfaceAdministrativeBoundaryType.EndLifespanVersionAn XML endLifespanVersion(@http://inspire.ec.europa.eu/schemas/au/4.0).static classAdministrativeBoundaryType.FactoryA factory class with static methods for creating instances of this type.static interfaceAdministrativeBoundaryType.LegalStatusAn XML legalStatus(@http://inspire.ec.europa.eu/schemas/au/4.0).static interfaceAdministrativeBoundaryType.TechnicalStatusAn XML technicalStatus(@http://inspire.ec.europa.eu/schemas/au/4.0).
-
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 ReferenceTypeaddNewAdmUnit()Appends and returns a new empty value (as xml) as the last "admUnit" elementAdministrativeBoundaryType.BeginLifespanVersionaddNewBeginLifespanVersion()Appends and returns a new empty "beginLifespanVersion" elementCountryPropertyTypeaddNewCountry()Appends and returns a new empty "country" elementAdministrativeBoundaryType.EndLifespanVersionaddNewEndLifespanVersion()Appends and returns a new empty "endLifespanVersion" elementCurvePropertyTypeaddNewGeometry()Appends and returns a new empty "geometry" elementIdentifierPropertyTypeaddNewInspireId()Appends and returns a new empty "inspireId" elementAdministrativeBoundaryType.LegalStatusaddNewLegalStatus()Appends and returns a new empty "legalStatus" elementReferenceTypeaddNewNationalLevel()Appends and returns a new empty value (as xml) as the last "nationalLevel" elementAdministrativeBoundaryType.TechnicalStatusaddNewTechnicalStatus()Appends and returns a new empty "technicalStatus" elementReferenceType[]getAdmUnitArray()Gets array of all "admUnit" elementsReferenceTypegetAdmUnitArray(int i)Gets ith "admUnit" elementAdministrativeBoundaryType.BeginLifespanVersiongetBeginLifespanVersion()Gets the "beginLifespanVersion" elementCountryPropertyTypegetCountry()Gets the "country" elementAdministrativeBoundaryType.EndLifespanVersiongetEndLifespanVersion()Gets the "endLifespanVersion" elementCurvePropertyTypegetGeometry()Gets the "geometry" elementIdentifierPropertyTypegetInspireId()Gets the "inspireId" elementAdministrativeBoundaryType.LegalStatusgetLegalStatus()Gets the "legalStatus" elementReferenceType[]getNationalLevelArray()Gets array of all "nationalLevel" elementsReferenceTypegetNationalLevelArray(int i)Gets ith "nationalLevel" elementAdministrativeBoundaryType.TechnicalStatusgetTechnicalStatus()Gets the "technicalStatus" elementReferenceTypeinsertNewAdmUnit(int i)Inserts and returns a new empty value (as xml) as the ith "admUnit" elementReferenceTypeinsertNewNationalLevel(int i)Inserts and returns a new empty value (as xml) as the ith "nationalLevel" elementbooleanisNilAdmUnitArray(int i)Tests for nil ith "admUnit" elementbooleanisNilBeginLifespanVersion()Tests for nil "beginLifespanVersion" elementbooleanisNilEndLifespanVersion()Tests for nil "endLifespanVersion" elementbooleanisNilLegalStatus()Tests for nil "legalStatus" elementbooleanisNilTechnicalStatus()Tests for nil "technicalStatus" elementbooleanisSetEndLifespanVersion()True if has "endLifespanVersion" elementvoidremoveAdmUnit(int i)Removes the ith "admUnit" elementvoidremoveNationalLevel(int i)Removes the ith "nationalLevel" elementvoidsetAdmUnitArray(int i, ReferenceType admUnit)Sets ith "admUnit" elementvoidsetAdmUnitArray(ReferenceType[] admUnitArray)Sets array of all "admUnit" elementvoidsetBeginLifespanVersion(AdministrativeBoundaryType.BeginLifespanVersion beginLifespanVersion)Sets the "beginLifespanVersion" elementvoidsetCountry(CountryPropertyType country)Sets the "country" elementvoidsetEndLifespanVersion(AdministrativeBoundaryType.EndLifespanVersion endLifespanVersion)Sets the "endLifespanVersion" elementvoidsetGeometry(CurvePropertyType geometry)Sets the "geometry" elementvoidsetInspireId(IdentifierPropertyType inspireId)Sets the "inspireId" elementvoidsetLegalStatus(AdministrativeBoundaryType.LegalStatus legalStatus)Sets the "legalStatus" elementvoidsetNationalLevelArray(int i, ReferenceType nationalLevel)Sets ith "nationalLevel" elementvoidsetNationalLevelArray(ReferenceType[] nationalLevelArray)Sets array of all "nationalLevel" elementvoidsetNilAdmUnitArray(int i)Nils the ith "admUnit" elementvoidsetNilBeginLifespanVersion()Nils the "beginLifespanVersion" elementvoidsetNilEndLifespanVersion()Nils the "endLifespanVersion" elementvoidsetNilLegalStatus()Nils the "legalStatus" elementvoidsetNilTechnicalStatus()Nils the "technicalStatus" elementvoidsetTechnicalStatus(AdministrativeBoundaryType.TechnicalStatus technicalStatus)Sets the "technicalStatus" elementintsizeOfAdmUnitArray()Returns number of "admUnit" elementintsizeOfNationalLevelArray()Returns number of "nationalLevel" elementvoidunsetEndLifespanVersion()Unsets the "endLifespanVersion" element-
Methods inherited from interface net.opengis.gml.x32.AbstractFeatureType
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocation
-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
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
-
getGeometry
CurvePropertyType getGeometry()
Gets the "geometry" element
-
setGeometry
void setGeometry(CurvePropertyType geometry)
Sets the "geometry" element
-
addNewGeometry
CurvePropertyType addNewGeometry()
Appends and returns a new empty "geometry" element
-
getInspireId
IdentifierPropertyType getInspireId()
Gets the "inspireId" element
-
setInspireId
void setInspireId(IdentifierPropertyType inspireId)
Sets the "inspireId" element
-
addNewInspireId
IdentifierPropertyType addNewInspireId()
Appends and returns a new empty "inspireId" element
-
getCountry
CountryPropertyType getCountry()
Gets the "country" element
-
setCountry
void setCountry(CountryPropertyType country)
Sets the "country" element
-
addNewCountry
CountryPropertyType addNewCountry()
Appends and returns a new empty "country" element
-
getNationalLevelArray
ReferenceType[] getNationalLevelArray()
Gets array of all "nationalLevel" elements
-
getNationalLevelArray
ReferenceType getNationalLevelArray(int i)
Gets ith "nationalLevel" element
-
sizeOfNationalLevelArray
int sizeOfNationalLevelArray()
Returns number of "nationalLevel" element
-
setNationalLevelArray
void setNationalLevelArray(ReferenceType[] nationalLevelArray)
Sets array of all "nationalLevel" element
-
setNationalLevelArray
void setNationalLevelArray(int i, ReferenceType nationalLevel)Sets ith "nationalLevel" element
-
insertNewNationalLevel
ReferenceType insertNewNationalLevel(int i)
Inserts and returns a new empty value (as xml) as the ith "nationalLevel" element
-
addNewNationalLevel
ReferenceType addNewNationalLevel()
Appends and returns a new empty value (as xml) as the last "nationalLevel" element
-
removeNationalLevel
void removeNationalLevel(int i)
Removes the ith "nationalLevel" element
-
getLegalStatus
AdministrativeBoundaryType.LegalStatus getLegalStatus()
Gets the "legalStatus" element
-
isNilLegalStatus
boolean isNilLegalStatus()
Tests for nil "legalStatus" element
-
setLegalStatus
void setLegalStatus(AdministrativeBoundaryType.LegalStatus legalStatus)
Sets the "legalStatus" element
-
addNewLegalStatus
AdministrativeBoundaryType.LegalStatus addNewLegalStatus()
Appends and returns a new empty "legalStatus" element
-
setNilLegalStatus
void setNilLegalStatus()
Nils the "legalStatus" element
-
getTechnicalStatus
AdministrativeBoundaryType.TechnicalStatus getTechnicalStatus()
Gets the "technicalStatus" element
-
isNilTechnicalStatus
boolean isNilTechnicalStatus()
Tests for nil "technicalStatus" element
-
setTechnicalStatus
void setTechnicalStatus(AdministrativeBoundaryType.TechnicalStatus technicalStatus)
Sets the "technicalStatus" element
-
addNewTechnicalStatus
AdministrativeBoundaryType.TechnicalStatus addNewTechnicalStatus()
Appends and returns a new empty "technicalStatus" element
-
setNilTechnicalStatus
void setNilTechnicalStatus()
Nils the "technicalStatus" element
-
getBeginLifespanVersion
AdministrativeBoundaryType.BeginLifespanVersion getBeginLifespanVersion()
Gets the "beginLifespanVersion" element
-
isNilBeginLifespanVersion
boolean isNilBeginLifespanVersion()
Tests for nil "beginLifespanVersion" element
-
setBeginLifespanVersion
void setBeginLifespanVersion(AdministrativeBoundaryType.BeginLifespanVersion beginLifespanVersion)
Sets the "beginLifespanVersion" element
-
addNewBeginLifespanVersion
AdministrativeBoundaryType.BeginLifespanVersion addNewBeginLifespanVersion()
Appends and returns a new empty "beginLifespanVersion" element
-
setNilBeginLifespanVersion
void setNilBeginLifespanVersion()
Nils the "beginLifespanVersion" element
-
getEndLifespanVersion
AdministrativeBoundaryType.EndLifespanVersion getEndLifespanVersion()
Gets the "endLifespanVersion" element
-
isNilEndLifespanVersion
boolean isNilEndLifespanVersion()
Tests for nil "endLifespanVersion" element
-
isSetEndLifespanVersion
boolean isSetEndLifespanVersion()
True if has "endLifespanVersion" element
-
setEndLifespanVersion
void setEndLifespanVersion(AdministrativeBoundaryType.EndLifespanVersion endLifespanVersion)
Sets the "endLifespanVersion" element
-
addNewEndLifespanVersion
AdministrativeBoundaryType.EndLifespanVersion addNewEndLifespanVersion()
Appends and returns a new empty "endLifespanVersion" element
-
setNilEndLifespanVersion
void setNilEndLifespanVersion()
Nils the "endLifespanVersion" element
-
unsetEndLifespanVersion
void unsetEndLifespanVersion()
Unsets the "endLifespanVersion" element
-
getAdmUnitArray
ReferenceType[] getAdmUnitArray()
Gets array of all "admUnit" elements
-
getAdmUnitArray
ReferenceType getAdmUnitArray(int i)
Gets ith "admUnit" element
-
isNilAdmUnitArray
boolean isNilAdmUnitArray(int i)
Tests for nil ith "admUnit" element
-
sizeOfAdmUnitArray
int sizeOfAdmUnitArray()
Returns number of "admUnit" element
-
setAdmUnitArray
void setAdmUnitArray(ReferenceType[] admUnitArray)
Sets array of all "admUnit" element
-
setAdmUnitArray
void setAdmUnitArray(int i, ReferenceType admUnit)Sets ith "admUnit" element
-
setNilAdmUnitArray
void setNilAdmUnitArray(int i)
Nils the ith "admUnit" element
-
insertNewAdmUnit
ReferenceType insertNewAdmUnit(int i)
Inserts and returns a new empty value (as xml) as the ith "admUnit" element
-
addNewAdmUnit
ReferenceType addNewAdmUnit()
Appends and returns a new empty value (as xml) as the last "admUnit" element
-
removeAdmUnit
void removeAdmUnit(int i)
Removes the ith "admUnit" element
-
-