public class

QuestionImpl

extends BaseSchemaEntity
implements Question
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.QuestionImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected AnswersImpl answers
protected AuthorImpl author
protected String id
protected QuestionCategoriesImpl questionCategories
protected String title
protected String webUrl
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
QuestionImpl()
Public Methods
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 init(XmlPullParser parser)
Inits the.
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.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Question

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected AnswersImpl answers

protected AuthorImpl author

protected String id

protected QuestionCategoriesImpl questionCategories

protected String title

protected String webUrl

Public Constructors

public QuestionImpl ()

Public Methods

public Answers getAnswers ()

Gets the value of the answers property.

Returns

public Author getAuthor ()

Gets the value of the author property.

Returns

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public QuestionCategories getQuestionCategories ()

Gets the value of the questionCategories property.

Returns

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public String getWebUrl ()

Gets the value of the webUrl property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setAnswers (Answers value)

Sets the value of the answers property.

Parameters
value Allowed object is Answers

public void setAuthor (Author value)

Sets the value of the author property.

Parameters
value Allowed object is Author

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setQuestionCategories (QuestionCategories value)

Sets the value of the questionCategories property.

Parameters
value Allowed object is QuestionCategories

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setWebUrl (String value)

Sets the value of the webUrl property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException