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

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

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

Methods in com.google.code.linkedinapi.schema that return ThreePastPositions
 ThreePastPositions ObjectFactory.createThreePastPositions()
          Create an instance of ThreePastPositions
 ThreePastPositions SchemaElementFactory.createThreePastPositions()
          Create an instance of ThreePastPositions
 ThreePastPositions Person.getThreePastPositions()
          Gets the value of the threePastPositions property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type ThreePastPositions
 void Person.setThreePastPositions(ThreePastPositions value)
          Sets the value of the threePastPositions property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement ThreePastPositions
 class ThreePastPositionsImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return ThreePastPositions
 ThreePastPositions PersonImpl.getThreePastPositions()
           
 

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

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

Methods in com.google.code.linkedinapi.schema.xpp that return ThreePastPositions
 ThreePastPositions XppElementFactory.createThreePastPositions()
           
 ThreePastPositions PersonImpl.getThreePastPositions()
           
 

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