|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.adwords.v201109.cm.GeoPoint
public class GeoPoint
Specifies a geo location with the supplied latitude/longitude.
| 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 |
|---|
public GeoPoint()
public GeoPoint(Integer latitudeInMicroDegrees,
Integer longitudeInMicroDegrees)
| Method Detail |
|---|
public Integer getLatitudeInMicroDegrees()
null.public void setLatitudeInMicroDegrees(Integer latitudeInMicroDegrees)
latitudeInMicroDegrees - * Micro degrees for the latitude.
This field is required
and should not be null.public Integer getLongitudeInMicroDegrees()
null.public void setLongitudeInMicroDegrees(Integer longitudeInMicroDegrees)
longitudeInMicroDegrees - * Micro degrees for the longitude.
This field is required
and should not be null.public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||