com.google.code.linkedinapi.schema
Interface Education

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
EducationImpl, EducationImpl

public interface Education
extends SchemaEntity

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}id"/>
         <element ref="{}school-name"/>
         <element ref="{}degree"/>
         <element ref="{}notes"/>
         <element ref="{}activities"/>
         <element ref="{}field-of-study"/>
         <element ref="{}start-date"/>
         <element ref="{}end-date"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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 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.
 

Method Detail

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getSchoolName

java.lang.String getSchoolName()
Gets the value of the schoolName property.

Returns:
possible object is String

setSchoolName

void setSchoolName(java.lang.String value)
Sets the value of the schoolName property.

Parameters:
value - allowed object is String

getDegree

java.lang.String getDegree()
Gets the value of the degree property.

Returns:
possible object is String

setDegree

void setDegree(java.lang.String value)
Sets the value of the degree property.

Parameters:
value - allowed object is String

getNotes

java.lang.String getNotes()
Gets the value of the notes property.

Returns:
possible object is String

setNotes

void setNotes(java.lang.String value)
Sets the value of the notes property.

Parameters:
value - allowed object is String

getActivities

java.lang.String getActivities()
Gets the value of the activities property.

Returns:
possible object is String

setActivities

void setActivities(java.lang.String value)
Sets the value of the activities property.

Parameters:
value - allowed object is String

getFieldOfStudy

java.lang.String getFieldOfStudy()
Gets the value of the fieldOfStudy property.

Returns:
possible object is String

setFieldOfStudy

void setFieldOfStudy(java.lang.String value)
Sets the value of the fieldOfStudy property.

Parameters:
value - allowed object is String

getStartDate

StartDate getStartDate()
Gets the value of the startDate property.

Returns:
possible object is StartDate

setStartDate

void setStartDate(StartDate value)
Sets the value of the startDate property.

Parameters:
value - allowed object is StartDate

getEndDate

EndDate getEndDate()
Gets the value of the endDate property.

Returns:
possible object is EndDate

setEndDate

void setEndDate(EndDate value)
Sets the value of the endDate property.

Parameters:
value - allowed object is EndDate