Interface AdminUnitNameType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,AddressComponentType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AdminUnitNameTypeImpl
public interface AdminUnitNameType extends AddressComponentType
An XML AdminUnitNameType(@http://inspire.ec.europa.eu/schemas/ad/4.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAdminUnitNameType.FactoryA factory class with static methods for creating instances of this type.-
Nested classes/interfaces inherited from interface eu.europa.ec.inspire.schemas.ad.x40.AddressComponentType
AddressComponentType.AlternativeIdentifier, AddressComponentType.BeginLifespanVersion, AddressComponentType.EndLifespanVersion, AddressComponentType.ValidFrom, AddressComponentType.ValidTo
-
-
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 ReferenceTypeaddNewAdminUnit()Appends and returns a new empty "adminUnit" elementReferenceTypeaddNewLevel()Appends and returns a new empty "level" elementGeographicalNamePropertyTypeaddNewName2()Appends and returns a new empty value (as xml) as the last "name" elementReferenceTypegetAdminUnit()Gets the "adminUnit" elementReferenceTypegetLevel()Gets the "level" elementGeographicalNamePropertyType[]getName2Array()Gets array of all "name" elementsGeographicalNamePropertyTypegetName2Array(int i)Gets ith "name" elementGeographicalNamePropertyTypeinsertNewName2(int i)Inserts and returns a new empty value (as xml) as the ith "name" elementbooleanisNilAdminUnit()Tests for nil "adminUnit" elementvoidremoveName2(int i)Removes the ith "name" elementvoidsetAdminUnit(ReferenceType adminUnit)Sets the "adminUnit" elementvoidsetLevel(ReferenceType level)Sets the "level" elementvoidsetName2Array(int i, GeographicalNamePropertyType name2)Sets ith "name" elementvoidsetName2Array(GeographicalNamePropertyType[] name2Array)Sets array of all "name" elementvoidsetNilAdminUnit()Nils the "adminUnit" elementintsizeOfName2Array()Returns number of "name" 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 eu.europa.ec.inspire.schemas.ad.x40.AddressComponentType
addNewAlternativeIdentifier, addNewBeginLifespanVersion, addNewEndLifespanVersion, addNewInspireId, addNewSituatedWithin, addNewStatus, addNewValidFrom, addNewValidTo, getAlternativeIdentifier, getBeginLifespanVersion, getEndLifespanVersion, getInspireId, getSituatedWithinArray, getSituatedWithinArray, getStatus, getValidFrom, getValidTo, insertNewSituatedWithin, isNilAlternativeIdentifier, isNilBeginLifespanVersion, isNilEndLifespanVersion, isNilSituatedWithinArray, isNilStatus, isNilValidFrom, isNilValidTo, isSetAlternativeIdentifier, isSetEndLifespanVersion, isSetInspireId, isSetStatus, isSetValidTo, removeSituatedWithin, setAlternativeIdentifier, setBeginLifespanVersion, setEndLifespanVersion, setInspireId, setNilAlternativeIdentifier, setNilBeginLifespanVersion, setNilEndLifespanVersion, setNilSituatedWithinArray, setNilStatus, setNilValidFrom, setNilValidTo, setSituatedWithinArray, setSituatedWithinArray, setStatus, setValidFrom, setValidTo, sizeOfSituatedWithinArray, unsetAlternativeIdentifier, unsetEndLifespanVersion, unsetInspireId, unsetStatus, unsetValidTo
-
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
-
getName2Array
GeographicalNamePropertyType[] getName2Array()
Gets array of all "name" elements
-
getName2Array
GeographicalNamePropertyType getName2Array(int i)
Gets ith "name" element
-
sizeOfName2Array
int sizeOfName2Array()
Returns number of "name" element
-
setName2Array
void setName2Array(GeographicalNamePropertyType[] name2Array)
Sets array of all "name" element
-
setName2Array
void setName2Array(int i, GeographicalNamePropertyType name2)Sets ith "name" element
-
insertNewName2
GeographicalNamePropertyType insertNewName2(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element
-
addNewName2
GeographicalNamePropertyType addNewName2()
Appends and returns a new empty value (as xml) as the last "name" element
-
removeName2
void removeName2(int i)
Removes the ith "name" element
-
getLevel
ReferenceType getLevel()
Gets the "level" element
-
setLevel
void setLevel(ReferenceType level)
Sets the "level" element
-
addNewLevel
ReferenceType addNewLevel()
Appends and returns a new empty "level" element
-
getAdminUnit
ReferenceType getAdminUnit()
Gets the "adminUnit" element
-
isNilAdminUnit
boolean isNilAdminUnit()
Tests for nil "adminUnit" element
-
setAdminUnit
void setAdminUnit(ReferenceType adminUnit)
Sets the "adminUnit" element
-
addNewAdminUnit
ReferenceType addNewAdminUnit()
Appends and returns a new empty "adminUnit" element
-
setNilAdminUnit
void setNilAdminUnit()
Nils the "adminUnit" element
-
-