public class

RelatedConnectionsImpl

extends BaseSchemaEntity
implements RelatedConnections
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.RelatedConnectionsImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected List<Person> personList
protected Long total
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
RelatedConnectionsImpl()
Public Methods
List<Person> getPersonList()
Gets the value of the personList property.
Long getTotal()
Gets the value of the total property.
void init(XmlPullParser parser)
Inits the.
void setTotal(Long value)
Sets the value of the total 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.RelatedConnections

Constants

private static final long serialVersionUID

Constant Value: 2040264547587096732 (0x1c5079cbd6c0809c)

Fields

protected List<Person> personList

protected Long total

Public Constructors

public RelatedConnectionsImpl ()

Public Methods

public List<Person> getPersonList ()

Gets the value of the personList 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 personList property.

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

    getPersonList().add(newItem);
 

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

public Long getTotal ()

Gets the value of the total property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setTotal (Long value)

Sets the value of the total property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException