Class IsoCountryModel

java.lang.Object
net.avalara.avatax.rest.client.models.IsoCountryModel

public class IsoCountryModel extends Object
Represents an ISO 3166 recognized country
  • Constructor Details

    • IsoCountryModel

      public IsoCountryModel()
  • Method Details

    • getCode

      public String getCode()
      Getter for code The two character ISO 3166 country code
    • setCode

      public void setCode(String value)
      Setter for code The two character ISO 3166 country code
    • getAlpha3Code

      public String getAlpha3Code()
      Getter for alpha3Code The three character ISO 3166 country code
    • setAlpha3Code

      public void setAlpha3Code(String value)
      Setter for alpha3Code The three character ISO 3166 country code
    • getName

      public String 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

      public void setName(String value)
      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

      public Boolean getIsEuropeanUnion()
      Getter for isEuropeanUnion True if this country is a member of the European Union
    • setIsEuropeanUnion

      public void setIsEuropeanUnion(Boolean value)
      Setter for isEuropeanUnion True if this country is a member of the European Union
    • getLocalizedNames

      public ArrayList<IsoLocalizedName> getLocalizedNames()
      Getter for localizedNames A list of localized names in a variety of languages. This list is maintained by the International Standards Organization.
    • setLocalizedNames

      public void setLocalizedNames(ArrayList<IsoLocalizedName> value)
      Setter for localizedNames A list of localized names in a variety of languages. This list is maintained by the International Standards Organization.
    • getAddressesRequireRegion

      public Boolean getAddressesRequireRegion()
      Getter for addressesRequireRegion Whether or not this country requires a region in postal addresses.
    • setAddressesRequireRegion

      public void setAddressesRequireRegion(Boolean value)
      Setter for addressesRequireRegion Whether or not this country requires a region in postal addresses.
    • toString

      public String toString()
      Returns a JSON string representation of IsoCountryModel
      Overrides:
      toString in class Object