Package net.opengis.sensorML.x101
Interface ContactInfoDocument.ContactInfo.Address
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ContactInfoDocumentImpl.ContactInfoImpl.AddressImpl
- Enclosing interface:
- ContactInfoDocument.ContactInfo
public static interface ContactInfoDocument.ContactInfo.Address extends org.apache.xmlbeans.XmlObjectAn XML address(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContactInfoDocument.ContactInfo.Address.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" elementorg.apache.xmlbeans.XmlStringaddNewDeliveryPoint()Appends and returns a new empty value (as xml) as the last "deliveryPoint" 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" elementStringgetElectronicMailAddress()Gets the "electronicMailAddress" elementStringgetPostalCode()Gets the "postalCode" elementvoidinsertDeliveryPoint(int i, String deliveryPoint)Inserts the value as the ith "deliveryPoint" elementorg.apache.xmlbeans.XmlStringinsertNewDeliveryPoint(int i)Inserts and returns a new empty value (as xml) as the ith "deliveryPoint" elementbooleanisSetAdministrativeArea()True if has "administrativeArea" elementbooleanisSetCity()True if has "city" elementbooleanisSetCountry()True if has "country" elementbooleanisSetElectronicMailAddress()True if has "electronicMailAddress" elementbooleanisSetPostalCode()True if has "postalCode" elementvoidremoveDeliveryPoint(int i)Removes the ith "deliveryPoint" 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" elementvoidsetElectronicMailAddress(String electronicMailAddress)Sets the "electronicMailAddress" elementvoidsetPostalCode(String postalCode)Sets the "postalCode" elementintsizeOfDeliveryPointArray()Returns number of "deliveryPoint" elementvoidunsetAdministrativeArea()Unsets the "administrativeArea" elementvoidunsetCity()Unsets the "city" elementvoidunsetCountry()Unsets the "country" elementvoidunsetElectronicMailAddress()Unsets the "electronicMailAddress" 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.XmlStringxgetElectronicMailAddress()Gets (as xml) the "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" elementvoidxsetElectronicMailAddress(org.apache.xmlbeans.XmlString electronicMailAddress)Sets (as xml) the "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
-
getElectronicMailAddress
String getElectronicMailAddress()
Gets the "electronicMailAddress" element
-
xgetElectronicMailAddress
org.apache.xmlbeans.XmlString xgetElectronicMailAddress()
Gets (as xml) the "electronicMailAddress" element
-
isSetElectronicMailAddress
boolean isSetElectronicMailAddress()
True if has "electronicMailAddress" element
-
setElectronicMailAddress
void setElectronicMailAddress(String electronicMailAddress)
Sets the "electronicMailAddress" element
-
xsetElectronicMailAddress
void xsetElectronicMailAddress(org.apache.xmlbeans.XmlString electronicMailAddress)
Sets (as xml) the "electronicMailAddress" element
-
unsetElectronicMailAddress
void unsetElectronicMailAddress()
Unsets the "electronicMailAddress" element
-
-