| Constructor and Description |
|---|
Address()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCity()
element : city of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getCountry()
element : country of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getCountryCode()
element : countryCode of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getGeocodeAccuracy()
element : geocodeAccuracy of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getPostalCode()
element : postalCode of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getState()
element : state of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getStateCode()
element : stateCode of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getStreet()
element : street of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCity(java.lang.String city) |
protected void |
setCity(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCountry(java.lang.String country) |
protected void |
setCountry(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCountryCode(java.lang.String countryCode) |
protected void |
setCountryCode(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setGeocodeAccuracy(java.lang.String geocodeAccuracy) |
protected void |
setGeocodeAccuracy(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPostalCode(java.lang.String postalCode) |
protected void |
setPostalCode(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setState(java.lang.String state) |
protected void |
setState(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setStateCode(java.lang.String stateCode) |
protected void |
setStateCode(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setStreet(java.lang.String street) |
protected void |
setStreet(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getLatitude, getLongitude, setLatitude, setLatitude, setLongitude, setLongitudeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLatitude, getLongitude, setLatitude, setLongitudepublic java.lang.String getCity()
IAddressprotected void setCity(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getCountry()
IAddressgetCountry in interface IAddresspublic void setCountry(java.lang.String country)
setCountry in interface IAddressprotected void setCountry(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getCountryCode()
IAddressgetCountryCode in interface IAddresspublic void setCountryCode(java.lang.String countryCode)
setCountryCode in interface IAddressprotected void setCountryCode(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getGeocodeAccuracy()
IAddressgetGeocodeAccuracy in interface IAddresspublic void setGeocodeAccuracy(java.lang.String geocodeAccuracy)
setGeocodeAccuracy in interface IAddressprotected void setGeocodeAccuracy(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getPostalCode()
IAddressgetPostalCode in interface IAddresspublic void setPostalCode(java.lang.String postalCode)
setPostalCode in interface IAddressprotected void setPostalCode(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getState()
IAddressprotected void setState(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getStateCode()
IAddressgetStateCode in interface IAddresspublic void setStateCode(java.lang.String stateCode)
setStateCode in interface IAddressprotected void setStateCode(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getStreet()
IAddresspublic void setStreet(java.lang.String street)
protected void setStreet(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
writeFields in class Locationjava.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizableload in class Locationjava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
loadFields in class Locationjava.io.IOExceptionConnectionExceptionCopyright © 2020. All Rights Reserved.