Interface ThoroughfareNameValueType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ThoroughfareNameValueTypeImpl
public interface ThoroughfareNameValueType extends org.apache.xmlbeans.XmlObjectAn XML ThoroughfareNameValueType(@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 classThoroughfareNameValueType.FactoryA factory class with static methods for creating instances of this type.static interfaceThoroughfareNameValueType.NamePartsAn XML nameParts(@http://inspire.ec.europa.eu/schemas/ad/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 GeographicalNamePropertyTypeaddNewName()Appends and returns a new empty "name" elementThoroughfareNameValueType.NamePartsaddNewNameParts()Appends and returns a new empty value (as xml) as the last "nameParts" elementGeographicalNamePropertyTypegetName()Gets the "name" elementThoroughfareNameValueType.NameParts[]getNamePartsArray()Gets array of all "nameParts" elementsThoroughfareNameValueType.NamePartsgetNamePartsArray(int i)Gets ith "nameParts" elementThoroughfareNameValueType.NamePartsinsertNewNameParts(int i)Inserts and returns a new empty value (as xml) as the ith "nameParts" elementbooleanisNilNamePartsArray(int i)Tests for nil ith "nameParts" elementvoidremoveNameParts(int i)Removes the ith "nameParts" elementvoidsetName(GeographicalNamePropertyType name)Sets the "name" elementvoidsetNamePartsArray(int i, ThoroughfareNameValueType.NameParts nameParts)Sets ith "nameParts" elementvoidsetNamePartsArray(ThoroughfareNameValueType.NameParts[] namePartsArray)Sets array of all "nameParts" elementvoidsetNilNamePartsArray(int i)Nils the ith "nameParts" elementintsizeOfNamePartsArray()Returns number of "nameParts" element-
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
-
getName
GeographicalNamePropertyType getName()
Gets the "name" element
-
setName
void setName(GeographicalNamePropertyType name)
Sets the "name" element
-
addNewName
GeographicalNamePropertyType addNewName()
Appends and returns a new empty "name" element
-
getNamePartsArray
ThoroughfareNameValueType.NameParts[] getNamePartsArray()
Gets array of all "nameParts" elements
-
getNamePartsArray
ThoroughfareNameValueType.NameParts getNamePartsArray(int i)
Gets ith "nameParts" element
-
isNilNamePartsArray
boolean isNilNamePartsArray(int i)
Tests for nil ith "nameParts" element
-
sizeOfNamePartsArray
int sizeOfNamePartsArray()
Returns number of "nameParts" element
-
setNamePartsArray
void setNamePartsArray(ThoroughfareNameValueType.NameParts[] namePartsArray)
Sets array of all "nameParts" element
-
setNamePartsArray
void setNamePartsArray(int i, ThoroughfareNameValueType.NameParts nameParts)Sets ith "nameParts" element
-
setNilNamePartsArray
void setNilNamePartsArray(int i)
Nils the ith "nameParts" element
-
insertNewNameParts
ThoroughfareNameValueType.NameParts insertNewNameParts(int i)
Inserts and returns a new empty value (as xml) as the ith "nameParts" element
-
addNewNameParts
ThoroughfareNameValueType.NameParts addNewNameParts()
Appends and returns a new empty value (as xml) as the last "nameParts" element
-
removeNameParts
void removeNameParts(int i)
Removes the ith "nameParts" element
-
-