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

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

public class GeoLocationSelector
extends Object
implements Serializable

A selector used to fetch geographic coordinates for given addresses.

See Also:
Serialized Form

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

GeoLocationSelector

public GeoLocationSelector()

GeoLocationSelector

public GeoLocationSelector(Address[] addresses)
Method Detail

getAddresses

public Address[] getAddresses()
Gets the addresses value for this GeoLocationSelector.

Returns:
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.

setAddresses

public void setAddresses(Address[] addresses)
Sets the addresses value for this GeoLocationSelector.

Parameters:
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.

getAddresses

public Address getAddresses(int i)

setAddresses

public void setAddresses(int i,
                         Address _value)

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.