|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.adwords.v10.GeoTarget
public class GeoTarget
Constructor Summary | |
---|---|
GeoTarget()
|
|
GeoTarget(java.lang.String[] cityTargets,
java.lang.String[] countryTargets,
java.lang.String[] metroTargets,
Circle[] proximityTargets,
java.lang.String[] regionTargets,
boolean targetAll)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String[] |
getCityTargets()
Gets the cityTargets value for this GeoTarget. |
java.lang.String[] |
getCountryTargets()
Gets the countryTargets value for this GeoTarget. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String[] |
getMetroTargets()
Gets the metroTargets value for this GeoTarget. |
Circle[] |
getProximityTargets()
Gets the proximityTargets value for this GeoTarget. |
java.lang.String[] |
getRegionTargets()
Gets the regionTargets value for this GeoTarget. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isTargetAll()
Gets the targetAll value for this GeoTarget. |
void |
setCityTargets(java.lang.String[] cityTargets)
Sets the cityTargets value for this GeoTarget. |
void |
setCountryTargets(java.lang.String[] countryTargets)
Sets the countryTargets value for this GeoTarget. |
void |
setMetroTargets(java.lang.String[] metroTargets)
Sets the metroTargets value for this GeoTarget. |
void |
setProximityTargets(Circle[] proximityTargets)
Sets the proximityTargets value for this GeoTarget. |
void |
setRegionTargets(java.lang.String[] regionTargets)
Sets the regionTargets value for this GeoTarget. |
void |
setTargetAll(boolean targetAll)
Sets the targetAll value for this GeoTarget. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeoTarget()
public GeoTarget(java.lang.String[] cityTargets, java.lang.String[] countryTargets, java.lang.String[] metroTargets, Circle[] proximityTargets, java.lang.String[] regionTargets, boolean targetAll)
Method Detail |
---|
public java.lang.String[] getCityTargets()
public void setCityTargets(java.lang.String[] cityTargets)
cityTargets
- public java.lang.String[] getCountryTargets()
public void setCountryTargets(java.lang.String[] countryTargets)
countryTargets
- public java.lang.String[] getMetroTargets()
public void setMetroTargets(java.lang.String[] metroTargets)
metroTargets
- public Circle[] getProximityTargets()
public void setProximityTargets(Circle[] proximityTargets)
proximityTargets
- public java.lang.String[] getRegionTargets()
public void setRegionTargets(java.lang.String[] regionTargets)
regionTargets
- public boolean isTargetAll()
public void setTargetAll(boolean targetAll)
targetAll
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |