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

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

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

Methods in com.google.code.linkedinapi.schema that return Position
 Position ObjectFactory.createPosition()
          Create an instance of Position
 Position SchemaElementFactory.createPosition()
          Create an instance of Position
 Position Job.getPosition()
          Gets the value of the position property.
 

Methods in com.google.code.linkedinapi.schema that return types with arguments of type Position
 java.util.List<Position> Positions.getPositionList()
          Gets the value of the positionList property.
 java.util.List<Position> ThreeCurrentPositions.getPositionList()
          Gets the value of the positionList property.
 java.util.List<Position> ThreePastPositions.getPositionList()
          Gets the value of the positionList property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Position
 void Job.setPosition(Position value)
          Sets the value of the position property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Position
 class PositionImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type Position
protected  java.util.List<Position> ThreePastPositionsImpl.positionList
           
protected  java.util.List<Position> ThreeCurrentPositionsImpl.positionList
           
protected  java.util.List<Position> PositionsImpl.positionList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Position
 Position JobImpl.getPosition()
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type Position
 java.util.List<Position> ThreePastPositionsImpl.getPositionList()
           
 java.util.List<Position> ThreeCurrentPositionsImpl.getPositionList()
           
 java.util.List<Position> PositionsImpl.getPositionList()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Position
 void JobImpl.setPosition(Position value)
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type Position
protected  java.util.List<Position> ThreePastPositionsImpl.position
           
protected  java.util.List<Position> ThreeCurrentPositionsImpl.position
           
protected  java.util.List<Position> PositionsImpl.positionList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return Position
 Position XppElementFactory.createPosition()
           
 Position JobImpl.getPosition()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type Position
 java.util.List<Position> ThreePastPositionsImpl.getPositionList()
           
 java.util.List<Position> ThreeCurrentPositionsImpl.getPositionList()
           
 java.util.List<Position> PositionsImpl.getPositionList()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Position
 void JobImpl.setPosition(Position value)