com.google.code.linkedinapi.schema.xpp
Class EducationImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
      extended by com.google.code.linkedinapi.schema.xpp.EducationImpl
All Implemented Interfaces:
Education, SchemaEntity, java.io.Serializable

public class EducationImpl
extends BaseSchemaEntity
implements Education

See Also:
Serialized Form

Field Summary
protected  java.lang.String activities
           
protected  java.lang.String degree
           
protected  EndDateImpl endDate
           
protected  java.lang.String fieldOfStudy
           
protected  java.lang.String id
           
protected  java.lang.String notes
           
protected  java.lang.String schoolName
           
private static long serialVersionUID
           
protected  StartDateImpl startDate
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
EducationImpl()
           
 
Method Summary
 java.lang.String getActivities()
          Gets the value of the activities property.
 java.lang.String getDegree()
          Gets the value of the degree property.
 EndDate getEndDate()
          Gets the value of the endDate property.
 java.lang.String getFieldOfStudy()
          Gets the value of the fieldOfStudy property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getNotes()
          Gets the value of the notes property.
 java.lang.String getSchoolName()
          Gets the value of the schoolName property.
 StartDate getStartDate()
          Gets the value of the startDate property.
 void init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
 void setActivities(java.lang.String value)
          Sets the value of the activities property.
 void setDegree(java.lang.String value)
          Sets the value of the degree property.
 void setEndDate(EndDate value)
          Sets the value of the endDate property.
 void setFieldOfStudy(java.lang.String value)
          Sets the value of the fieldOfStudy property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setNotes(java.lang.String value)
          Sets the value of the notes property.
 void setSchoolName(java.lang.String value)
          Sets the value of the schoolName property.
 void setStartDate(StartDate value)
          Sets the value of the startDate property.
 void toXml(org.xmlpull.v1.XmlSerializer serializer)
          To xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

protected java.lang.String id

schoolName

protected java.lang.String schoolName

degree

protected java.lang.String degree

notes

protected java.lang.String notes

activities

protected java.lang.String activities

fieldOfStudy

protected java.lang.String fieldOfStudy

startDate

protected StartDateImpl startDate

endDate

protected EndDateImpl endDate
Constructor Detail

EducationImpl

public EducationImpl()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: Education
Gets the value of the id property.

Specified by:
getId in interface Education
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Description copied from interface: Education
Sets the value of the id property.

Specified by:
setId in interface Education
Parameters:
value - allowed object is String

getSchoolName

public java.lang.String getSchoolName()
Description copied from interface: Education
Gets the value of the schoolName property.

Specified by:
getSchoolName in interface Education
Returns:
possible object is String

setSchoolName

public void setSchoolName(java.lang.String value)
Description copied from interface: Education
Sets the value of the schoolName property.

Specified by:
setSchoolName in interface Education
Parameters:
value - allowed object is String

getDegree

public java.lang.String getDegree()
Description copied from interface: Education
Gets the value of the degree property.

Specified by:
getDegree in interface Education
Returns:
possible object is String

setDegree

public void setDegree(java.lang.String value)
Description copied from interface: Education
Sets the value of the degree property.

Specified by:
setDegree in interface Education
Parameters:
value - allowed object is String

getNotes

public java.lang.String getNotes()
Description copied from interface: Education
Gets the value of the notes property.

Specified by:
getNotes in interface Education
Returns:
possible object is String

setNotes

public void setNotes(java.lang.String value)
Description copied from interface: Education
Sets the value of the notes property.

Specified by:
setNotes in interface Education
Parameters:
value - allowed object is String

getActivities

public java.lang.String getActivities()
Description copied from interface: Education
Gets the value of the activities property.

Specified by:
getActivities in interface Education
Returns:
possible object is String

setActivities

public void setActivities(java.lang.String value)
Description copied from interface: Education
Sets the value of the activities property.

Specified by:
setActivities in interface Education
Parameters:
value - allowed object is String

getFieldOfStudy

public java.lang.String getFieldOfStudy()
Description copied from interface: Education
Gets the value of the fieldOfStudy property.

Specified by:
getFieldOfStudy in interface Education
Returns:
possible object is String

setFieldOfStudy

public void setFieldOfStudy(java.lang.String value)
Description copied from interface: Education
Sets the value of the fieldOfStudy property.

Specified by:
setFieldOfStudy in interface Education
Parameters:
value - allowed object is String

getStartDate

public StartDate getStartDate()
Description copied from interface: Education
Gets the value of the startDate property.

Specified by:
getStartDate in interface Education
Returns:
possible object is StartDate

setStartDate

public void setStartDate(StartDate value)
Description copied from interface: Education
Sets the value of the startDate property.

Specified by:
setStartDate in interface Education
Parameters:
value - allowed object is StartDate

getEndDate

public EndDate getEndDate()
Description copied from interface: Education
Gets the value of the endDate property.

Specified by:
getEndDate in interface Education
Returns:
possible object is EndDate

setEndDate

public void setEndDate(EndDate value)
Description copied from interface: Education
Sets the value of the endDate property.

Specified by:
setEndDate in interface Education
Parameters:
value - allowed object is EndDate

init

public void init(org.xmlpull.v1.XmlPullParser parser)
          throws java.io.IOException,
                 org.xmlpull.v1.XmlPullParserException
Description copied from class: BaseSchemaEntity
Inits the.

Specified by:
init in class BaseSchemaEntity
Parameters:
parser - the element
Throws:
java.io.IOException - TODO
org.xmlpull.v1.XmlPullParserException - TODO

toXml

public void toXml(org.xmlpull.v1.XmlSerializer serializer)
           throws java.io.IOException
Description copied from class: BaseSchemaEntity
To xml.

Specified by:
toXml in class BaseSchemaEntity
Parameters:
serializer - the document
Throws:
java.io.IOException - TODO