Interface AddressAreaNameType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,AddressComponentType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AddressAreaNameTypeImpl
public interface AddressAreaNameType extends AddressComponentType
An XML AddressAreaNameType(@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 classAddressAreaNameType.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 GeographicalNamePropertyTypeaddNewName2()Appends and returns a new empty value (as xml) as the last "name" elementReferenceTypeaddNewNamedPlace()Appends and returns a new empty "namedPlace" elementGeographicalNamePropertyType[]getName2Array()Gets array of all "name" elementsGeographicalNamePropertyTypegetName2Array(int i)Gets ith "name" elementReferenceTypegetNamedPlace()Gets the "namedPlace" elementGeographicalNamePropertyTypeinsertNewName2(int i)Inserts and returns a new empty value (as xml) as the ith "name" elementbooleanisNilNamedPlace()Tests for nil "namedPlace" elementbooleanisSetNamedPlace()True if has "namedPlace" elementvoidremoveName2(int i)Removes the ith "name" elementvoidsetName2Array(int i, GeographicalNamePropertyType name2)Sets ith "name" elementvoidsetName2Array(GeographicalNamePropertyType[] name2Array)Sets array of all "name" elementvoidsetNamedPlace(ReferenceType namedPlace)Sets the "namedPlace" elementvoidsetNilNamedPlace()Nils the "namedPlace" elementintsizeOfName2Array()Returns number of "name" elementvoidunsetNamedPlace()Unsets the "namedPlace" 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
-
getNamedPlace
ReferenceType getNamedPlace()
Gets the "namedPlace" element
-
isNilNamedPlace
boolean isNilNamedPlace()
Tests for nil "namedPlace" element
-
isSetNamedPlace
boolean isSetNamedPlace()
True if has "namedPlace" element
-
setNamedPlace
void setNamedPlace(ReferenceType namedPlace)
Sets the "namedPlace" element
-
addNewNamedPlace
ReferenceType addNewNamedPlace()
Appends and returns a new empty "namedPlace" element
-
setNilNamedPlace
void setNilNamedPlace()
Nils the "namedPlace" element
-
unsetNamedPlace
void unsetNamedPlace()
Unsets the "namedPlace" element
-
-