Class LocationQuestionModel
java.lang.Object
net.avalara.avatax.rest.client.models.LocationQuestionModel
Information about questions that the local jurisdictions require for each location
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for dataType Data type of the answerGetter 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 questiongetId()
Getter for id The unique ID number of this location setting typeGetter for jurisdictionCountry Indicates the country that this jurisdiction belongs toGetter for jurisdictionName Indicates which jurisdiction requires this questionGetter for jurisdictionRegion Indicates the state, region, or province that this jurisdiction belongs toGetter for jurisdictionType Indicates which type of jurisdiction requires this questionGetter for maxLength Maximum length of the answer stringGetter for question This is the prompt for this questionGetter 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 calendarGetter for staticOptionsGetter for uniquevoid
setDataType
(String value) Setter for dataType Data type of the answervoid
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.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.void
setHelpText
(String value) Setter for helpText Help and guidance for this specific questionvoid
Setter for id The unique ID number of this location setting typevoid
setJurisdictionCountry
(String value) Setter for jurisdictionCountry Indicates the country that this jurisdiction belongs tovoid
setJurisdictionName
(String value) Setter for jurisdictionName Indicates which jurisdiction requires this questionvoid
setJurisdictionRegion
(String value) Setter for jurisdictionRegion Indicates the state, region, or province that this jurisdiction belongs tovoid
Setter for jurisdictionType Indicates which type of jurisdiction requires this questionvoid
setMaxLength
(Integer value) Setter for maxLength Maximum length of the answer stringvoid
setQuestion
(String value) Setter for question This is the prompt for this questionvoid
setRegularExpression
(String value) Setter for regularExpression If available, this regular expression will verify that the input from the user is in the expected format.void
setRequired
(Boolean value) Setter for required True if this question must be answered for this filing calendarvoid
setStaticOptions
(String value) Setter for staticOptionsvoid
Setter for uniquetoString()
Returns a JSON string representation of LocationQuestionModel
-
Constructor Details
-
LocationQuestionModel
public LocationQuestionModel()
-
-
Method Details
-
getId
Getter for id The unique ID number of this location setting type -
setId
Setter for id The unique ID number of this location setting type -
getQuestion
Getter for question This is the prompt for this question -
setQuestion
Setter for question This is the prompt for this question -
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
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
Getter for regularExpression If available, this regular expression will verify that the input from the user is in the expected format. -
setRegularExpression
Setter for regularExpression If available, this regular expression will verify that the input from the user is in the expected format. -
getExampleValue
Getter for exampleValue If available, this is an example value that you can demonstrate to the user to show what is expected. -
setExampleValue
Setter for exampleValue If available, this is an example value that you can demonstrate to the user to show what is expected. -
getJurisdictionName
Getter for jurisdictionName Indicates which jurisdiction requires this question -
setJurisdictionName
Setter for jurisdictionName Indicates which jurisdiction requires this question -
getJurisdictionType
Getter for jurisdictionType Indicates which type of jurisdiction requires this question -
setJurisdictionType
Setter for jurisdictionType Indicates which type of jurisdiction requires this question -
getJurisdictionCountry
Getter for jurisdictionCountry Indicates the country that this jurisdiction belongs to -
setJurisdictionCountry
Setter for jurisdictionCountry Indicates the country that this jurisdiction belongs to -
getJurisdictionRegion
Getter for jurisdictionRegion Indicates the state, region, or province that this jurisdiction belongs to -
setJurisdictionRegion
Setter for jurisdictionRegion Indicates the state, region, or province that this jurisdiction belongs to -
getHelpText
Getter for helpText Help and guidance for this specific question -
setHelpText
Setter for helpText Help and guidance for this specific question -
getMaxLength
Getter for maxLength Maximum length of the answer string -
setMaxLength
Setter for maxLength Maximum length of the answer string -
getRequired
Getter for required True if this question must be answered for this filing calendar -
setRequired
Setter for required True if this question must be answered for this filing calendar -
getDataType
Getter for dataType Data type of the answer -
setDataType
Setter for dataType Data type of the answer -
getStaticOptions
Getter for staticOptions -
setStaticOptions
Setter for staticOptions -
getUnique
Getter for unique -
setUnique
Setter for unique -
toString
Returns a JSON string representation of LocationQuestionModel
-