|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface ContactAddressDocument.ContactAddress
An XML ContactAddress(@http://www.opengis.net/wms). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ContactAddressDocument.ContactAddress.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 | |
---|---|
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 |
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 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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |