public class IsoRegionModel
extends java.lang.Object
Constructor and Description |
---|
IsoRegionModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassification()
Getter for classification
The word in the local language that classifies what type of a region this represents
|
java.lang.String |
getCode()
Getter for code
The three character ISO 3166 region code
|
java.lang.String |
getCountryCode()
Getter for countryCode
The two-character ISO 3166 country code this region belongs to
|
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, using localized characters, for this region, in uppercase.
|
java.lang.Boolean |
getStreamlinedSalesTax()
Getter for streamlinedSalesTax
For the United States, this flag indicates whether a U.S.
|
void |
setClassification(java.lang.String value)
Setter for classification
The word in the local language that classifies what type of a region this represents
|
void |
setCode(java.lang.String value)
Setter for code
The three character ISO 3166 region code
|
void |
setCountryCode(java.lang.String value)
Setter for countryCode
The two-character ISO 3166 country code this region belongs to
|
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, using localized characters, for this region, in uppercase.
|
void |
setStreamlinedSalesTax(java.lang.Boolean value)
Setter for streamlinedSalesTax
For the United States, this flag indicates whether a U.S.
|
java.lang.String |
toString()
Returns a JSON string representation of IsoRegionModel
|
public java.lang.String getCountryCode()
public void setCountryCode(java.lang.String value)
public java.lang.String getCode()
public void setCode(java.lang.String value)
public java.lang.String getName()
public void setName(java.lang.String value)
public java.lang.String getClassification()
public void setClassification(java.lang.String value)
public java.lang.Boolean getStreamlinedSalesTax()
public void setStreamlinedSalesTax(java.lang.Boolean value)
public java.util.ArrayList<IsoLocalizedName> getLocalizedNames()
public void setLocalizedNames(java.util.ArrayList<IsoLocalizedName> value)
public java.lang.String toString()
toString
in class java.lang.Object