Class DenormalizedJurisModel
- java.lang.Object
-
- net.avalara.avatax.rest.client.models.DenormalizedJurisModel
-
public class DenormalizedJurisModel extends java.lang.Object
Represents information about a single legal taxing jurisdiction within a specific Avalara tax region.
-
-
Constructor Summary
Constructors Constructor Description DenormalizedJurisModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCity()
Getter for city The jurisdiction's city.java.lang.String
getCountry()
Getter for country The jurisdiction's country.java.lang.String
getCounty()
Getter for county The jurisdiction's county.java.util.Date
getEffectiveDate()
Getter for effectiveDate The jurisdiction's effective date.java.util.Date
getEndDate()
Getter for endDate The jurisdiction's end date.java.lang.String
getJurisCode()
Getter for jurisCode The jurisdiction's code.java.lang.Integer
getJurisdictionId()
Getter for jurisdictionId The jurisdiction's id.java.lang.String
getJurisName()
Getter for jurisName The jurisdiction's name.JurisdictionType
getJurisType()
Getter for jurisType The jurisdiction's type.java.lang.String
getState()
Getter for state The jurisdiction's region.java.lang.String
getStateAssignedCode()
Getter for stateAssignedCode The state assigned code.java.lang.Integer
getTaxAuthorityId()
Getter for taxAuthorityId The id of the tax authority.void
setCity(java.lang.String value)
Setter for city The jurisdiction's city.void
setCountry(java.lang.String value)
Setter for country The jurisdiction's country.void
setCounty(java.lang.String value)
Setter for county The jurisdiction's county.void
setEffectiveDate(java.util.Date value)
Setter for effectiveDate The jurisdiction's effective date.void
setEndDate(java.util.Date value)
Setter for endDate The jurisdiction's end date.void
setJurisCode(java.lang.String value)
Setter for jurisCode The jurisdiction's code.void
setJurisdictionId(java.lang.Integer value)
Setter for jurisdictionId The jurisdiction's id.void
setJurisName(java.lang.String value)
Setter for jurisName The jurisdiction's name.void
setJurisType(JurisdictionType value)
Setter for jurisType The jurisdiction's type.void
setState(java.lang.String value)
Setter for state The jurisdiction's region.void
setStateAssignedCode(java.lang.String value)
Setter for stateAssignedCode The state assigned code.void
setTaxAuthorityId(java.lang.Integer value)
Setter for taxAuthorityId The id of the tax authority.java.lang.String
toString()
Returns a JSON string representation of DenormalizedJurisModel
-
-
-
Method Detail
-
getEffectiveDate
public java.util.Date getEffectiveDate()
Getter for effectiveDate The jurisdiction's effective date.
-
setEffectiveDate
public void setEffectiveDate(java.util.Date value)
Setter for effectiveDate The jurisdiction's effective date.
-
getEndDate
public java.util.Date getEndDate()
Getter for endDate The jurisdiction's end date.
-
setEndDate
public void setEndDate(java.util.Date value)
Setter for endDate The jurisdiction's end date.
-
getJurisCode
public java.lang.String getJurisCode()
Getter for jurisCode The jurisdiction's code.
-
setJurisCode
public void setJurisCode(java.lang.String value)
Setter for jurisCode The jurisdiction's code.
-
getJurisdictionId
public java.lang.Integer getJurisdictionId()
Getter for jurisdictionId The jurisdiction's id.
-
setJurisdictionId
public void setJurisdictionId(java.lang.Integer value)
Setter for jurisdictionId The jurisdiction's id.
-
getJurisType
public JurisdictionType getJurisType()
Getter for jurisType The jurisdiction's type.
-
setJurisType
public void setJurisType(JurisdictionType value)
Setter for jurisType The jurisdiction's type.
-
getJurisName
public java.lang.String getJurisName()
Getter for jurisName The jurisdiction's name.
-
setJurisName
public void setJurisName(java.lang.String value)
Setter for jurisName The jurisdiction's name.
-
getStateAssignedCode
public java.lang.String getStateAssignedCode()
Getter for stateAssignedCode The state assigned code.
-
setStateAssignedCode
public void setStateAssignedCode(java.lang.String value)
Setter for stateAssignedCode The state assigned code.
-
getTaxAuthorityId
public java.lang.Integer getTaxAuthorityId()
Getter for taxAuthorityId The id of the tax authority.
-
setTaxAuthorityId
public void setTaxAuthorityId(java.lang.Integer value)
Setter for taxAuthorityId The id of the tax authority.
-
getState
public java.lang.String getState()
Getter for state The jurisdiction's region. This should exist on the TaxRegion, but in practice often doesn't.
-
setState
public void setState(java.lang.String value)
Setter for state The jurisdiction's region. This should exist on the TaxRegion, but in practice often doesn't.
-
getCountry
public java.lang.String getCountry()
Getter for country The jurisdiction's country. This should exist on the TaxRegion, but in practice often doesn't.
-
setCountry
public void setCountry(java.lang.String value)
Setter for country The jurisdiction's country. This should exist on the TaxRegion, but in practice often doesn't.
-
getCounty
public java.lang.String getCounty()
Getter for county The jurisdiction's county. This should exist on the TaxRegion, but in practice often doesn't.
-
setCounty
public void setCounty(java.lang.String value)
Setter for county The jurisdiction's county. This should exist on the TaxRegion, but in practice often doesn't.
-
getCity
public java.lang.String getCity()
Getter for city The jurisdiction's city. This should exist on the TaxRegion, but in practice often doesn't.
-
setCity
public void setCity(java.lang.String value)
Setter for city The jurisdiction's city. This should exist on the TaxRegion, but in practice often doesn't.
-
toString
public java.lang.String toString()
Returns a JSON string representation of DenormalizedJurisModel- Overrides:
toString
in classjava.lang.Object
-
-