public class

PersonActivitiesImpl

extends BaseSchemaEntity
implements PersonActivities
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.PersonActivitiesImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected List<Activity> activityList
protected Long count
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
PersonActivitiesImpl()
Public Methods
List<Activity> getActivityList()
Gets the value of the activityList property.
Long getCount()
Gets the value of the count property.
void init(XmlPullParser parser)
Inits the.
void setCount(Long value)
Sets the value of the count 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.PersonActivities

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected List<Activity> activityList

protected Long count

Public Constructors

public PersonActivitiesImpl ()

Public Methods

public List<Activity> getActivityList ()

Gets the value of the activityList property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the activityList property.

For example, to add a new item, do as follows:

    getActivityList().add(newItem);
 

Objects of the following type(s) are allowed in the list Activity

public Long getCount ()

Gets the value of the count property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setCount (Long value)

Sets the value of the count property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException