com.google.code.linkedinapi.schema
Interface Question

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
QuestionImpl, QuestionImpl

public interface Question
extends SchemaEntity

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

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getTitle

java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getAuthor

Author getAuthor()
Gets the value of the author property.

Returns:
possible object is Author

setAuthor

void setAuthor(Author value)
Sets the value of the author property.

Parameters:
value - allowed object is Author

getQuestionCategories

QuestionCategories getQuestionCategories()
Gets the value of the questionCategories property.

Returns:
possible object is QuestionCategories

setQuestionCategories

void setQuestionCategories(QuestionCategories value)
Sets the value of the questionCategories property.

Parameters:
value - allowed object is QuestionCategories

getWebUrl

java.lang.String getWebUrl()
Gets the value of the webUrl property.

Returns:
possible object is String

setWebUrl

void setWebUrl(java.lang.String value)
Sets the value of the webUrl property.

Parameters:
value - allowed object is String

getAnswers

Answers getAnswers()
Gets the value of the answers property.

Returns:
possible object is Answers

setAnswers

void setAnswers(Answers value)
Sets the value of the answers property.

Parameters:
value - allowed object is Answers