public class IsoCountryModel
extends java.lang.Object
Constructor and Description |
---|
IsoCountryModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getAddressesRequireRegion()
Getter for addressesRequireRegion
Whether or not this country requires a region in postal addresses.
|
java.lang.String |
getAlpha3Code()
Getter for alpha3Code
The three character ISO 3166 country code
|
java.lang.String |
getCode()
Getter for code
The two character ISO 3166 country code
|
java.lang.Boolean |
getIsEuropeanUnion()
Getter for isEuropeanUnion
True if this country is a member of the European Union
|
java.util.ArrayList<IsoLocalizedName> |
getLocalizedNames()
Getter for localizedNames
A list of localized names in a variety of languages.
|
java.lang.String |
getName()
Getter for name
The full name of this country in uppercase.
|
void |
setAddressesRequireRegion(java.lang.Boolean value)
Setter for addressesRequireRegion
Whether or not this country requires a region in postal addresses.
|
void |
setAlpha3Code(java.lang.String value)
Setter for alpha3Code
The three character ISO 3166 country code
|
void |
setCode(java.lang.String value)
Setter for code
The two character ISO 3166 country code
|
void |
setIsEuropeanUnion(java.lang.Boolean value)
Setter for isEuropeanUnion
True if this country is a member of the European Union
|
void |
setLocalizedNames(java.util.ArrayList<IsoLocalizedName> value)
Setter for localizedNames
A list of localized names in a variety of languages.
|
void |
setName(java.lang.String value)
Setter for name
The full name of this country in uppercase.
|
java.lang.String |
toString()
Returns a JSON string representation of IsoCountryModel
|
public java.lang.String getCode()
public void setCode(java.lang.String value)
public java.lang.String getAlpha3Code()
public void setAlpha3Code(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.Boolean getIsEuropeanUnion()
public void setIsEuropeanUnion(java.lang.Boolean value)
public java.util.ArrayList<IsoLocalizedName> getLocalizedNames()
public void setLocalizedNames(java.util.ArrayList<IsoLocalizedName> value)
public java.lang.Boolean getAddressesRequireRegion()
public void setAddressesRequireRegion(java.lang.Boolean value)
public java.lang.String toString()
toString
in class java.lang.Object