public class

PublicationImpl

extends BaseSchemaEntity
implements Publication
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.PublicationImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected AuthorsImpl authors
protected DateImpl date
protected String id
protected PublisherImpl publisher
protected String summary
protected String title
protected String url
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
PublicationImpl()
Public Methods
Authors getAuthors()
Gets the value of the authors property.
Date getDate()
Gets the value of the date property.
String getId()
Gets the value of the id property.
Publisher getPublisher()
Gets the value of the publisher property.
String getSummary()
Gets the value of the summary property.
String getTitle()
Gets the value of the title property.
String getUrl()
Gets the value of the url property.
void init(XmlPullParser parser)
Inits the.
void setAuthors(Authors value)
Sets the value of the authors property.
void setDate(Date value)
Sets the value of the date property.
void setId(String value)
Sets the value of the id property.
void setPublisher(Publisher value)
Sets the value of the publisher property.
void setSummary(String value)
Sets the value of the summary property.
void setTitle(String value)
Sets the value of the title property.
void setUrl(String value)
Sets the value of the url 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.Publication

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected AuthorsImpl authors

protected DateImpl date

protected String id

protected PublisherImpl publisher

protected String summary

protected String title

protected String url

Public Constructors

public PublicationImpl ()

Public Methods

public Authors getAuthors ()

Gets the value of the authors property.

Returns

public Date getDate ()

Gets the value of the date property.

Returns
  • possible object is Date

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public Publisher getPublisher ()

Gets the value of the publisher property.

Returns

public String getSummary ()

Gets the value of the summary property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public String getUrl ()

Gets the value of the url property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setAuthors (Authors value)

Sets the value of the authors property.

Parameters
value Allowed object is Authors

public void setDate (Date value)

Sets the value of the date property.

Parameters
value Allowed object is Date

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setPublisher (Publisher value)

Sets the value of the publisher property.

Parameters
value Allowed object is Publisher

public void setSummary (String value)

Sets the value of the summary property.

Parameters
value Allowed object is String

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setUrl (String value)

Sets the value of the url property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException