public class TaxRegionModel
extends java.lang.Object
Constructor and Description |
---|
TaxRegionModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCity()
Getter for city
The name of the city.
|
java.lang.String |
getCode()
Getter for code
The code of the tax region.
|
java.lang.String |
getCountry()
Getter for country
Name or ISO 3166 code identifying the country of this jurisdiction.
|
java.lang.String |
getCounty()
Getter for county
The name of the county.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate
The date this tax region starts to take effect.
|
java.util.Date |
getEndDate()
Getter for endDate
The date this tax region stops to take effect.
|
java.lang.Integer |
getId()
Getter for id
The id of the tax region.
|
java.lang.Boolean |
getIsAcm()
Getter for isAcm
Is Acm flag.
|
java.lang.Boolean |
getIsSst()
Getter for isSst
Is SST flag.
|
java.util.ArrayList<DenormalizedJurisModel> |
getJurisdictions()
Getter for jurisdictions
List of jurisdictions associated with this tax region.
|
java.lang.String |
getName()
Getter for name
The name of the tax region.
|
java.lang.String |
getRegion()
Getter for region
Name or ISO 3166 code identifying the region within the country.
|
java.lang.String |
getSerCode()
Getter for serCode
The ser code.
|
java.lang.String |
getSignatureCode()
Getter for signatureCode
The tax region signature code.
|
void |
setCity(java.lang.String value)
Setter for city
The name of the city.
|
void |
setCode(java.lang.String value)
Setter for code
The code of the tax region.
|
void |
setCountry(java.lang.String value)
Setter for country
Name or ISO 3166 code identifying the country of this jurisdiction.
|
void |
setCounty(java.lang.String value)
Setter for county
The name of the county.
|
void |
setEffectiveDate(java.util.Date value)
Setter for effectiveDate
The date this tax region starts to take effect.
|
void |
setEndDate(java.util.Date value)
Setter for endDate
The date this tax region stops to take effect.
|
void |
setId(java.lang.Integer value)
Setter for id
The id of the tax region.
|
void |
setIsAcm(java.lang.Boolean value)
Setter for isAcm
Is Acm flag.
|
void |
setIsSst(java.lang.Boolean value)
Setter for isSst
Is SST flag.
|
void |
setJurisdictions(java.util.ArrayList<DenormalizedJurisModel> value)
Setter for jurisdictions
List of jurisdictions associated with this tax region.
|
void |
setName(java.lang.String value)
Setter for name
The name of the tax region.
|
void |
setRegion(java.lang.String value)
Setter for region
Name or ISO 3166 code identifying the region within the country.
|
void |
setSerCode(java.lang.String value)
Setter for serCode
The ser code.
|
void |
setSignatureCode(java.lang.String value)
Setter for signatureCode
The tax region signature code.
|
java.lang.String |
toString()
Returns a JSON string representation of TaxRegionModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer 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 getCounty()
public void setCounty(java.lang.String value)
public java.lang.String getCity()
public void setCity(java.lang.String value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.lang.String getSerCode()
public void setSerCode(java.lang.String value)
public java.lang.String getSignatureCode()
public void setSignatureCode(java.lang.String value)
public java.util.Date getEffectiveDate()
public void setEffectiveDate(java.util.Date value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.Boolean getIsAcm()
public void setIsAcm(java.lang.Boolean value)
public java.lang.Boolean getIsSst()
public void setIsSst(java.lang.Boolean value)
public java.util.ArrayList<DenormalizedJurisModel> getJurisdictions()
public void setJurisdictions(java.util.ArrayList<DenormalizedJurisModel> value)
public java.lang.String toString()
toString
in class java.lang.Object