|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddressType
An XML AddressType(@http://www.opengis.net/ows/1.1). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
AddressType.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
|---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Method Summary | |
|---|---|
void |
addDeliveryPoint(String deliveryPoint)
Appends the value as the last "DeliveryPoint" element |
void |
addElectronicMailAddress(String electronicMailAddress)
Appends the value as the last "ElectronicMailAddress" element |
org.apache.xmlbeans.XmlString |
addNewDeliveryPoint()
Appends and returns a new empty value (as xml) as the last "DeliveryPoint" element |
org.apache.xmlbeans.XmlString |
addNewElectronicMailAddress()
Appends and returns a new empty value (as xml) as the last "ElectronicMailAddress" element |
String |
getAdministrativeArea()
Gets the "AdministrativeArea" element |
String |
getCity()
Gets the "City" element |
String |
getCountry()
Gets the "Country" element |
String[] |
getDeliveryPointArray()
Gets array of all "DeliveryPoint" elements |
String |
getDeliveryPointArray(int i)
Gets ith "DeliveryPoint" element |
String[] |
getElectronicMailAddressArray()
Gets array of all "ElectronicMailAddress" elements |
String |
getElectronicMailAddressArray(int i)
Gets ith "ElectronicMailAddress" element |
String |
getPostalCode()
Gets the "PostalCode" element |
void |
insertDeliveryPoint(int i,
String deliveryPoint)
Inserts the value as the ith "DeliveryPoint" element |
void |
insertElectronicMailAddress(int i,
String electronicMailAddress)
Inserts the value as the ith "ElectronicMailAddress" element |
org.apache.xmlbeans.XmlString |
insertNewDeliveryPoint(int i)
Inserts and returns a new empty value (as xml) as the ith "DeliveryPoint" element |
org.apache.xmlbeans.XmlString |
insertNewElectronicMailAddress(int i)
Inserts and returns a new empty value (as xml) as the ith "ElectronicMailAddress" element |
boolean |
isSetAdministrativeArea()
True if has "AdministrativeArea" element |
boolean |
isSetCity()
True if has "City" element |
boolean |
isSetCountry()
True if has "Country" element |
boolean |
isSetPostalCode()
True if has "PostalCode" element |
void |
removeDeliveryPoint(int i)
Removes the ith "DeliveryPoint" element |
void |
removeElectronicMailAddress(int i)
Removes the ith "ElectronicMailAddress" element |
void |
setAdministrativeArea(String administrativeArea)
Sets the "AdministrativeArea" element |
void |
setCity(String city)
Sets the "City" element |
void |
setCountry(String country)
Sets the "Country" element |
void |
setDeliveryPointArray(int i,
String deliveryPoint)
Sets ith "DeliveryPoint" element |
void |
setDeliveryPointArray(String[] deliveryPointArray)
Sets array of all "DeliveryPoint" element |
void |
setElectronicMailAddressArray(int i,
String electronicMailAddress)
Sets ith "ElectronicMailAddress" element |
void |
setElectronicMailAddressArray(String[] electronicMailAddressArray)
Sets array of all "ElectronicMailAddress" element |
void |
setPostalCode(String postalCode)
Sets the "PostalCode" element |
int |
sizeOfDeliveryPointArray()
Returns number of "DeliveryPoint" element |
int |
sizeOfElectronicMailAddressArray()
Returns number of "ElectronicMailAddress" element |
void |
unsetAdministrativeArea()
Unsets the "AdministrativeArea" element |
void |
unsetCity()
Unsets the "City" element |
void |
unsetCountry()
Unsets the "Country" element |
void |
unsetPostalCode()
Unsets the "PostalCode" element |
org.apache.xmlbeans.XmlString |
xgetAdministrativeArea()
Gets (as xml) the "AdministrativeArea" element |
org.apache.xmlbeans.XmlString |
xgetCity()
Gets (as xml) the "City" element |
org.apache.xmlbeans.XmlString |
xgetCountry()
Gets (as xml) the "Country" element |
org.apache.xmlbeans.XmlString[] |
xgetDeliveryPointArray()
Gets (as xml) array of all "DeliveryPoint" elements |
org.apache.xmlbeans.XmlString |
xgetDeliveryPointArray(int i)
Gets (as xml) ith "DeliveryPoint" element |
org.apache.xmlbeans.XmlString[] |
xgetElectronicMailAddressArray()
Gets (as xml) array of all "ElectronicMailAddress" elements |
org.apache.xmlbeans.XmlString |
xgetElectronicMailAddressArray(int i)
Gets (as xml) ith "ElectronicMailAddress" element |
org.apache.xmlbeans.XmlString |
xgetPostalCode()
Gets (as xml) the "PostalCode" element |
void |
xsetAdministrativeArea(org.apache.xmlbeans.XmlString administrativeArea)
Sets (as xml) the "AdministrativeArea" element |
void |
xsetCity(org.apache.xmlbeans.XmlString city)
Sets (as xml) the "City" element |
void |
xsetCountry(org.apache.xmlbeans.XmlString country)
Sets (as xml) the "Country" element |
void |
xsetDeliveryPointArray(int i,
org.apache.xmlbeans.XmlString deliveryPoint)
Sets (as xml) ith "DeliveryPoint" element |
void |
xsetDeliveryPointArray(org.apache.xmlbeans.XmlString[] deliveryPointArray)
Sets (as xml) array of all "DeliveryPoint" element |
void |
xsetElectronicMailAddressArray(int i,
org.apache.xmlbeans.XmlString electronicMailAddress)
Sets (as xml) ith "ElectronicMailAddress" element |
void |
xsetElectronicMailAddressArray(org.apache.xmlbeans.XmlString[] electronicMailAddressArray)
Sets (as xml) array of all "ElectronicMailAddress" element |
void |
xsetPostalCode(org.apache.xmlbeans.XmlString postalCode)
Sets (as xml) the "PostalCode" element |
| Methods inherited from interface org.apache.xmlbeans.XmlObject |
|---|
changeType, compareTo, compareValue, 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 |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
String[] getDeliveryPointArray()
String getDeliveryPointArray(int i)
org.apache.xmlbeans.XmlString[] xgetDeliveryPointArray()
org.apache.xmlbeans.XmlString xgetDeliveryPointArray(int i)
int sizeOfDeliveryPointArray()
void setDeliveryPointArray(String[] deliveryPointArray)
void setDeliveryPointArray(int i,
String deliveryPoint)
void xsetDeliveryPointArray(org.apache.xmlbeans.XmlString[] deliveryPointArray)
void xsetDeliveryPointArray(int i,
org.apache.xmlbeans.XmlString deliveryPoint)
void insertDeliveryPoint(int i,
String deliveryPoint)
void addDeliveryPoint(String deliveryPoint)
org.apache.xmlbeans.XmlString insertNewDeliveryPoint(int i)
org.apache.xmlbeans.XmlString addNewDeliveryPoint()
void removeDeliveryPoint(int i)
String getCity()
org.apache.xmlbeans.XmlString xgetCity()
boolean isSetCity()
void setCity(String city)
void xsetCity(org.apache.xmlbeans.XmlString city)
void unsetCity()
String getAdministrativeArea()
org.apache.xmlbeans.XmlString xgetAdministrativeArea()
boolean isSetAdministrativeArea()
void setAdministrativeArea(String administrativeArea)
void xsetAdministrativeArea(org.apache.xmlbeans.XmlString administrativeArea)
void unsetAdministrativeArea()
String getPostalCode()
org.apache.xmlbeans.XmlString xgetPostalCode()
boolean isSetPostalCode()
void setPostalCode(String postalCode)
void xsetPostalCode(org.apache.xmlbeans.XmlString postalCode)
void unsetPostalCode()
String getCountry()
org.apache.xmlbeans.XmlString xgetCountry()
boolean isSetCountry()
void setCountry(String country)
void xsetCountry(org.apache.xmlbeans.XmlString country)
void unsetCountry()
String[] getElectronicMailAddressArray()
String getElectronicMailAddressArray(int i)
org.apache.xmlbeans.XmlString[] xgetElectronicMailAddressArray()
org.apache.xmlbeans.XmlString xgetElectronicMailAddressArray(int i)
int sizeOfElectronicMailAddressArray()
void setElectronicMailAddressArray(String[] electronicMailAddressArray)
void setElectronicMailAddressArray(int i,
String electronicMailAddress)
void xsetElectronicMailAddressArray(org.apache.xmlbeans.XmlString[] electronicMailAddressArray)
void xsetElectronicMailAddressArray(int i,
org.apache.xmlbeans.XmlString electronicMailAddress)
void insertElectronicMailAddress(int i,
String electronicMailAddress)
void addElectronicMailAddress(String electronicMailAddress)
org.apache.xmlbeans.XmlString insertNewElectronicMailAddress(int i)
org.apache.xmlbeans.XmlString addNewElectronicMailAddress()
void removeElectronicMailAddress(int i)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||