public interface

Question

implements SchemaEntity
com.google.code.linkedinapi.schema.Question
Known Indirect Subclasses

Class Overview

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>
 

Summary

Public Methods
abstract Answers getAnswers()
Gets the value of the answers property.
abstract Author getAuthor()
Gets the value of the author property.
abstract String getId()
Gets the value of the id property.
abstract QuestionCategories getQuestionCategories()
Gets the value of the questionCategories property.
abstract String getTitle()
Gets the value of the title property.
abstract String getWebUrl()
Gets the value of the webUrl property.
abstract void setAnswers(Answers value)
Sets the value of the answers property.
abstract void setAuthor(Author value)
Sets the value of the author property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setQuestionCategories(QuestionCategories value)
Sets the value of the questionCategories property.
abstract void setTitle(String value)
Sets the value of the title property.
abstract void setWebUrl(String value)
Sets the value of the webUrl property.

Public Methods

public abstract Answers getAnswers ()

Gets the value of the answers property.

Returns

public abstract Author getAuthor ()

Gets the value of the author property.

Returns

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract QuestionCategories getQuestionCategories ()

Gets the value of the questionCategories property.

Returns

public abstract String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public abstract String getWebUrl ()

Gets the value of the webUrl property.

Returns
  • possible object is String

public abstract void setAnswers (Answers value)

Sets the value of the answers property.

Parameters
value Allowed object is Answers

public abstract void setAuthor (Author value)

Sets the value of the author property.

Parameters
value Allowed object is Author

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setQuestionCategories (QuestionCategories value)

Sets the value of the questionCategories property.

Parameters
value Allowed object is QuestionCategories

public abstract void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public abstract void setWebUrl (String value)

Sets the value of the webUrl property.

Parameters
value Allowed object is String