public class LocationQuestionModel
extends java.lang.Object
Constructor and Description |
---|
LocationQuestionModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Getter for description - Information about questions that the local jurisdictions require for each location
|
java.lang.String |
getExampleValue()
Getter for exampleValue - Information about questions that the local jurisdictions require for each location
|
java.lang.Integer |
getId()
Getter for id - Information about questions that the local jurisdictions require for each location
|
java.lang.String |
getJurisdictionCountry()
Getter for jurisdictionCountry - Information about questions that the local jurisdictions require for each location
|
java.lang.String |
getJurisdictionName()
Getter for jurisdictionName - Information about questions that the local jurisdictions require for each location
|
java.lang.String |
getJurisdictionRegion()
Getter for jurisdictionRegion - Information about questions that the local jurisdictions require for each location
|
JurisdictionType |
getJurisdictionType()
Getter for jurisdictionType - Information about questions that the local jurisdictions require for each location
|
java.lang.String |
getQuestion()
Getter for question - Information about questions that the local jurisdictions require for each location
|
java.lang.String |
getRegularExpression()
Getter for regularExpression - Information about questions that the local jurisdictions require for each location
|
void |
setDescription(java.lang.String description)
Setter for description - Information about questions that the local jurisdictions require for each location
|
void |
setExampleValue(java.lang.String exampleValue)
Setter for exampleValue - Information about questions that the local jurisdictions require for each location
|
void |
setId(java.lang.Integer id)
Setter for id - Information about questions that the local jurisdictions require for each location
|
void |
setJurisdictionCountry(java.lang.String jurisdictionCountry)
Setter for jurisdictionCountry - Information about questions that the local jurisdictions require for each location
|
void |
setJurisdictionName(java.lang.String jurisdictionName)
Setter for jurisdictionName - Information about questions that the local jurisdictions require for each location
|
void |
setJurisdictionRegion(java.lang.String jurisdictionRegion)
Setter for jurisdictionRegion - Information about questions that the local jurisdictions require for each location
|
void |
setJurisdictionType(JurisdictionType jurisdictionType)
Setter for jurisdictionType - Information about questions that the local jurisdictions require for each location
|
void |
setQuestion(java.lang.String question)
Setter for question - Information about questions that the local jurisdictions require for each location
|
void |
setRegularExpression(java.lang.String regularExpression)
Setter for regularExpression - Information about questions that the local jurisdictions require for each location
|
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