|
||||||||||
| 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.GeoLocationSelector
public class GeoLocationSelector
A selector used to fetch geographic coordinates for given addresses.
| Constructor Summary | |
|---|---|
GeoLocationSelector()
|
|
GeoLocationSelector(Address[] addresses)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Address[] |
getAddresses()
Gets the addresses value for this GeoLocationSelector. |
Address |
getAddresses(int i)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
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 |
setAddresses(Address[] addresses)
Sets the addresses value for this GeoLocationSelector. |
void |
setAddresses(int i,
Address _value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeoLocationSelector()
public GeoLocationSelector(Address[] addresses)
| Method Detail |
|---|
public Address[] getAddresses()
null elements.
This field must
contain at least one element.
This field is required
and should not be null.public void setAddresses(Address[] addresses)
addresses - * List of addresses to get the geolocation information.
This field
must not contain null elements.
This field must
contain at least one element.
This field is required
and should not be null.public Address getAddresses(int i)
public void setAddresses(int i,
Address _value)
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 | |||||||||