public class

SkillsImpl

extends Object
implements Skills Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.SkillsImpl

Summary

Constants
long serialVersionUID
Fields
protected List<Skill> skillList
protected Long total
Public Constructors
SkillsImpl()
Public Methods
List<Skill> getSkillList()
Gets the value of the skillList property.
Long getTotal()
Gets the value of the total property.
void setTotal(Long value)
Sets the value of the total property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Skills

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected List<Skill> skillList

protected Long total

Public Constructors

public SkillsImpl ()

Public Methods

public List<Skill> getSkillList ()

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

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

    getSkillList().add(newItem);
 

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

public Long getTotal ()

Gets the value of the total property.

Returns
  • possible object is String

public void setTotal (Long value)

Sets the value of the total property.

Parameters
value Allowed object is String