Package com.sforce.soap.partner
Class Location
- java.lang.Object
-
- com.sforce.soap.partner.Location
-
-
Constructor Summary
Constructors Constructor Description Location()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublegetLatitude()element : latitude of type {http://www.w3.org/2001/XMLSchema}double java type: java.lang.DoubleDoublegetLongitude()element : 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)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getLatitude
public Double 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
public void setLatitude(Double latitude)
- Specified by:
setLatitudein interfaceILocation
-
setLatitude
protected void setLatitude(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLongitude
public Double 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
public void setLongitude(Double longitude)
- 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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-