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

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

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

Methods in com.google.code.linkedinapi.schema that return Educations
 Educations ObjectFactory.createEducations()
          Create an instance of Educations
 Educations SchemaElementFactory.createEducations()
          Create an instance of Educations
 Educations Person.getEducations()
          Gets the value of the educations property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Educations
 void Person.setEducations(Educations value)
          Sets the value of the educations property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Educations
 class EducationsImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Educations
 Educations PersonImpl.getEducations()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Educations
 void PersonImpl.setEducations(Educations value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Educations
 Educations XppElementFactory.createEducations()
           
 Educations PersonImpl.getEducations()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Educations
 void PersonImpl.setEducations(Educations value)