public static interface ContactAddressDocument.ContactAddress
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ContactAddressDocument.ContactAddress.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets the "Address" element
|
String |
getAddressType()
Gets the "AddressType" element
|
String |
getCity()
Gets the "City" element
|
String |
getCountry()
Gets the "Country" element
|
String |
getPostCode()
Gets the "PostCode" element
|
String |
getStateOrProvince()
Gets the "StateOrProvince" element
|
void |
setAddress(String address)
Sets the "Address" element
|
void |
setAddressType(String addressType)
Sets the "AddressType" element
|
void |
setCity(String city)
Sets the "City" element
|
void |
setCountry(String country)
Sets the "Country" element
|
void |
setPostCode(String postCode)
Sets the "PostCode" element
|
void |
setStateOrProvince(String stateOrProvince)
Sets the "StateOrProvince" element
|
org.apache.xmlbeans.XmlString |
xgetAddress()
Gets (as xml) the "Address" element
|
org.apache.xmlbeans.XmlString |
xgetAddressType()
Gets (as xml) the "AddressType" 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 |
xgetPostCode()
Gets (as xml) the "PostCode" element
|
org.apache.xmlbeans.XmlString |
xgetStateOrProvince()
Gets (as xml) the "StateOrProvince" element
|
void |
xsetAddress(org.apache.xmlbeans.XmlString address)
Sets (as xml) the "Address" element
|
void |
xsetAddressType(org.apache.xmlbeans.XmlString addressType)
Sets (as xml) the "AddressType" 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 |
xsetPostCode(org.apache.xmlbeans.XmlString postCode)
Sets (as xml) the "PostCode" element
|
void |
xsetStateOrProvince(org.apache.xmlbeans.XmlString stateOrProvince)
Sets (as xml) the "StateOrProvince" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextString getAddressType()
org.apache.xmlbeans.XmlString xgetAddressType()
void setAddressType(String addressType)
void xsetAddressType(org.apache.xmlbeans.XmlString addressType)
String getAddress()
org.apache.xmlbeans.XmlString xgetAddress()
void setAddress(String address)
void xsetAddress(org.apache.xmlbeans.XmlString address)
String getCity()
org.apache.xmlbeans.XmlString xgetCity()
void setCity(String city)
void xsetCity(org.apache.xmlbeans.XmlString city)
String getStateOrProvince()
org.apache.xmlbeans.XmlString xgetStateOrProvince()
void setStateOrProvince(String stateOrProvince)
void xsetStateOrProvince(org.apache.xmlbeans.XmlString stateOrProvince)
String getPostCode()
org.apache.xmlbeans.XmlString xgetPostCode()
void setPostCode(String postCode)
void xsetPostCode(org.apache.xmlbeans.XmlString postCode)
String getCountry()
org.apache.xmlbeans.XmlString xgetCountry()
void setCountry(String country)
void xsetCountry(org.apache.xmlbeans.XmlString country)
Copyright © 2015 52north.org. All rights reserved.