Class IsoCountryModel
java.lang.Object
net.avalara.avatax.rest.client.models.IsoCountryModel
Represents an ISO 3166 recognized country
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for addressesRequireRegion Whether or not this country requires a region in postal addresses.Getter for alpha3Code The three character ISO 3166 country codegetCode()
Getter for code The two character ISO 3166 country codeGetter for isEuropeanUnion True if this country is a member of the European UnionGetter for localizedNames A list of localized names in a variety of languages.getName()
Getter for name The full name of this country in uppercase.void
setAddressesRequireRegion
(Boolean value) Setter for addressesRequireRegion Whether or not this country requires a region in postal addresses.void
setAlpha3Code
(String value) Setter for alpha3Code The three character ISO 3166 country codevoid
Setter for code The two character ISO 3166 country codevoid
setIsEuropeanUnion
(Boolean value) Setter for isEuropeanUnion True if this country is a member of the European Unionvoid
Setter for localizedNames A list of localized names in a variety of languages.void
Setter for name The full name of this country in uppercase.toString()
Returns a JSON string representation of IsoCountryModel
-
Constructor Details
-
IsoCountryModel
public IsoCountryModel()
-
-
Method Details
-
getCode
Getter for code The two character ISO 3166 country code -
setCode
Setter for code The two character ISO 3166 country code -
getAlpha3Code
Getter for alpha3Code The three character ISO 3166 country code -
setAlpha3Code
Setter for alpha3Code The three character ISO 3166 country code -
getName
Getter for name The full name of this country in uppercase. For names in proper or formal case, or for names in other languages, please examine the `localizedNames` element for an appropriate name. -
setName
Setter for name The full name of this country in uppercase. For names in proper or formal case, or for names in other languages, please examine the `localizedNames` element for an appropriate name. -
getIsEuropeanUnion
Getter for isEuropeanUnion True if this country is a member of the European Union -
setIsEuropeanUnion
Setter for isEuropeanUnion True if this country is a member of the European Union -
getLocalizedNames
Getter for localizedNames A list of localized names in a variety of languages. This list is maintained by the International Standards Organization. -
setLocalizedNames
Setter for localizedNames A list of localized names in a variety of languages. This list is maintained by the International Standards Organization. -
getAddressesRequireRegion
Getter for addressesRequireRegion Whether or not this country requires a region in postal addresses. -
setAddressesRequireRegion
Setter for addressesRequireRegion Whether or not this country requires a region in postal addresses. -
toString
Returns a JSON string representation of IsoCountryModel
-