FormSchemaQuestionJson

public class FormSchemaQuestionJson implements Serializable

Represents a single question from a CommCare form.

Methods

getOptions

public List<FormSchemaQuestionOptionJson> getOptions()

getQuestionLabel

public String getQuestionLabel()

getQuestionRepeat

public String getQuestionRepeat()

getQuestionTag

public String getQuestionTag()

getQuestionValue

public String getQuestionValue()

setOptions

public void setOptions(List<FormSchemaQuestionOptionJson> options)

setQuestionLabel

public void setQuestionLabel(String questionLabel)

setQuestionRepeat

public void setQuestionRepeat(String questionRepeat)

setQuestionTag

public void setQuestionTag(String questionTag)

setQuestionValue

public void setQuestionValue(String questionValue)