public class GeoTargeting extends Object implements Serializable
The following rules apply for geographical targeting:
| Constructor and Description |
|---|
GeoTargeting() |
GeoTargeting(Location[] targetedLocations,
Location[] excludedLocations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
Location[] |
getExcludedLocations()
Gets the excludedLocations value for this GeoTargeting.
|
Location |
getExcludedLocations(int i) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
Location[] |
getTargetedLocations()
Gets the targetedLocations value for this GeoTargeting.
|
Location |
getTargetedLocations(int i) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setExcludedLocations(int i,
Location _value) |
void |
setExcludedLocations(Location[] excludedLocations)
Sets the excludedLocations value for this GeoTargeting.
|
void |
setTargetedLocations(int i,
Location _value) |
void |
setTargetedLocations(Location[] targetedLocations)
Sets the targetedLocations value for this GeoTargeting.
|
String |
toString() |
public Location[] getTargetedLocations()
LineItem.public void setTargetedLocations(Location[] targetedLocations)
targetedLocations - * The geographical locations being targeted by the LineItem.public Location getTargetedLocations(int i)
public void setTargetedLocations(int i,
Location _value)
public Location[] getExcludedLocations()
LineItem.public void setExcludedLocations(Location[] excludedLocations)
excludedLocations - * The geographical locations being excluded by the LineItem.public Location getExcludedLocations(int i)
public void setExcludedLocations(int i,
Location _value)
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019. All rights reserved.