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

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

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

Methods in com.google.code.linkedinapi.schema that return Application
 Application ObjectFactory.createApplication()
          Create an instance of Application
 Application SchemaElementFactory.createApplication()
          Create an instance of Application
 Application Source.getApplication()
          Gets the value of the application property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Application
 void Source.setApplication(Application value)
          Sets the value of the application property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Application
 class ApplicationImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Application
 Application SourceImpl.getApplication()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Application
 void SourceImpl.setApplication(Application value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Application
 Application XppElementFactory.createApplication()
           
 Application SourceImpl.getApplication()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Application
 void SourceImpl.setApplication(Application value)