public class Question 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 ref="{}id"/>
<element ref="{}title"/>
<element ref="{}author"/>
<element ref="{}question-categories"/>
<element ref="{}web-url"/>
<element ref="{}answers"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Answers |
answers |
protected Author |
author |
protected String |
id |
protected QuestionCategories |
questionCategories |
protected String |
title |
protected String |
webUrl |
| Constructor and Description |
|---|
Question() |
| Modifier and Type | Method and Description |
|---|---|
Answers |
getAnswers()
Gets the value of the answers property.
|
Author |
getAuthor()
Gets the value of the author property.
|
String |
getId()
Gets the value of the id property.
|
QuestionCategories |
getQuestionCategories()
Gets the value of the questionCategories property.
|
String |
getTitle()
Gets the value of the title property.
|
String |
getWebUrl()
Gets the value of the webUrl property.
|
void |
setAnswers(Answers value)
Sets the value of the answers property.
|
void |
setAuthor(Author value)
Sets the value of the author property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setQuestionCategories(QuestionCategories value)
Sets the value of the questionCategories property.
|
void |
setTitle(String value)
Sets the value of the title property.
|
void |
setWebUrl(String value)
Sets the value of the webUrl property.
|
protected String id
protected String title
protected Author author
protected QuestionCategories questionCategories
protected String webUrl
protected Answers answers
public void setId(String value)
value - allowed object is
Stringpublic String getTitle()
Stringpublic void setTitle(String value)
value - allowed object is
Stringpublic Author getAuthor()
Authorpublic void setAuthor(Author value)
value - allowed object is
Authorpublic QuestionCategories getQuestionCategories()
QuestionCategoriespublic void setQuestionCategories(QuestionCategories value)
value - allowed object is
QuestionCategoriespublic String getWebUrl()
Stringpublic void setWebUrl(String value)
value - allowed object is
Stringpublic Answers getAnswers()
AnswersApache Camel