Class Geolocation


  • public class Geolocation
    extends Object
    Definition: Geographic location specified by geographic or UTM coordinates. -- Usage: Identifies the geographic location of a mobile phone.

    Java class for Geolocation complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Geolocation">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="GeographicCoordinates" type="{}GeographicCoordinates" minOccurs="0"/>
             <element name="UTMCoordinates" type="{}UTMCoordinates" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • geographicCoordinates

        protected GeographicCoordinates geographicCoordinates
        The Geographic coordinates.
      • utmCoordinates

        protected UTMCoordinates utmCoordinates
        The Utm coordinates.
    • Constructor Detail

      • Geolocation

        public Geolocation()
    • Method Detail

      • setGeographicCoordinates

        public void setGeographicCoordinates​(GeographicCoordinates value)
        Sets the value of the geographicCoordinates property.
        Parameters:
        value - allowed object is GeographicCoordinates
      • getUTMCoordinates

        public UTMCoordinates getUTMCoordinates()
        Gets the value of the utmCoordinates property.
        Returns:
        possible object is UTMCoordinates
      • setUTMCoordinates

        public void setUTMCoordinates​(UTMCoordinates value)
        Sets the value of the utmCoordinates property.
        Parameters:
        value - allowed object is UTMCoordinates