com.google.api.ads.adwords.v201109.cm
Class GeoPoint

java.lang.Object
  extended by com.google.api.ads.adwords.v201109.cm.GeoPoint
All Implemented Interfaces:
Serializable

public class GeoPoint
extends Object
implements Serializable

Specifies a geo location with the supplied latitude/longitude.

See Also:
Serialized Form

Constructor Summary
GeoPoint()
           
GeoPoint(Integer latitudeInMicroDegrees, Integer longitudeInMicroDegrees)
           
 
Method Summary
 boolean equals(Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 Integer getLatitudeInMicroDegrees()
          Gets the latitudeInMicroDegrees value for this GeoPoint.
 Integer getLongitudeInMicroDegrees()
          Gets the longitudeInMicroDegrees value for this GeoPoint.
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setLatitudeInMicroDegrees(Integer latitudeInMicroDegrees)
          Sets the latitudeInMicroDegrees value for this GeoPoint.
 void setLongitudeInMicroDegrees(Integer longitudeInMicroDegrees)
          Sets the longitudeInMicroDegrees value for this GeoPoint.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoPoint

public GeoPoint()

GeoPoint

public GeoPoint(Integer latitudeInMicroDegrees,
                Integer longitudeInMicroDegrees)
Method Detail

getLatitudeInMicroDegrees

public Integer getLatitudeInMicroDegrees()
Gets the latitudeInMicroDegrees value for this GeoPoint.

Returns:
latitudeInMicroDegrees * Micro degrees for the latitude. This field is required and should not be null.

setLatitudeInMicroDegrees

public void setLatitudeInMicroDegrees(Integer latitudeInMicroDegrees)
Sets the latitudeInMicroDegrees value for this GeoPoint.

Parameters:
latitudeInMicroDegrees - * Micro degrees for the latitude. This field is required and should not be null.

getLongitudeInMicroDegrees

public Integer getLongitudeInMicroDegrees()
Gets the longitudeInMicroDegrees value for this GeoPoint.

Returns:
longitudeInMicroDegrees * Micro degrees for the longitude. This field is required and should not be null.

setLongitudeInMicroDegrees

public void setLongitudeInMicroDegrees(Integer longitudeInMicroDegrees)
Sets the longitudeInMicroDegrees value for this GeoPoint.

Parameters:
longitudeInMicroDegrees - * Micro degrees for the longitude. This field is required and should not be null.

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)
Get Custom Deserializer



Copyright © 2011. All Rights Reserved.