public interface ISOCountry extends Serializable
http://en.wikipedia.org/wiki/ISO_3166-1
http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
http://www.iso.org/iso/iso-3166-1_decoding_table
Modifier and Type | Method and Description |
---|---|
String |
getAlpha2() |
String |
getAlpha3() |
String |
getName() |
Integer |
getNumericCode() |
ISOCodeStatusType |
getStatus() |
void |
setAlpha2(String alpha2) |
void |
setAlpha3(String alpha3) |
void |
setName(String name) |
void |
setNumericCode(Integer numericCode) |
void |
setStatus(ISOCodeStatusType status) |
String getAlpha2()
void setAlpha2(String alpha2)
String getName()
void setName(String name)
String getAlpha3()
void setAlpha3(String alpha3)
Integer getNumericCode()
void setNumericCode(Integer numericCode)
ISOCodeStatusType getStatus()
void setStatus(ISOCodeStatusType status)
Copyright © 2022. All rights reserved.