public class Country extends Base implements Serializable
| Constructor and Description |
|---|
Country() |
Country(long id,
String name,
String countryCode,
boolean secure) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCountryCode()
Gets the countryCode value for this Country.
|
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 |
isSecure()
Gets the secure value for this Country.
|
void |
setCountryCode(String countryCode)
Sets the countryCode value for this Country.
|
void |
setSecure(boolean secure)
Sets the secure value for this Country.
|
public String getCountryCode()
public void setCountryCode(String countryCode)
countryCode - public boolean isSecure()
public void setSecure(boolean secure)
secure - 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.