Interface ThoroughfareNameType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,AddressComponentType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ThoroughfareNameTypeImpl
public interface ThoroughfareNameType extends AddressComponentType
An XML ThoroughfareNameType(@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 classThoroughfareNameType.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 ThoroughfareNameValuePropertyTypeaddNewName2()Appends and returns a new empty value (as xml) as the last "name" elementReferenceTypeaddNewTransportLink()Appends and returns a new empty value (as xml) as the last "transportLink" elementThoroughfareNameValuePropertyType[]getName2Array()Gets array of all "name" elementsThoroughfareNameValuePropertyTypegetName2Array(int i)Gets ith "name" elementReferenceType[]getTransportLinkArray()Gets array of all "transportLink" elementsReferenceTypegetTransportLinkArray(int i)Gets ith "transportLink" elementThoroughfareNameValuePropertyTypeinsertNewName2(int i)Inserts and returns a new empty value (as xml) as the ith "name" elementReferenceTypeinsertNewTransportLink(int i)Inserts and returns a new empty value (as xml) as the ith "transportLink" elementbooleanisNilTransportLinkArray(int i)Tests for nil ith "transportLink" elementvoidremoveName2(int i)Removes the ith "name" elementvoidremoveTransportLink(int i)Removes the ith "transportLink" elementvoidsetName2Array(int i, ThoroughfareNameValuePropertyType name2)Sets ith "name" elementvoidsetName2Array(ThoroughfareNameValuePropertyType[] name2Array)Sets array of all "name" elementvoidsetNilTransportLinkArray(int i)Nils the ith "transportLink" elementvoidsetTransportLinkArray(int i, ReferenceType transportLink)Sets ith "transportLink" elementvoidsetTransportLinkArray(ReferenceType[] transportLinkArray)Sets array of all "transportLink" elementintsizeOfName2Array()Returns number of "name" elementintsizeOfTransportLinkArray()Returns number of "transportLink" 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
ThoroughfareNameValuePropertyType[] getName2Array()
Gets array of all "name" elements
-
getName2Array
ThoroughfareNameValuePropertyType getName2Array(int i)
Gets ith "name" element
-
sizeOfName2Array
int sizeOfName2Array()
Returns number of "name" element
-
setName2Array
void setName2Array(ThoroughfareNameValuePropertyType[] name2Array)
Sets array of all "name" element
-
setName2Array
void setName2Array(int i, ThoroughfareNameValuePropertyType name2)Sets ith "name" element
-
insertNewName2
ThoroughfareNameValuePropertyType insertNewName2(int i)
Inserts and returns a new empty value (as xml) as the ith "name" element
-
addNewName2
ThoroughfareNameValuePropertyType 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
-
getTransportLinkArray
ReferenceType[] getTransportLinkArray()
Gets array of all "transportLink" elements
-
getTransportLinkArray
ReferenceType getTransportLinkArray(int i)
Gets ith "transportLink" element
-
isNilTransportLinkArray
boolean isNilTransportLinkArray(int i)
Tests for nil ith "transportLink" element
-
sizeOfTransportLinkArray
int sizeOfTransportLinkArray()
Returns number of "transportLink" element
-
setTransportLinkArray
void setTransportLinkArray(ReferenceType[] transportLinkArray)
Sets array of all "transportLink" element
-
setTransportLinkArray
void setTransportLinkArray(int i, ReferenceType transportLink)Sets ith "transportLink" element
-
setNilTransportLinkArray
void setNilTransportLinkArray(int i)
Nils the ith "transportLink" element
-
insertNewTransportLink
ReferenceType insertNewTransportLink(int i)
Inserts and returns a new empty value (as xml) as the ith "transportLink" element
-
addNewTransportLink
ReferenceType addNewTransportLink()
Appends and returns a new empty value (as xml) as the last "transportLink" element
-
removeTransportLink
void removeTransportLink(int i)
Removes the ith "transportLink" element
-
-