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 Summary

    Modifier and Type
    Method
    Description
    element : latitude of type {http://www.w3.org/2001/XMLSchema}double java type: java.lang.Double
    element : longitude of type {http://www.w3.org/2001/XMLSchema}double java type: java.lang.Double
    void
    setLatitude(Double latitude)
     
    void
    setLongitude(Double longitude)
     
  • Method Details

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