| Constructor and Description |
|---|
Address()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCity()
element : city of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getCountry()
element : country of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getCountryCode()
element : countryCode of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getPostalCode()
element : postalCode of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getState()
element : state of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getStateCode()
element : stateCode of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getStreet()
element : street of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setCountryCode(String countryCode) |
void |
setPostalCode(String postalCode) |
void |
setState(String state) |
void |
setStateCode(String stateCode) |
void |
setStreet(String street) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
getLatitude, getLongitude, setLatitude, setLongitudeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLatitude, getLongitude, setLatitude, setLongitudepublic String getCity()
IAddresspublic String getCountry()
IAddressgetCountry in interface IAddresspublic void setCountry(String country)
setCountry in interface IAddresspublic String getCountryCode()
IAddressgetCountryCode in interface IAddresspublic void setCountryCode(String countryCode)
setCountryCode in interface IAddresspublic String getPostalCode()
IAddressgetPostalCode in interface IAddresspublic void setPostalCode(String postalCode)
setPostalCode in interface IAddresspublic String getState()
IAddresspublic String getStateCode()
IAddressgetStateCode in interface IAddresspublic void setStateCode(String stateCode)
setStateCode in interface IAddresspublic String getStreet()
IAddresspublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizablewrite in class LocationIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
writeFields in class LocationIOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableload in class LocationIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
loadFields in class LocationIOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.