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>
Modifier and Type | Class and Description |
---|---|
static class |
Questionnaire.Questions
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Questionnaire.Questions |
questions |
protected String |
subtitle |
protected String |
title |
Constructor and Description |
---|
Questionnaire() |
Modifier and Type | Method and Description |
---|---|
Questionnaire.Questions |
getQuestions()
Gets the value of the questions property.
|
String |
getSubtitle()
Gets the value of the subtitle property.
|
String |
getTitle()
Gets the value of the title property.
|
void |
setQuestions(Questionnaire.Questions value)
Sets the value of the questions property.
|
void |
setSubtitle(String value)
Sets the value of the subtitle property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
protected String title
protected String subtitle
protected Questionnaire.Questions questions
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public String getSubtitle()
String
public void setSubtitle(String value)
value
- allowed object is
String
public Questionnaire.Questions getQuestions()
Questionnaire.Questions
public void setQuestions(Questionnaire.Questions value)
value
- allowed object is
Questionnaire.Questions
Copyright © 2007-2019. All Rights Reserved.