|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Question
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"/> <choice> <element ref="{}web-url"/> <element ref="{}answers"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Method Summary | |
---|---|
Answers |
getAnswers()
Gets the value of the answers property. |
Author |
getAuthor()
Gets the value of the author property. |
java.lang.String |
getId()
Gets the value of the id property. |
QuestionCategories |
getQuestionCategories()
Gets the value of the questionCategories property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
java.lang.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(java.lang.String value)
Sets the value of the id property. |
void |
setQuestionCategories(QuestionCategories value)
Sets the value of the questionCategories property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
void |
setWebUrl(java.lang.String value)
Sets the value of the webUrl property. |
Method Detail |
---|
java.lang.String getId()
String
void setId(java.lang.String value)
value
- allowed object is
String
java.lang.String getTitle()
String
void setTitle(java.lang.String value)
value
- allowed object is
String
Author getAuthor()
Author
void setAuthor(Author value)
value
- allowed object is
Author
QuestionCategories getQuestionCategories()
QuestionCategories
void setQuestionCategories(QuestionCategories value)
value
- allowed object is
QuestionCategories
java.lang.String getWebUrl()
String
void setWebUrl(java.lang.String value)
value
- allowed object is
String
Answers getAnswers()
Answers
void setAnswers(Answers value)
value
- allowed object is
Answers
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |