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

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

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

Methods in com.google.code.linkedinapi.schema that return Country
 Country ObjectFactory.createCountry()
          Create an instance of Country
 Country SchemaElementFactory.createCountry()
          Create an instance of Country
 Country Location.getCountry()
          Gets the value of the country property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type Country
 void Location.setCountry(Country value)
          Sets the value of the country property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement Country
 class CountryImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return Country
 Country LocationImpl.getCountry()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type Country
 void LocationImpl.setCountry(Country value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return Country
 Country XppElementFactory.createCountry()
           
 Country LocationImpl.getCountry()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type Country
 void LocationImpl.setCountry(Country value)