com.google.code.linkedinapi.schema.xpp
Class QuestionImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
      extended by com.google.code.linkedinapi.schema.xpp.QuestionImpl
All Implemented Interfaces:
Question, SchemaEntity, java.io.Serializable

public class QuestionImpl
extends BaseSchemaEntity
implements Question

See Also:
Serialized Form

Field Summary
protected  AnswersImpl answers
           
protected  AuthorImpl author
           
protected  java.lang.String id
           
protected  QuestionCategoriesImpl questionCategories
           
private static long serialVersionUID
           
protected  java.lang.String title
           
protected  java.lang.String webUrl
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
QuestionImpl()
           
 
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 init(org.xmlpull.v1.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(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.
 void toXml(org.xmlpull.v1.XmlSerializer serializer)
          To xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

protected java.lang.String id

title

protected java.lang.String title

author

protected AuthorImpl author

questionCategories

protected QuestionCategoriesImpl questionCategories

webUrl

protected java.lang.String webUrl

answers

protected AnswersImpl answers
Constructor Detail

QuestionImpl

public QuestionImpl()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: Question
Gets the value of the id property.

Specified by:
getId in interface Question
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Description copied from interface: Question
Sets the value of the id property.

Specified by:
setId in interface Question
Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Description copied from interface: Question
Gets the value of the title property.

Specified by:
getTitle in interface Question
Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Description copied from interface: Question
Sets the value of the title property.

Specified by:
setTitle in interface Question
Parameters:
value - allowed object is String

getAuthor

public Author getAuthor()
Description copied from interface: Question
Gets the value of the author property.

Specified by:
getAuthor in interface Question
Returns:
possible object is Author

setAuthor

public void setAuthor(Author value)
Description copied from interface: Question
Sets the value of the author property.

Specified by:
setAuthor in interface Question
Parameters:
value - allowed object is Author

getQuestionCategories

public QuestionCategories getQuestionCategories()
Description copied from interface: Question
Gets the value of the questionCategories property.

Specified by:
getQuestionCategories in interface Question
Returns:
possible object is QuestionCategories

setQuestionCategories

public void setQuestionCategories(QuestionCategories value)
Description copied from interface: Question
Sets the value of the questionCategories property.

Specified by:
setQuestionCategories in interface Question
Parameters:
value - allowed object is QuestionCategories

getWebUrl

public java.lang.String getWebUrl()
Description copied from interface: Question
Gets the value of the webUrl property.

Specified by:
getWebUrl in interface Question
Returns:
possible object is String

setWebUrl

public void setWebUrl(java.lang.String value)
Description copied from interface: Question
Sets the value of the webUrl property.

Specified by:
setWebUrl in interface Question
Parameters:
value - allowed object is String

getAnswers

public Answers getAnswers()
Description copied from interface: Question
Gets the value of the answers property.

Specified by:
getAnswers in interface Question
Returns:
possible object is Answers

setAnswers

public void setAnswers(Answers value)
Description copied from interface: Question
Sets the value of the answers property.

Specified by:
setAnswers in interface Question
Parameters:
value - allowed object is Answers

init

public void init(org.xmlpull.v1.XmlPullParser parser)
          throws java.io.IOException,
                 org.xmlpull.v1.XmlPullParserException
Description copied from class: BaseSchemaEntity
Inits the.

Specified by:
init in class BaseSchemaEntity
Parameters:
parser - the element
Throws:
java.io.IOException - TODO
org.xmlpull.v1.XmlPullParserException - TODO

toXml

public void toXml(org.xmlpull.v1.XmlSerializer serializer)
           throws java.io.IOException
Description copied from class: BaseSchemaEntity
To xml.

Specified by:
toXml in class BaseSchemaEntity
Parameters:
serializer - the document
Throws:
java.io.IOException - TODO