Package org.opendope.questions
Class Questionnaire
java.lang.Object
org.opendope.questions.Questionnaire
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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the questions property.Gets the value of the subtitle property.getTitle()Gets the value of the title property.voidSets the value of the questions property.voidsetSubtitle(String value) Sets the value of the subtitle property.voidSets the value of the title property.
-
Field Details
-
title
-
subtitle
-
questions
-
-
Constructor Details
-
Questionnaire
public Questionnaire()
-
-
Method Details
-
getTitle
Gets the value of the title property.- Returns:
- possible object is
String
-
setTitle
Sets the value of the title property.- Parameters:
value- allowed object isString
-
getSubtitle
Gets the value of the subtitle property.- Returns:
- possible object is
String
-
setSubtitle
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
-