Package com.sforce.soap.partner
Class Address
java.lang.Object
com.sforce.soap.partner.Location
com.sforce.soap.partner.Address
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()element : city of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : country of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : countryCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : geocodeAccuracy of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : postalCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetState()element : state of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : stateCode of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : 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) voidprotected 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) voidprotected voidsetStateCode(XmlInputStream __in, TypeMapper __typeMapper) voidsetStateCode(String stateCode) protected voidsetStreet(XmlInputStream __in, TypeMapper __typeMapper) voidtoString()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, setLongitudeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sforce.soap.partner.ILocation
getLatitude, getLongitude, setLatitude, setLongitude
-
Constructor Details
-
Address
public Address()Constructor
-
-
Method Details
-
getCity
Description copied from interface:IAddresselement : city of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setCity
-
setCity
protected void setCity(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setCountryin interfaceIAddress
-
setCountry
protected void setCountry(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setCountryCodein interfaceIAddress
-
setCountryCode
protected void setCountryCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setGeocodeAccuracyin interfaceIAddress
-
setGeocodeAccuracy
protected void setGeocodeAccuracy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setPostalCodein interfaceIAddress
-
setPostalCode
protected void setPostalCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getState
Description copied from interface:IAddresselement : state of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setState
-
setState
protected void setState(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
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
- Specified by:
setStateCodein interfaceIAddress
-
setStateCode
protected void setStateCode(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStreet
Description copied from interface:IAddresselement : street of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setStreet
-
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
- 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
-
toString
-