public interface

Education

implements SchemaEntity
com.google.code.linkedinapi.schema.Education
Known Indirect Subclasses

Class Overview

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>
 

Summary

Public Methods
abstract String getActivities()
Gets the value of the activities property.
abstract String getDegree()
Gets the value of the degree property.
abstract EndDate getEndDate()
Gets the value of the endDate property.
abstract String getFieldOfStudy()
Gets the value of the fieldOfStudy property.
abstract String getId()
Gets the value of the id property.
abstract String getNotes()
Gets the value of the notes property.
abstract String getSchoolName()
Gets the value of the schoolName property.
abstract StartDate getStartDate()
Gets the value of the startDate property.
abstract void setActivities(String value)
Sets the value of the activities property.
abstract void setDegree(String value)
Sets the value of the degree property.
abstract void setEndDate(EndDate value)
Sets the value of the endDate property.
abstract void setFieldOfStudy(String value)
Sets the value of the fieldOfStudy property.
abstract void setId(String value)
Sets the value of the id property.
abstract void setNotes(String value)
Sets the value of the notes property.
abstract void setSchoolName(String value)
Sets the value of the schoolName property.
abstract void setStartDate(StartDate value)
Sets the value of the startDate property.

Public Methods

public abstract String getActivities ()

Gets the value of the activities property.

Returns
  • possible object is String

public abstract String getDegree ()

Gets the value of the degree property.

Returns
  • possible object is String

public abstract EndDate getEndDate ()

Gets the value of the endDate property.

Returns

public abstract String getFieldOfStudy ()

Gets the value of the fieldOfStudy property.

Returns
  • possible object is String

public abstract String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public abstract String getNotes ()

Gets the value of the notes property.

Returns
  • possible object is String

public abstract String getSchoolName ()

Gets the value of the schoolName property.

Returns
  • possible object is String

public abstract StartDate getStartDate ()

Gets the value of the startDate property.

Returns

public abstract void setActivities (String value)

Sets the value of the activities property.

Parameters
value Allowed object is String

public abstract void setDegree (String value)

Sets the value of the degree property.

Parameters
value Allowed object is String

public abstract void setEndDate (EndDate value)

Sets the value of the endDate property.

Parameters
value Allowed object is EndDate

public abstract void setFieldOfStudy (String value)

Sets the value of the fieldOfStudy property.

Parameters
value Allowed object is String

public abstract void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public abstract void setNotes (String value)

Sets the value of the notes property.

Parameters
value Allowed object is String

public abstract void setSchoolName (String value)

Sets the value of the schoolName property.

Parameters
value Allowed object is String

public abstract void setStartDate (StartDate value)

Sets the value of the startDate property.

Parameters
value Allowed object is StartDate