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

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

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

Methods in com.google.code.linkedinapi.schema that return Location
 Location ObjectFactory.createLocation()
          Create an instance of Location
 Location SchemaElementFactory.createLocation()
          Create an instance of Location
 Location Person.getLocation()
          Gets the value of the location property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Location
 void Person.setLocation(Location value)
          Sets the value of the location property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Location
 class LocationImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Location
 Location PersonImpl.getLocation()
           
 

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

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

Methods in com.google.code.linkedinapi.schema.xpp that return Location
 Location XppElementFactory.createLocation()
           
 Location PersonImpl.getLocation()
           
 

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