Package com.sforce.soap.partner
Interface ILocation
- All Known Subinterfaces:
IAddress
public interface ILocation
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
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.DoublevoidsetLatitude(Double latitude) voidsetLongitude(Double longitude)
-
Method Details