Interface PostalDescriptorType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,AddressComponentType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PostalDescriptorTypeImpl
public interface PostalDescriptorType extends AddressComponentType
An XML PostalDescriptorType(@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 classPostalDescriptorType.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 GeographicalNamePropertyTypeaddNewPostName()Appends and returns a new empty value (as xml) as the last "postName" elementStringgetPostCode()Gets the "postCode" elementGeographicalNamePropertyType[]getPostNameArray()Gets array of all "postName" elementsGeographicalNamePropertyTypegetPostNameArray(int i)Gets ith "postName" elementGeographicalNamePropertyTypeinsertNewPostName(int i)Inserts and returns a new empty value (as xml) as the ith "postName" elementbooleanisSetPostCode()True if has "postCode" elementvoidremovePostName(int i)Removes the ith "postName" elementvoidsetPostCode(String postCode)Sets the "postCode" elementvoidsetPostNameArray(int i, GeographicalNamePropertyType postName)Sets ith "postName" elementvoidsetPostNameArray(GeographicalNamePropertyType[] postNameArray)Sets array of all "postName" elementintsizeOfPostNameArray()Returns number of "postName" elementvoidunsetPostCode()Unsets the "postCode" elementorg.apache.xmlbeans.XmlStringxgetPostCode()Gets (as xml) the "postCode" elementvoidxsetPostCode(org.apache.xmlbeans.XmlString postCode)Sets (as xml) the "postCode" 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
-
getPostNameArray
GeographicalNamePropertyType[] getPostNameArray()
Gets array of all "postName" elements
-
getPostNameArray
GeographicalNamePropertyType getPostNameArray(int i)
Gets ith "postName" element
-
sizeOfPostNameArray
int sizeOfPostNameArray()
Returns number of "postName" element
-
setPostNameArray
void setPostNameArray(GeographicalNamePropertyType[] postNameArray)
Sets array of all "postName" element
-
setPostNameArray
void setPostNameArray(int i, GeographicalNamePropertyType postName)Sets ith "postName" element
-
insertNewPostName
GeographicalNamePropertyType insertNewPostName(int i)
Inserts and returns a new empty value (as xml) as the ith "postName" element
-
addNewPostName
GeographicalNamePropertyType addNewPostName()
Appends and returns a new empty value (as xml) as the last "postName" element
-
removePostName
void removePostName(int i)
Removes the ith "postName" element
-
getPostCode
String getPostCode()
Gets the "postCode" element
-
xgetPostCode
org.apache.xmlbeans.XmlString xgetPostCode()
Gets (as xml) the "postCode" element
-
isSetPostCode
boolean isSetPostCode()
True if has "postCode" element
-
setPostCode
void setPostCode(String postCode)
Sets the "postCode" element
-
xsetPostCode
void xsetPostCode(org.apache.xmlbeans.XmlString postCode)
Sets (as xml) the "postCode" element
-
unsetPostCode
void unsetPostCode()
Unsets the "postCode" element
-
-