Uses of Interface
com.google.code.linkedinapi.schema.Education

Packages that use Education
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of Education in com.google.code.linkedinapi.schema
 

Methods in com.google.code.linkedinapi.schema that return Education
 Education ObjectFactory.createEducation()
          Create an instance of Education
 Education SchemaElementFactory.createEducation()
          Create an instance of Education
 

Methods in com.google.code.linkedinapi.schema that return types with arguments of type Education
 java.util.List<Education> Educations.getEducationList()
          Gets the value of the educationList property.
 

Uses of Education in com.google.code.linkedinapi.schema.impl
 

Classes in com.google.code.linkedinapi.schema.impl that implement Education
 class EducationImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type Education
protected  java.util.List<Education> EducationsImpl.educationList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type Education
 java.util.List<Education> EducationsImpl.getEducationList()
           
 

Uses of Education in com.google.code.linkedinapi.schema.xpp
 

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type Education
protected  java.util.List<Education> EducationsImpl.educationList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return Education
 Education XppElementFactory.createEducation()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type Education
 java.util.List<Education> EducationsImpl.getEducationList()