Interface ILocation

  • All Known Subinterfaces:
    IAddress
    All Known Implementing Classes:
    Address, Location

    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 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)