|
||||||||||
| 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.GeoLocation
public class GeoLocation
Class representing a location with its geographic coordinates.
| Constructor Summary | |
|---|---|
GeoLocation()
|
|
GeoLocation(GeoPoint geoPoint,
Address address,
byte[] encodedLocation,
String geoLocationType)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Address |
getAddress()
Gets the address value for this GeoLocation. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
byte[] |
getEncodedLocation()
Gets the encodedLocation value for this GeoLocation. |
String |
getGeoLocationType()
Gets the geoLocationType value for this GeoLocation. |
GeoPoint |
getGeoPoint()
Gets the geoPoint value for this GeoLocation. |
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 |
setAddress(Address address)
Sets the address value for this GeoLocation. |
void |
setEncodedLocation(byte[] encodedLocation)
Sets the encodedLocation value for this GeoLocation. |
void |
setGeoLocationType(String geoLocationType)
Sets the geoLocationType value for this GeoLocation. |
void |
setGeoPoint(GeoPoint geoPoint)
Sets the geoPoint value for this GeoLocation. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeoLocation()
public GeoLocation(GeoPoint geoPoint,
Address address,
byte[] encodedLocation,
String geoLocationType)
| Method Detail |
|---|
public GeoPoint getGeoPoint()
null.public void setGeoPoint(GeoPoint geoPoint)
geoPoint - * Latitude/Longitude of the location.
This field is required
and should not be null.public Address getAddress()
null.public void setAddress(Address address)
address - * Address of the location.
This field is required
and should not be null.public byte[] getEncodedLocation()
null.public void setEncodedLocation(byte[] encodedLocation)
encodedLocation - * Encoded location information.
This field is required
and should not be null.public String getGeoLocationType()
public void setGeoLocationType(String geoLocationType)
geoLocationType - * Indicates that this instance is a subtype of GeoLocation.
Although this field is returned in the response, it
is ignored on input
and cannot be selected. Specify xsi:type instead.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 | |||||||||