public class

EducationImpl

extends BaseSchemaEntity
implements Education
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.EducationImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String activities
protected String degree
protected EndDateImpl endDate
protected String fieldOfStudy
protected String id
protected String notes
protected String schoolName
protected StartDateImpl startDate
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
EducationImpl()
Public Methods
String getActivities()
Gets the value of the activities property.
String getDegree()
Gets the value of the degree property.
EndDate getEndDate()
Gets the value of the endDate property.
String getFieldOfStudy()
Gets the value of the fieldOfStudy property.
String getId()
Gets the value of the id property.
String getNotes()
Gets the value of the notes property.
String getSchoolName()
Gets the value of the schoolName property.
StartDate getStartDate()
Gets the value of the startDate property.
void init(XmlPullParser parser)
Inits the.
void setActivities(String value)
Sets the value of the activities property.
void setDegree(String value)
Sets the value of the degree property.
void setEndDate(EndDate value)
Sets the value of the endDate property.
void setFieldOfStudy(String value)
Sets the value of the fieldOfStudy property.
void setId(String value)
Sets the value of the id property.
void setNotes(String value)
Sets the value of the notes property.
void setSchoolName(String value)
Sets the value of the schoolName property.
void setStartDate(StartDate value)
Sets the value of the startDate 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.Education

Constants

private static final long serialVersionUID

Constant Value: -379013425062157845 (0xfabd794c4a10e1eb)

Fields

protected String activities

protected String degree

protected EndDateImpl endDate

protected String fieldOfStudy

protected String id

protected String notes

protected String schoolName

protected StartDateImpl startDate

Public Constructors

public EducationImpl ()

Public Methods

public String getActivities ()

Gets the value of the activities property.

Returns
  • possible object is String

public String getDegree ()

Gets the value of the degree property.

Returns
  • possible object is String

public EndDate getEndDate ()

Gets the value of the endDate property.

Returns

public String getFieldOfStudy ()

Gets the value of the fieldOfStudy property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getNotes ()

Gets the value of the notes property.

Returns
  • possible object is String

public String getSchoolName ()

Gets the value of the schoolName property.

Returns
  • possible object is String

public StartDate getStartDate ()

Gets the value of the startDate property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setActivities (String value)

Sets the value of the activities property.

Parameters
value Allowed object is String

public void setDegree (String value)

Sets the value of the degree property.

Parameters
value Allowed object is String

public void setEndDate (EndDate value)

Sets the value of the endDate property.

Parameters
value Allowed object is EndDate

public void setFieldOfStudy (String value)

Sets the value of the fieldOfStudy property.

Parameters
value Allowed object is String

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setNotes (String value)

Sets the value of the notes property.

Parameters
value Allowed object is String

public void setSchoolName (String value)

Sets the value of the schoolName property.

Parameters
value Allowed object is String

public void setStartDate (StartDate value)

Sets the value of the startDate property.

Parameters
value Allowed object is StartDate

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException