public class LocationQuestionModel
extends java.lang.Object
Constructor and Description |
---|
LocationQuestionModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.lang.String |
getExampleValue()
Getter for exampleValue - If available, this is an example value that you can demonstrate to the user to show what is expected.
|
java.lang.Integer |
getId()
Getter for id - The unique ID number of this location setting type
|
java.lang.String |
getJurisdictionCountry()
Getter for jurisdictionCountry - Indicates the country that this jurisdiction belongs to
|
java.lang.String |
getJurisdictionName()
Getter for jurisdictionName - Indicates which jurisdiction requires this question
|
java.lang.String |
getJurisdictionRegion()
Getter for jurisdictionRegion - Indicates the state, region, or province that this jurisdiction belongs to
|
JurisdictionType |
getJurisdictionType()
Getter for jurisdictionType - Indicates which type of jurisdiction requires this question
|
java.lang.String |
getQuestion()
Getter for question - This is the prompt for this question
|
java.lang.String |
getRegularExpression()
Getter for regularExpression - If available, this regular expression will verify that the input from the user is in the expected format.
|
void |
setDescription(java.lang.String description)
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(java.lang.String exampleValue)
Setter for exampleValue - If available, this is an example value that you can demonstrate to the user to show what is expected.
|
void |
setId(java.lang.Integer id)
Setter for id - The unique ID number of this location setting type
|
void |
setJurisdictionCountry(java.lang.String jurisdictionCountry)
Setter for jurisdictionCountry - Indicates the country that this jurisdiction belongs to
|
void |
setJurisdictionName(java.lang.String jurisdictionName)
Setter for jurisdictionName - Indicates which jurisdiction requires this question
|
void |
setJurisdictionRegion(java.lang.String jurisdictionRegion)
Setter for jurisdictionRegion - Indicates the state, region, or province that this jurisdiction belongs to
|
void |
setJurisdictionType(JurisdictionType jurisdictionType)
Setter for jurisdictionType - Indicates which type of jurisdiction requires this question
|
void |
setQuestion(java.lang.String question)
Setter for question - This is the prompt for this question
|
void |
setRegularExpression(java.lang.String regularExpression)
Setter for regularExpression - If available, this regular expression will verify that the input from the user is in the expected format.
|
java.lang.String |
toString()
Returns a JSON string representation of LocationQuestionModel.
|
public java.lang.String getQuestion()
public void setQuestion(java.lang.String question)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.String getRegularExpression()
public void setRegularExpression(java.lang.String regularExpression)
public java.lang.String getJurisdictionCountry()
public void setJurisdictionCountry(java.lang.String jurisdictionCountry)
public java.lang.String getJurisdictionRegion()
public void setJurisdictionRegion(java.lang.String jurisdictionRegion)
public java.lang.String getExampleValue()
public void setExampleValue(java.lang.String exampleValue)
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public JurisdictionType getJurisdictionType()
public void setJurisdictionType(JurisdictionType jurisdictionType)
public java.lang.String getJurisdictionName()
public void setJurisdictionName(java.lang.String jurisdictionName)
public java.lang.String toString()
toString
in class java.lang.Object