public class

AnswerImpl

extends BaseSchemaEntity
implements Answer
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.AnswerImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected AuthorImpl author
protected String id
protected String webUrl
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
AnswerImpl()
Public Methods
Author getAuthor()
Gets the value of the author property.
String getId()
Gets the value of the id property.
String getWebUrl()
Gets the value of the webUrl property.
void init(XmlPullParser parser)
Inits the.
void setAuthor(Author value)
Sets the value of the author property.
void setId(String value)
Sets the value of the id 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.Answer

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected AuthorImpl author

protected String id

protected String webUrl

Public Constructors

public AnswerImpl ()

Public Methods

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 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 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 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