public class

SkillImpl

extends BaseSchemaEntity
implements Skill
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.SkillImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String id
protected ProficiencyImpl proficiency
protected NameTypeImpl skill
protected YearsImpl years
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
SkillImpl()
Public Methods
String getId()
Gets the value of the id property.
Proficiency getProficiency()
Gets the value of the proficiency property.
NameType getSkill()
Gets the value of the skill property.
Years getYears()
Gets the value of the years property.
void init(XmlPullParser parser)
Inits the.
void setId(String value)
Sets the value of the id property.
void setProficiency(Proficiency value)
Sets the value of the proficiency property.
void setSkill(NameType value)
Sets the value of the skill property.
void setYears(Years value)
Sets the value of the years 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.Skill

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String id

protected ProficiencyImpl proficiency

protected NameTypeImpl skill

protected YearsImpl years

Public Constructors

public SkillImpl ()

Public Methods

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public Proficiency getProficiency ()

Gets the value of the proficiency property.

Returns

public NameType getSkill ()

Gets the value of the skill property.

Returns

public Years getYears ()

Gets the value of the years property.

Returns
  • possible object is Years

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setProficiency (Proficiency value)

Sets the value of the proficiency property.

Parameters
value Allowed object is Proficiency

public void setSkill (NameType value)

Sets the value of the skill property.

Parameters
value Allowed object is NameType

public void setYears (Years value)

Sets the value of the years property.

Parameters
value Allowed object is Years

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException