Class TaxRegionJurisdictionModel

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

public class TaxRegionJurisdictionModel
extends java.lang.Object
The tax region jurisdiction model.
  • Constructor Summary

    Constructors 
    Constructor Description
    TaxRegionJurisdictionModel()  
  • Method Summary

    Modifier and Type Method Description
    java.util.Date getEffectiveDate()
    Getter for effectiveDate The date in which this tax region jurisdiction starts to take effect.
    java.util.Date getEndDate()
    Getter for endDate The date in which this tax region jurisdiction stops to take effect.
    java.lang.Integer getJurisdictionId()
    Getter for jurisdictionId The id of the jurisdiction.
    java.lang.Integer getJurisdictionLevelId()
    Getter for jurisdictionLevelId The id of the jurisdiction level.
    java.lang.Integer getReportLevel()
    Getter for reportLevel The report level.
    java.lang.String getRockName()
    Getter for rockName The rock name.
    java.lang.String getSignatureCode()
    Getter for signatureCode The signature code.
    java.lang.String getStateAssignedCode()
    Getter for stateAssignedCode The state assigned code.
    java.lang.Integer getTaxAuthorityId()
    Getter for taxAuthorityId The id of the tax authority.
    java.lang.Integer getTaxRegionId()
    Getter for taxRegionId The id of the tax region.
    void setEffectiveDate​(java.util.Date value)
    Setter for effectiveDate The date in which this tax region jurisdiction starts to take effect.
    void setEndDate​(java.util.Date value)
    Setter for endDate The date in which this tax region jurisdiction stops to take effect.
    void setJurisdictionId​(java.lang.Integer value)
    Setter for jurisdictionId The id of the jurisdiction.
    void setJurisdictionLevelId​(java.lang.Integer value)
    Setter for jurisdictionLevelId The id of the jurisdiction level.
    void setReportLevel​(java.lang.Integer value)
    Setter for reportLevel The report level.
    void setRockName​(java.lang.String value)
    Setter for rockName The rock name.
    void setSignatureCode​(java.lang.String value)
    Setter for signatureCode The signature code.
    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.
    void setTaxRegionId​(java.lang.Integer value)
    Setter for taxRegionId The id of the tax region.
    java.lang.String toString()
    Returns a JSON string representation of TaxRegionJurisdictionModel

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • getJurisdictionId

      public java.lang.Integer getJurisdictionId()
      Getter for jurisdictionId The id of the jurisdiction.
    • setJurisdictionId

      public void setJurisdictionId​(java.lang.Integer value)
      Setter for jurisdictionId The id of the jurisdiction.
    • getTaxRegionId

      public java.lang.Integer getTaxRegionId()
      Getter for taxRegionId The id of the tax region.
    • setTaxRegionId

      public void setTaxRegionId​(java.lang.Integer value)
      Setter for taxRegionId The id of the tax region.
    • getJurisdictionLevelId

      public java.lang.Integer getJurisdictionLevelId()
      Getter for jurisdictionLevelId The id of the jurisdiction level.
    • setJurisdictionLevelId

      public void setJurisdictionLevelId​(java.lang.Integer value)
      Setter for jurisdictionLevelId The id of the jurisdiction level.
    • getRockName

      public java.lang.String getRockName()
      Getter for rockName The rock name.
    • setRockName

      public void setRockName​(java.lang.String value)
      Setter for rockName The rock name.
    • getReportLevel

      public java.lang.Integer getReportLevel()
      Getter for reportLevel The report level.
    • setReportLevel

      public void setReportLevel​(java.lang.Integer value)
      Setter for reportLevel The report level.
    • 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.
    • getSignatureCode

      public java.lang.String getSignatureCode()
      Getter for signatureCode The signature code.
    • setSignatureCode

      public void setSignatureCode​(java.lang.String value)
      Setter for signatureCode The signature code.
    • getEffectiveDate

      public java.util.Date getEffectiveDate()
      Getter for effectiveDate The date in which this tax region jurisdiction starts to take effect.
    • setEffectiveDate

      public void setEffectiveDate​(java.util.Date value)
      Setter for effectiveDate The date in which this tax region jurisdiction starts to take effect.
    • getEndDate

      public java.util.Date getEndDate()
      Getter for endDate The date in which this tax region jurisdiction stops to take effect.
    • setEndDate

      public void setEndDate​(java.util.Date value)
      Setter for endDate The date in which this tax region jurisdiction stops to take effect.
    • toString

      public java.lang.String toString()
      Returns a JSON string representation of TaxRegionJurisdictionModel
      Overrides:
      toString in class java.lang.Object