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

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

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

Methods in com.google.code.linkedinapi.schema that return Company
 Company ObjectFactory.createCompany()
          Create an instance of Company
 Company SchemaElementFactory.createCompany()
          Create an instance of Company
 Company Job.getCompany()
          Gets the value of the company property.
 Company Position.getCompany()
          Gets the value of the company property.
 

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

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

Classes in com.google.code.linkedinapi.schema.impl that implement Company
 class CompanyImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Company
 Company PositionImpl.getCompany()
           
 Company JobImpl.getCompany()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Company
 void PositionImpl.setCompany(Company value)
           
 void JobImpl.setCompany(Company value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Company
 Company XppElementFactory.createCompany()
           
 Company PositionImpl.getCompany()
           
 Company JobImpl.getCompany()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Company
 void PositionImpl.setCompany(Company value)
           
 void JobImpl.setCompany(Company value)