public class DirectoryCountryEntity extends Object implements Serializable
| Constructor and Description |
|---|
DirectoryCountryEntity() |
DirectoryCountryEntity(String country_id,
String iso2_code,
String iso3_code,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCountry_id()
Gets the country_id value for this DirectoryCountryEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getIso2_code()
Gets the iso2_code value for this DirectoryCountryEntity.
|
String |
getIso3_code()
Gets the iso3_code value for this DirectoryCountryEntity.
|
String |
getName()
Gets the name value for this DirectoryCountryEntity.
|
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 |
setCountry_id(String country_id)
Sets the country_id value for this DirectoryCountryEntity.
|
void |
setIso2_code(String iso2_code)
Sets the iso2_code value for this DirectoryCountryEntity.
|
void |
setIso3_code(String iso3_code)
Sets the iso3_code value for this DirectoryCountryEntity.
|
void |
setName(String name)
Sets the name value for this DirectoryCountryEntity.
|
public String getCountry_id()
public void setCountry_id(String country_id)
country_id - public String getIso2_code()
public void setIso2_code(String iso2_code)
iso2_code - public String getIso3_code()
public void setIso3_code(String iso3_code)
iso3_code - public String getName()
public void setName(String name)
name - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2020 Imixs Software Solutions GmbH. All rights reserved.