public interface PostalAddressType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
PostalAddressType.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 |
|---|---|
java.lang.String |
getCity()
Gets the "city" attribute
|
java.lang.String |
getCountry()
Gets the "country" attribute
|
java.lang.String |
getPostalCode()
Gets the "postalCode" attribute
|
java.lang.String |
getStateOrProvince()
Gets the "stateOrProvince" attribute
|
java.lang.String |
getStreet()
Gets the "street" attribute
|
java.lang.String |
getStreetNumber()
Gets the "streetNumber" attribute
|
boolean |
isSetCity()
True if has "city" attribute
|
boolean |
isSetCountry()
True if has "country" attribute
|
boolean |
isSetPostalCode()
True if has "postalCode" attribute
|
boolean |
isSetStateOrProvince()
True if has "stateOrProvince" attribute
|
boolean |
isSetStreet()
True if has "street" attribute
|
boolean |
isSetStreetNumber()
True if has "streetNumber" attribute
|
void |
setCity(java.lang.String city)
Sets the "city" attribute
|
void |
setCountry(java.lang.String country)
Sets the "country" attribute
|
void |
setPostalCode(java.lang.String postalCode)
Sets the "postalCode" attribute
|
void |
setStateOrProvince(java.lang.String stateOrProvince)
Sets the "stateOrProvince" attribute
|
void |
setStreet(java.lang.String street)
Sets the "street" attribute
|
void |
setStreetNumber(java.lang.String streetNumber)
Sets the "streetNumber" attribute
|
void |
unsetCity()
Unsets the "city" attribute
|
void |
unsetCountry()
Unsets the "country" attribute
|
void |
unsetPostalCode()
Unsets the "postalCode" attribute
|
void |
unsetStateOrProvince()
Unsets the "stateOrProvince" attribute
|
void |
unsetStreet()
Unsets the "street" attribute
|
void |
unsetStreetNumber()
Unsets the "streetNumber" attribute
|
ShortName |
xgetCity()
Gets (as xml) the "city" attribute
|
ShortName |
xgetCountry()
Gets (as xml) the "country" attribute
|
ShortName |
xgetPostalCode()
Gets (as xml) the "postalCode" attribute
|
ShortName |
xgetStateOrProvince()
Gets (as xml) the "stateOrProvince" attribute
|
ShortName |
xgetStreet()
Gets (as xml) the "street" attribute
|
String32 |
xgetStreetNumber()
Gets (as xml) the "streetNumber" attribute
|
void |
xsetCity(ShortName city)
Sets (as xml) the "city" attribute
|
void |
xsetCountry(ShortName country)
Sets (as xml) the "country" attribute
|
void |
xsetPostalCode(ShortName postalCode)
Sets (as xml) the "postalCode" attribute
|
void |
xsetStateOrProvince(ShortName stateOrProvince)
Sets (as xml) the "stateOrProvince" attribute
|
void |
xsetStreet(ShortName street)
Sets (as xml) the "street" attribute
|
void |
xsetStreetNumber(String32 streetNumber)
Sets (as xml) the "streetNumber" attribute
|
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, xmlTextjava.lang.String getCity()
ShortName xgetCity()
boolean isSetCity()
void setCity(java.lang.String city)
void xsetCity(ShortName city)
void unsetCity()
java.lang.String getCountry()
ShortName xgetCountry()
boolean isSetCountry()
void setCountry(java.lang.String country)
void xsetCountry(ShortName country)
void unsetCountry()
java.lang.String getPostalCode()
ShortName xgetPostalCode()
boolean isSetPostalCode()
void setPostalCode(java.lang.String postalCode)
void xsetPostalCode(ShortName postalCode)
void unsetPostalCode()
java.lang.String getStateOrProvince()
ShortName xgetStateOrProvince()
boolean isSetStateOrProvince()
void setStateOrProvince(java.lang.String stateOrProvince)
void xsetStateOrProvince(ShortName stateOrProvince)
void unsetStateOrProvince()
java.lang.String getStreet()
ShortName xgetStreet()
boolean isSetStreet()
void setStreet(java.lang.String street)
void xsetStreet(ShortName street)
void unsetStreet()
java.lang.String getStreetNumber()
String32 xgetStreetNumber()
boolean isSetStreetNumber()
void setStreetNumber(java.lang.String streetNumber)
void xsetStreetNumber(String32 streetNumber)
void unsetStreetNumber()
Copyright © 2015–2018 52north.org. All rights reserved.