public class CountryTargetingCriteria extends Object implements Serializable
| Constructor and Description |
|---|
CountryTargetingCriteria() |
CountryTargetingCriteria(Country[] countries,
boolean exclude) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Country[] |
getCountries()
Gets the countries value for this CountryTargetingCriteria.
|
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() |
boolean |
isExclude()
Gets the exclude value for this CountryTargetingCriteria.
|
void |
setCountries(Country[] countries)
Sets the countries value for this CountryTargetingCriteria.
|
void |
setExclude(boolean exclude)
Sets the exclude value for this CountryTargetingCriteria.
|
public CountryTargetingCriteria()
public CountryTargetingCriteria(Country[] countries, boolean exclude)
public Country[] getCountries()
public void setCountries(Country[] countries)
countries - public boolean isExclude()
public void setExclude(boolean exclude)
exclude - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2015. All Rights Reserved.