Class Questionnaire

java.lang.Object
org.opendope.questions.Questionnaire

public class Questionnaire extends 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>
 
  • Field Details

  • Constructor Details

    • Questionnaire

      public Questionnaire()
  • Method Details

    • getTitle

      public String getTitle()
      Gets the value of the title property.
      Returns:
      possible object is String
    • setTitle

      public void setTitle(String value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is String
    • getSubtitle

      public String getSubtitle()
      Gets the value of the subtitle property.
      Returns:
      possible object is String
    • setSubtitle

      public void setSubtitle(String value)
      Sets the value of the subtitle property.
      Parameters:
      value - allowed object is String
    • getQuestions

      public Questionnaire.Questions getQuestions()
      Gets the value of the questions property.
      Returns:
      possible object is Questionnaire.Questions
    • setQuestions

      public void setQuestions(Questionnaire.Questions value)
      Sets the value of the questions property.
      Parameters:
      value - allowed object is Questionnaire.Questions