Package com.sforce.soap.partner
Class Location
java.lang.Object
com.sforce.soap.partner.Location
- Direct Known Subclasses:
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 TypeMethodDescriptionelement : latitude of type {http://www.w3.org/2001/XMLSchema}double java type: java.lang.Doubleelement : longitude of type {http://www.w3.org/2001/XMLSchema}double java type: java.lang.Doublevoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLatitude(XmlInputStream __in, TypeMapper __typeMapper) voidsetLatitude(Double latitude) protected voidsetLongitude(XmlInputStream __in, TypeMapper __typeMapper) voidsetLongitude(Double longitude) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
Location
public Location()Constructor
-
-
Method Details
-
getLatitude
Description copied from interface:ILocationelement : latitude of type {http://www.w3.org/2001/XMLSchema}double java type: java.lang.Double- Specified by:
getLatitudein interfaceILocation
-
setLatitude
- Specified by:
setLatitudein interfaceILocation
-
setLatitude
protected void setLatitude(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLongitude
Description copied from interface:ILocationelement : longitude of type {http://www.w3.org/2001/XMLSchema}double java type: java.lang.Double- Specified by:
getLongitudein interfaceILocation
-
setLongitude
- Specified by:
setLongitudein interfaceILocation
-
setLongitude
protected void setLongitude(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- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-