|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ContactInfoDocument.ContactInfo.Address
An XML address(@http://www.opengis.net/sensorML/1.0). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ContactInfoDocument.ContactInfo.Address.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 |
org.apache.xmlbeans.XmlString |
addNewDeliveryPoint()
Appends and returns a new empty value (as xml) as the last "deliveryPoint" 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 |
getElectronicMailAddress()
Gets the "electronicMailAddress" element |
String |
getPostalCode()
Gets the "postalCode" element |
void |
insertDeliveryPoint(int i,
String deliveryPoint)
Inserts the value as the ith "deliveryPoint" element |
org.apache.xmlbeans.XmlString |
insertNewDeliveryPoint(int i)
Inserts and returns a new empty value (as xml) as the ith "deliveryPoint" element |
boolean |
isSetAdministrativeArea()
True if has "administrativeArea" element |
boolean |
isSetCity()
True if has "city" element |
boolean |
isSetCountry()
True if has "country" element |
boolean |
isSetElectronicMailAddress()
True if has "electronicMailAddress" element |
boolean |
isSetPostalCode()
True if has "postalCode" element |
void |
removeDeliveryPoint(int i)
Removes the ith "deliveryPoint" 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 |
setElectronicMailAddress(String electronicMailAddress)
Sets the "electronicMailAddress" element |
void |
setPostalCode(String postalCode)
Sets the "postalCode" element |
int |
sizeOfDeliveryPointArray()
Returns number of "deliveryPoint" element |
void |
unsetAdministrativeArea()
Unsets the "administrativeArea" element |
void |
unsetCity()
Unsets the "city" element |
void |
unsetCountry()
Unsets the "country" element |
void |
unsetElectronicMailAddress()
Unsets the "electronicMailAddress" 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 |
xgetElectronicMailAddress()
Gets (as xml) the "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 |
xsetElectronicMailAddress(org.apache.xmlbeans.XmlString electronicMailAddress)
Sets (as xml) the "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, 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 getElectronicMailAddress()
org.apache.xmlbeans.XmlString xgetElectronicMailAddress()
boolean isSetElectronicMailAddress()
void setElectronicMailAddress(String electronicMailAddress)
void xsetElectronicMailAddress(org.apache.xmlbeans.XmlString electronicMailAddress)
void unsetElectronicMailAddress()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |