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

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

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

Methods in com.google.code.linkedinapi.schema that return Positions
 Positions ObjectFactory.createPositions()
          Create an instance of Positions
 Positions SchemaElementFactory.createPositions()
          Create an instance of Positions
 Positions Person.getPositions()
          Gets the value of the positions property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Positions
 void Person.setPositions(Positions value)
          Sets the value of the positions property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Positions
 class PositionsImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Positions
 Positions PersonImpl.getPositions()
           
 

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

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

Methods in com.google.code.linkedinapi.schema.xpp that return Positions
 Positions XppElementFactory.createPositions()
           
 Positions PersonImpl.getPositions()
           
 

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