public class CitySearchCriteria extends Object implements Serializable
| Constructor and Description |
|---|
CitySearchCriteria() |
CitySearchCriteria(long[] countryIds,
long[] regionIds) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long[] |
getCountryIds()
Gets the countryIds value for this CitySearchCriteria.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
long[] |
getRegionIds()
Gets the regionIds value for this CitySearchCriteria.
|
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 |
setCountryIds(long[] countryIds)
Sets the countryIds value for this CitySearchCriteria.
|
void |
setRegionIds(long[] regionIds)
Sets the regionIds value for this CitySearchCriteria.
|
public CitySearchCriteria()
public CitySearchCriteria(long[] countryIds,
long[] regionIds)
public long[] getCountryIds()
public void setCountryIds(long[] countryIds)
countryIds - public long[] getRegionIds()
public void setRegionIds(long[] regionIds)
regionIds - 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.