Package org.opendope.questions
Class Questionnaire
java.lang.Object
org.opendope.questions.Questionnaire
public class Questionnaire
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="subtitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="questions">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://opendope.org/questions}question" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQuestionnaire.QuestionsJava class for anonymous complex type. -
Field Summary
Fields Modifier and Type Field Description protected Questionnaire.Questionsquestionsprotected java.lang.Stringsubtitleprotected java.lang.Stringtitle -
Constructor Summary
Constructors Constructor Description Questionnaire() -
Method Summary
Modifier and Type Method Description Questionnaire.QuestionsgetQuestions()Gets the value of the questions property.java.lang.StringgetSubtitle()Gets the value of the subtitle property.java.lang.StringgetTitle()Gets the value of the title property.voidsetQuestions(Questionnaire.Questions value)Sets the value of the questions property.voidsetSubtitle(java.lang.String value)Sets the value of the subtitle property.voidsetTitle(java.lang.String value)Sets the value of the title property.
-
Field Details
-
Constructor Details
-
Questionnaire
public Questionnaire()
-
-
Method Details
-
getTitle
public java.lang.String getTitle()Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
public void setTitle(java.lang.String value)Sets the value of the title property.- Parameters:
value- allowed object isString
-
getSubtitle
public java.lang.String getSubtitle()Gets the value of the subtitle property.- Returns:
- possible object is
String
-
setSubtitle
public void setSubtitle(java.lang.String value)Sets the value of the subtitle property.- Parameters:
value- allowed object isString
-
getQuestions
Gets the value of the questions property.- Returns:
- possible object is
Questionnaire.Questions
-
setQuestions
Sets the value of the questions property.- Parameters:
value- allowed object isQuestionnaire.Questions
-