public class EcmsDetailModel
extends java.lang.Object
Constructor and Description |
---|
EcmsDetailModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCountry()
Getter for country
Name or ISO 3166 code identifying the country.
|
java.util.Date |
getEndDate()
Getter for endDate
End date of this exempt certificate
|
java.lang.Integer |
getExemptCertDetailId()
Getter for exemptCertDetailId
detail id
|
java.lang.Integer |
getExemptCertId()
Getter for exemptCertId
exempt certificate id
|
java.lang.String |
getIdNo()
Getter for idNo
ID number
|
java.lang.String |
getIdType()
Getter for idType
ID type of this exempt certificate
|
java.lang.Byte |
getIsTaxCodeListExclusionList()
Getter for isTaxCodeListExclusionList
Is the tax code list an exculsion list?
|
java.lang.String |
getRegion()
Getter for region
Name or ISO 3166 code identifying the region within the country.
|
java.lang.String |
getStateFips()
Getter for stateFips
State FIPS
|
java.util.ArrayList<EcmsDetailTaxCodeModel> |
getTaxCodes()
Getter for taxCodes
optional: list of tax code associated with this exempt certificate detail
|
void |
setCountry(java.lang.String value)
Setter for country
Name or ISO 3166 code identifying the country.
|
void |
setEndDate(java.util.Date value)
Setter for endDate
End date of this exempt certificate
|
void |
setExemptCertDetailId(java.lang.Integer value)
Setter for exemptCertDetailId
detail id
|
void |
setExemptCertId(java.lang.Integer value)
Setter for exemptCertId
exempt certificate id
|
void |
setIdNo(java.lang.String value)
Setter for idNo
ID number
|
void |
setIdType(java.lang.String value)
Setter for idType
ID type of this exempt certificate
|
void |
setIsTaxCodeListExclusionList(java.lang.Byte value)
Setter for isTaxCodeListExclusionList
Is the tax code list an exculsion list?
|
void |
setRegion(java.lang.String value)
Setter for region
Name or ISO 3166 code identifying the region within the country.
|
void |
setStateFips(java.lang.String value)
Setter for stateFips
State FIPS
|
void |
setTaxCodes(java.util.ArrayList<EcmsDetailTaxCodeModel> value)
Setter for taxCodes
optional: list of tax code associated with this exempt certificate detail
|
java.lang.String |
toString()
Returns a JSON string representation of EcmsDetailModel
|
public java.lang.Integer getExemptCertDetailId()
public void setExemptCertDetailId(java.lang.Integer value)
public java.lang.Integer getExemptCertId()
public void setExemptCertId(java.lang.Integer value)
public java.lang.String getStateFips()
public void setStateFips(java.lang.String value)
public java.lang.String getRegion()
public void setRegion(java.lang.String value)
public java.lang.String getIdNo()
public void setIdNo(java.lang.String value)
public java.lang.String getCountry()
public void setCountry(java.lang.String value)
public java.util.Date getEndDate()
public void setEndDate(java.util.Date value)
public java.lang.String getIdType()
public void setIdType(java.lang.String value)
public java.lang.Byte getIsTaxCodeListExclusionList()
public void setIsTaxCodeListExclusionList(java.lang.Byte value)
public java.util.ArrayList<EcmsDetailTaxCodeModel> getTaxCodes()
public void setTaxCodes(java.util.ArrayList<EcmsDetailTaxCodeModel> value)
public java.lang.String toString()
toString
in class java.lang.Object