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

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

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

Methods in com.google.code.linkedinapi.schema that return Source
 Source ObjectFactory.createSource()
          Create an instance of Source
 Source SchemaElementFactory.createSource()
          Create an instance of Source
 Source CurrentShare.getSource()
          Gets the value of the source property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Source
 void CurrentShare.setSource(Source value)
          Sets the value of the source property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Source
 class SourceImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Source
 Source CurrentShareImpl.getSource()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Source
 void CurrentShareImpl.setSource(Source value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Source
 Source XppElementFactory.createSource()
           
 Source CurrentShareImpl.getSource()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Source
 void CurrentShareImpl.setSource(Source value)