public class

LanguageImpl

extends BaseSchemaEntity
implements Language
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.LanguageImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String id
protected NameTypeImpl language
protected ProficiencyImpl proficiency
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
LanguageImpl()
Public Methods
String getId()
Gets the value of the id property.
NameType getLanguage()
Gets the value of the language property.
Proficiency getProficiency()
Gets the value of the proficiency property.
void init(XmlPullParser parser)
Inits the.
void setId(String value)
Sets the value of the id property.
void setLanguage(NameType value)
Sets the value of the language property.
void setProficiency(Proficiency value)
Sets the value of the proficiency 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.Language

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String id

protected NameTypeImpl language

protected ProficiencyImpl proficiency

Public Constructors

public LanguageImpl ()

Public Methods

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public NameType getLanguage ()

Gets the value of the language property.

Returns

public Proficiency getProficiency ()

Gets the value of the proficiency property.

Returns

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 setLanguage (NameType value)

Sets the value of the language property.

Parameters
value Allowed object is NameType

public void setProficiency (Proficiency value)

Sets the value of the proficiency property.

Parameters
value Allowed object is Proficiency

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException