Package com.sforce.soap.partner
Interface ILocation
-
-
Method Summary
All Methods Instance Methods Abstract 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.DoublevoidsetLatitude(Double latitude)voidsetLongitude(Double longitude)
-
-
-
Method Detail
-
getLatitude
Double getLatitude()
element : latitude of type {http://www.w3.org/2001/XMLSchema}double java type: java.lang.Double
-
setLatitude
void setLatitude(Double latitude)
-
getLongitude
Double getLongitude()
element : longitude of type {http://www.w3.org/2001/XMLSchema}double java type: java.lang.Double
-
setLongitude
void setLongitude(Double longitude)
-
-