Package com.sforce.soap.partner
Class Location
java.lang.Object
com.sforce.soap.partner.Location
- All Implemented Interfaces:
ILocation,com.sforce.ws.bind.XMLizable
- 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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetLatitude(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLatitude(Double latitude)protected voidsetLongitude(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetLongitude(Double longitude)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-