Package com.sforce.soap.partner
Class Address
- java.lang.Object
-
- com.sforce.soap.partner.Location
-
- com.sforce.soap.partner.Address
-
-
Constructor Summary
Constructors Constructor Description Address()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCity()element : city of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetCountry()element : country of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetCountryCode()element : countryCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetGeocodeAccuracy()element : geocodeAccuracy of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetPostalCode()element : postalCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetState()element : state of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetStateCode()element : stateCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetStreet()element : street of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetCity(XmlInputStream __in, TypeMapper __typeMapper)voidsetCity(String city)protected voidsetCountry(XmlInputStream __in, TypeMapper __typeMapper)voidsetCountry(String country)protected voidsetCountryCode(XmlInputStream __in, TypeMapper __typeMapper)voidsetCountryCode(String countryCode)protected voidsetGeocodeAccuracy(XmlInputStream __in, TypeMapper __typeMapper)voidsetGeocodeAccuracy(String geocodeAccuracy)protected voidsetPostalCode(XmlInputStream __in, TypeMapper __typeMapper)voidsetPostalCode(String postalCode)protected voidsetState(XmlInputStream __in, TypeMapper __typeMapper)voidsetState(String state)protected voidsetStateCode(XmlInputStream __in, TypeMapper __typeMapper)voidsetStateCode(String stateCode)protected voidsetStreet(XmlInputStream __in, TypeMapper __typeMapper)voidsetStreet(String street)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)-
Methods inherited from class com.sforce.soap.partner.Location
getLatitude, getLongitude, setLatitude, setLatitude, setLongitude, setLongitude
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.sforce.soap.partner.ILocation
getLatitude, getLongitude, setLatitude, setLongitude
-
-
-
-
Method Detail
-
getCity
public String getCity()
Description copied from interface:IAddresselement : city of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setCity
protected void setCity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCountry
public String getCountry()
Description copied from interface:IAddresselement : country of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getCountryin interfaceIAddress
-
setCountry
public void setCountry(String country)
- Specified by:
setCountryin interfaceIAddress
-
setCountry
protected void setCountry(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCountryCode
public String getCountryCode()
Description copied from interface:IAddresselement : countryCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getCountryCodein interfaceIAddress
-
setCountryCode
public void setCountryCode(String countryCode)
- Specified by:
setCountryCodein interfaceIAddress
-
setCountryCode
protected void setCountryCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getGeocodeAccuracy
public String getGeocodeAccuracy()
Description copied from interface:IAddresselement : geocodeAccuracy of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getGeocodeAccuracyin interfaceIAddress
-
setGeocodeAccuracy
public void setGeocodeAccuracy(String geocodeAccuracy)
- Specified by:
setGeocodeAccuracyin interfaceIAddress
-
setGeocodeAccuracy
protected void setGeocodeAccuracy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPostalCode
public String getPostalCode()
Description copied from interface:IAddresselement : postalCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getPostalCodein interfaceIAddress
-
setPostalCode
public void setPostalCode(String postalCode)
- Specified by:
setPostalCodein interfaceIAddress
-
setPostalCode
protected void setPostalCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getState
public String getState()
Description copied from interface:IAddresselement : state of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setState
protected void setState(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStateCode
public String getStateCode()
Description copied from interface:IAddresselement : stateCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getStateCodein interfaceIAddress
-
setStateCode
public void setStateCode(String stateCode)
- Specified by:
setStateCodein interfaceIAddress
-
setStateCode
protected void setStateCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStreet
public String getStreet()
Description copied from interface:IAddresselement : street of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setStreet
protected void setStreet(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classLocation- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classLocation- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classLocation- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classLocation- Throws:
IOExceptionConnectionException
-
-