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
String
public String getTitle()
String
public void setTitle(String value)
value
- allowed object is
String
public Author getAuthor()
Author
public void setAuthor(Author value)
value
- allowed object is
Author
public QuestionCategories getQuestionCategories()
QuestionCategories
public void setQuestionCategories(QuestionCategories value)
value
- allowed object is
QuestionCategories
public String getWebUrl()
String
public void setWebUrl(String value)
value
- allowed object is
String
public Answers getAnswers()
Answers
Apache Camel