Package net.opengis.ows.x11
Interface AddressType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AddressTypeImpl
public interface AddressType extends org.apache.xmlbeans.XmlObjectAn XML AddressType(@http://www.opengis.net/ows/1.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAddressType.FactoryA factory class with static methods for creating instances of this type.
-
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 voidaddDeliveryPoint(String deliveryPoint)Appends the value as the last "DeliveryPoint" elementvoidaddElectronicMailAddress(String electronicMailAddress)Appends the value as the last "ElectronicMailAddress" elementorg.apache.xmlbeans.XmlStringaddNewDeliveryPoint()Appends and returns a new empty value (as xml) as the last "DeliveryPoint" elementorg.apache.xmlbeans.XmlStringaddNewElectronicMailAddress()Appends and returns a new empty value (as xml) as the last "ElectronicMailAddress" elementStringgetAdministrativeArea()Gets the "AdministrativeArea" elementStringgetCity()Gets the "City" elementStringgetCountry()Gets the "Country" elementString[]getDeliveryPointArray()Gets array of all "DeliveryPoint" elementsStringgetDeliveryPointArray(int i)Gets ith "DeliveryPoint" elementString[]getElectronicMailAddressArray()Gets array of all "ElectronicMailAddress" elementsStringgetElectronicMailAddressArray(int i)Gets ith "ElectronicMailAddress" elementStringgetPostalCode()Gets the "PostalCode" elementvoidinsertDeliveryPoint(int i, String deliveryPoint)Inserts the value as the ith "DeliveryPoint" elementvoidinsertElectronicMailAddress(int i, String electronicMailAddress)Inserts the value as the ith "ElectronicMailAddress" elementorg.apache.xmlbeans.XmlStringinsertNewDeliveryPoint(int i)Inserts and returns a new empty value (as xml) as the ith "DeliveryPoint" elementorg.apache.xmlbeans.XmlStringinsertNewElectronicMailAddress(int i)Inserts and returns a new empty value (as xml) as the ith "ElectronicMailAddress" elementbooleanisSetAdministrativeArea()True if has "AdministrativeArea" elementbooleanisSetCity()True if has "City" elementbooleanisSetCountry()True if has "Country" elementbooleanisSetPostalCode()True if has "PostalCode" elementvoidremoveDeliveryPoint(int i)Removes the ith "DeliveryPoint" elementvoidremoveElectronicMailAddress(int i)Removes the ith "ElectronicMailAddress" elementvoidsetAdministrativeArea(String administrativeArea)Sets the "AdministrativeArea" elementvoidsetCity(String city)Sets the "City" elementvoidsetCountry(String country)Sets the "Country" elementvoidsetDeliveryPointArray(int i, String deliveryPoint)Sets ith "DeliveryPoint" elementvoidsetDeliveryPointArray(String[] deliveryPointArray)Sets array of all "DeliveryPoint" elementvoidsetElectronicMailAddressArray(int i, String electronicMailAddress)Sets ith "ElectronicMailAddress" elementvoidsetElectronicMailAddressArray(String[] electronicMailAddressArray)Sets array of all "ElectronicMailAddress" elementvoidsetPostalCode(String postalCode)Sets the "PostalCode" elementintsizeOfDeliveryPointArray()Returns number of "DeliveryPoint" elementintsizeOfElectronicMailAddressArray()Returns number of "ElectronicMailAddress" elementvoidunsetAdministrativeArea()Unsets the "AdministrativeArea" elementvoidunsetCity()Unsets the "City" elementvoidunsetCountry()Unsets the "Country" elementvoidunsetPostalCode()Unsets the "PostalCode" elementorg.apache.xmlbeans.XmlStringxgetAdministrativeArea()Gets (as xml) the "AdministrativeArea" elementorg.apache.xmlbeans.XmlStringxgetCity()Gets (as xml) the "City" elementorg.apache.xmlbeans.XmlStringxgetCountry()Gets (as xml) the "Country" elementorg.apache.xmlbeans.XmlString[]xgetDeliveryPointArray()Gets (as xml) array of all "DeliveryPoint" elementsorg.apache.xmlbeans.XmlStringxgetDeliveryPointArray(int i)Gets (as xml) ith "DeliveryPoint" elementorg.apache.xmlbeans.XmlString[]xgetElectronicMailAddressArray()Gets (as xml) array of all "ElectronicMailAddress" elementsorg.apache.xmlbeans.XmlStringxgetElectronicMailAddressArray(int i)Gets (as xml) ith "ElectronicMailAddress" elementorg.apache.xmlbeans.XmlStringxgetPostalCode()Gets (as xml) the "PostalCode" elementvoidxsetAdministrativeArea(org.apache.xmlbeans.XmlString administrativeArea)Sets (as xml) the "AdministrativeArea" elementvoidxsetCity(org.apache.xmlbeans.XmlString city)Sets (as xml) the "City" elementvoidxsetCountry(org.apache.xmlbeans.XmlString country)Sets (as xml) the "Country" elementvoidxsetDeliveryPointArray(int i, org.apache.xmlbeans.XmlString deliveryPoint)Sets (as xml) ith "DeliveryPoint" elementvoidxsetDeliveryPointArray(org.apache.xmlbeans.XmlString[] deliveryPointArray)Sets (as xml) array of all "DeliveryPoint" elementvoidxsetElectronicMailAddressArray(int i, org.apache.xmlbeans.XmlString electronicMailAddress)Sets (as xml) ith "ElectronicMailAddress" elementvoidxsetElectronicMailAddressArray(org.apache.xmlbeans.XmlString[] electronicMailAddressArray)Sets (as xml) array of all "ElectronicMailAddress" elementvoidxsetPostalCode(org.apache.xmlbeans.XmlString postalCode)Sets (as xml) the "PostalCode" 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
-
getDeliveryPointArray
String[] getDeliveryPointArray()
Gets array of all "DeliveryPoint" elements
-
getDeliveryPointArray
String getDeliveryPointArray(int i)
Gets ith "DeliveryPoint" element
-
xgetDeliveryPointArray
org.apache.xmlbeans.XmlString[] xgetDeliveryPointArray()
Gets (as xml) array of all "DeliveryPoint" elements
-
xgetDeliveryPointArray
org.apache.xmlbeans.XmlString xgetDeliveryPointArray(int i)
Gets (as xml) ith "DeliveryPoint" element
-
sizeOfDeliveryPointArray
int sizeOfDeliveryPointArray()
Returns number of "DeliveryPoint" element
-
setDeliveryPointArray
void setDeliveryPointArray(String[] deliveryPointArray)
Sets array of all "DeliveryPoint" element
-
setDeliveryPointArray
void setDeliveryPointArray(int i, String deliveryPoint)Sets ith "DeliveryPoint" element
-
xsetDeliveryPointArray
void xsetDeliveryPointArray(org.apache.xmlbeans.XmlString[] deliveryPointArray)
Sets (as xml) array of all "DeliveryPoint" element
-
xsetDeliveryPointArray
void xsetDeliveryPointArray(int i, org.apache.xmlbeans.XmlString deliveryPoint)Sets (as xml) ith "DeliveryPoint" element
-
insertDeliveryPoint
void insertDeliveryPoint(int i, String deliveryPoint)Inserts the value as the ith "DeliveryPoint" element
-
addDeliveryPoint
void addDeliveryPoint(String deliveryPoint)
Appends the value as the last "DeliveryPoint" element
-
insertNewDeliveryPoint
org.apache.xmlbeans.XmlString insertNewDeliveryPoint(int i)
Inserts and returns a new empty value (as xml) as the ith "DeliveryPoint" element
-
addNewDeliveryPoint
org.apache.xmlbeans.XmlString addNewDeliveryPoint()
Appends and returns a new empty value (as xml) as the last "DeliveryPoint" element
-
removeDeliveryPoint
void removeDeliveryPoint(int i)
Removes the ith "DeliveryPoint" element
-
getCity
String getCity()
Gets the "City" element
-
xgetCity
org.apache.xmlbeans.XmlString xgetCity()
Gets (as xml) the "City" element
-
isSetCity
boolean isSetCity()
True if has "City" element
-
setCity
void setCity(String city)
Sets the "City" element
-
xsetCity
void xsetCity(org.apache.xmlbeans.XmlString city)
Sets (as xml) the "City" element
-
unsetCity
void unsetCity()
Unsets the "City" element
-
getAdministrativeArea
String getAdministrativeArea()
Gets the "AdministrativeArea" element
-
xgetAdministrativeArea
org.apache.xmlbeans.XmlString xgetAdministrativeArea()
Gets (as xml) the "AdministrativeArea" element
-
isSetAdministrativeArea
boolean isSetAdministrativeArea()
True if has "AdministrativeArea" element
-
setAdministrativeArea
void setAdministrativeArea(String administrativeArea)
Sets the "AdministrativeArea" element
-
xsetAdministrativeArea
void xsetAdministrativeArea(org.apache.xmlbeans.XmlString administrativeArea)
Sets (as xml) the "AdministrativeArea" element
-
unsetAdministrativeArea
void unsetAdministrativeArea()
Unsets the "AdministrativeArea" element
-
getPostalCode
String getPostalCode()
Gets the "PostalCode" element
-
xgetPostalCode
org.apache.xmlbeans.XmlString xgetPostalCode()
Gets (as xml) the "PostalCode" element
-
isSetPostalCode
boolean isSetPostalCode()
True if has "PostalCode" element
-
setPostalCode
void setPostalCode(String postalCode)
Sets the "PostalCode" element
-
xsetPostalCode
void xsetPostalCode(org.apache.xmlbeans.XmlString postalCode)
Sets (as xml) the "PostalCode" element
-
unsetPostalCode
void unsetPostalCode()
Unsets the "PostalCode" element
-
getCountry
String getCountry()
Gets the "Country" element
-
xgetCountry
org.apache.xmlbeans.XmlString xgetCountry()
Gets (as xml) the "Country" element
-
isSetCountry
boolean isSetCountry()
True if has "Country" element
-
setCountry
void setCountry(String country)
Sets the "Country" element
-
xsetCountry
void xsetCountry(org.apache.xmlbeans.XmlString country)
Sets (as xml) the "Country" element
-
unsetCountry
void unsetCountry()
Unsets the "Country" element
-
getElectronicMailAddressArray
String[] getElectronicMailAddressArray()
Gets array of all "ElectronicMailAddress" elements
-
getElectronicMailAddressArray
String getElectronicMailAddressArray(int i)
Gets ith "ElectronicMailAddress" element
-
xgetElectronicMailAddressArray
org.apache.xmlbeans.XmlString[] xgetElectronicMailAddressArray()
Gets (as xml) array of all "ElectronicMailAddress" elements
-
xgetElectronicMailAddressArray
org.apache.xmlbeans.XmlString xgetElectronicMailAddressArray(int i)
Gets (as xml) ith "ElectronicMailAddress" element
-
sizeOfElectronicMailAddressArray
int sizeOfElectronicMailAddressArray()
Returns number of "ElectronicMailAddress" element
-
setElectronicMailAddressArray
void setElectronicMailAddressArray(String[] electronicMailAddressArray)
Sets array of all "ElectronicMailAddress" element
-
setElectronicMailAddressArray
void setElectronicMailAddressArray(int i, String electronicMailAddress)Sets ith "ElectronicMailAddress" element
-
xsetElectronicMailAddressArray
void xsetElectronicMailAddressArray(org.apache.xmlbeans.XmlString[] electronicMailAddressArray)
Sets (as xml) array of all "ElectronicMailAddress" element
-
xsetElectronicMailAddressArray
void xsetElectronicMailAddressArray(int i, org.apache.xmlbeans.XmlString electronicMailAddress)Sets (as xml) ith "ElectronicMailAddress" element
-
insertElectronicMailAddress
void insertElectronicMailAddress(int i, String electronicMailAddress)Inserts the value as the ith "ElectronicMailAddress" element
-
addElectronicMailAddress
void addElectronicMailAddress(String electronicMailAddress)
Appends the value as the last "ElectronicMailAddress" element
-
insertNewElectronicMailAddress
org.apache.xmlbeans.XmlString insertNewElectronicMailAddress(int i)
Inserts and returns a new empty value (as xml) as the ith "ElectronicMailAddress" element
-
addNewElectronicMailAddress
org.apache.xmlbeans.XmlString addNewElectronicMailAddress()
Appends and returns a new empty value (as xml) as the last "ElectronicMailAddress" element
-
removeElectronicMailAddress
void removeElectronicMailAddress(int i)
Removes the ith "ElectronicMailAddress" element
-
-