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 class  Questionnaire.Questions
    Java class for anonymous complex type.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected Questionnaire.Questions questions  
    protected java.lang.String subtitle  
    protected java.lang.String title  
  • Constructor Summary

    Constructors 
    Constructor Description
    Questionnaire()  
  • Method Summary

    Modifier and Type Method Description
    Questionnaire.Questions getQuestions()
    Gets the value of the questions property.
    java.lang.String getSubtitle()
    Gets the value of the subtitle property.
    java.lang.String getTitle()
    Gets the value of the title property.
    void setQuestions​(Questionnaire.Questions value)
    Sets the value of the questions property.
    void setSubtitle​(java.lang.String value)
    Sets the value of the subtitle property.
    void setTitle​(java.lang.String value)
    Sets the value of the title property.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • 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 is String
    • 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 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