Class LocationQuestionModel

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

public class LocationQuestionModel extends Object
Information about questions that the local jurisdictions require for each location
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Getter for dataType Data type of the answer
    Getter for description If additional information is available about the location setting, this contains descriptive text to help you identify the correct value to provide in this setting.
    Getter for exampleValue If available, this is an example value that you can demonstrate to the user to show what is expected.
    Getter for helpText Help and guidance for this specific question
    Getter for id The unique ID number of this location setting type
    Getter for jurisdictionCountry Indicates the country that this jurisdiction belongs to
    Getter for jurisdictionName Indicates which jurisdiction requires this question
    Getter for jurisdictionRegion Indicates the state, region, or province that this jurisdiction belongs to
    Getter for jurisdictionType Indicates which type of jurisdiction requires this question
    Getter for maxLength Maximum length of the answer string
    Getter for question This is the prompt for this question
    Getter for regularExpression If available, this regular expression will verify that the input from the user is in the expected format.
    Getter for required True if this question must be answered for this filing calendar
    Getter for staticOptions
    Getter for unique
    void
    Setter for dataType Data type of the answer
    void
    Setter for description If additional information is available about the location setting, this contains descriptive text to help you identify the correct value to provide in this setting.
    void
    Setter for exampleValue If available, this is an example value that you can demonstrate to the user to show what is expected.
    void
    Setter for helpText Help and guidance for this specific question
    void
    setId(Integer value)
    Setter for id The unique ID number of this location setting type
    void
    Setter for jurisdictionCountry Indicates the country that this jurisdiction belongs to
    void
    Setter for jurisdictionName Indicates which jurisdiction requires this question
    void
    Setter for jurisdictionRegion Indicates the state, region, or province that this jurisdiction belongs to
    void
    Setter for jurisdictionType Indicates which type of jurisdiction requires this question
    void
    Setter for maxLength Maximum length of the answer string
    void
    Setter for question This is the prompt for this question
    void
    Setter for regularExpression If available, this regular expression will verify that the input from the user is in the expected format.
    void
    Setter for required True if this question must be answered for this filing calendar
    void
    Setter for staticOptions
    void
    Setter for unique
    Returns a JSON string representation of LocationQuestionModel

    Methods inherited from class java.lang.Object

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

    • LocationQuestionModel

      public LocationQuestionModel()
  • Method Details

    • getId

      public Integer getId()
      Getter for id The unique ID number of this location setting type
    • setId

      public void setId(Integer value)
      Setter for id The unique ID number of this location setting type
    • getQuestion

      public String getQuestion()
      Getter for question This is the prompt for this question
    • setQuestion

      public void setQuestion(String value)
      Setter for question This is the prompt for this question
    • getDescription

      public String getDescription()
      Getter for description If additional information is available about the location setting, this contains descriptive text to help you identify the correct value to provide in this setting.
    • setDescription

      public void setDescription(String value)
      Setter for description If additional information is available about the location setting, this contains descriptive text to help you identify the correct value to provide in this setting.
    • getRegularExpression

      public String getRegularExpression()
      Getter for regularExpression If available, this regular expression will verify that the input from the user is in the expected format.
    • setRegularExpression

      public void setRegularExpression(String value)
      Setter for regularExpression If available, this regular expression will verify that the input from the user is in the expected format.
    • getExampleValue

      public String getExampleValue()
      Getter for exampleValue If available, this is an example value that you can demonstrate to the user to show what is expected.
    • setExampleValue

      public void setExampleValue(String value)
      Setter for exampleValue If available, this is an example value that you can demonstrate to the user to show what is expected.
    • getJurisdictionName

      public String getJurisdictionName()
      Getter for jurisdictionName Indicates which jurisdiction requires this question
    • setJurisdictionName

      public void setJurisdictionName(String value)
      Setter for jurisdictionName Indicates which jurisdiction requires this question
    • getJurisdictionType

      public JurisdictionType getJurisdictionType()
      Getter for jurisdictionType Indicates which type of jurisdiction requires this question
    • setJurisdictionType

      public void setJurisdictionType(JurisdictionType value)
      Setter for jurisdictionType Indicates which type of jurisdiction requires this question
    • getJurisdictionCountry

      public String getJurisdictionCountry()
      Getter for jurisdictionCountry Indicates the country that this jurisdiction belongs to
    • setJurisdictionCountry

      public void setJurisdictionCountry(String value)
      Setter for jurisdictionCountry Indicates the country that this jurisdiction belongs to
    • getJurisdictionRegion

      public String getJurisdictionRegion()
      Getter for jurisdictionRegion Indicates the state, region, or province that this jurisdiction belongs to
    • setJurisdictionRegion

      public void setJurisdictionRegion(String value)
      Setter for jurisdictionRegion Indicates the state, region, or province that this jurisdiction belongs to
    • getHelpText

      public String getHelpText()
      Getter for helpText Help and guidance for this specific question
    • setHelpText

      public void setHelpText(String value)
      Setter for helpText Help and guidance for this specific question
    • getMaxLength

      public Integer getMaxLength()
      Getter for maxLength Maximum length of the answer string
    • setMaxLength

      public void setMaxLength(Integer value)
      Setter for maxLength Maximum length of the answer string
    • getRequired

      public Boolean getRequired()
      Getter for required True if this question must be answered for this filing calendar
    • setRequired

      public void setRequired(Boolean value)
      Setter for required True if this question must be answered for this filing calendar
    • getDataType

      public String getDataType()
      Getter for dataType Data type of the answer
    • setDataType

      public void setDataType(String value)
      Setter for dataType Data type of the answer
    • getStaticOptions

      public String getStaticOptions()
      Getter for staticOptions
    • setStaticOptions

      public void setStaticOptions(String value)
      Setter for staticOptions
    • getUnique

      public Boolean getUnique()
      Getter for unique
    • setUnique

      public void setUnique(Boolean value)
      Setter for unique
    • toString

      public String toString()
      Returns a JSON string representation of LocationQuestionModel
      Overrides:
      toString in class Object