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

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

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

Methods in com.google.code.linkedinapi.schema that return ThreeCurrentPositions
 ThreeCurrentPositions ObjectFactory.createThreeCurrentPositions()
          Create an instance of ThreeCurrentPositions
 ThreeCurrentPositions SchemaElementFactory.createThreeCurrentPositions()
          Create an instance of ThreeCurrentPositions
 ThreeCurrentPositions Person.getThreeCurrentPositions()
          Gets the value of the threeCurrentPositions property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type ThreeCurrentPositions
 void Person.setThreeCurrentPositions(ThreeCurrentPositions value)
          Sets the value of the threeCurrentPositions property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement ThreeCurrentPositions
 class ThreeCurrentPositionsImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return ThreeCurrentPositions
 ThreeCurrentPositions PersonImpl.getThreeCurrentPositions()
           
 

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

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

Methods in com.google.code.linkedinapi.schema.xpp that return ThreeCurrentPositions
 ThreeCurrentPositions XppElementFactory.createThreeCurrentPositions()
           
 ThreeCurrentPositions PersonImpl.getThreeCurrentPositions()
           
 

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