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

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

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

Methods in com.google.code.linkedinapi.schema that return PhoneNumbers
 PhoneNumbers ObjectFactory.createPhoneNumbers()
          Create an instance of PhoneNumbers
 PhoneNumbers SchemaElementFactory.createPhoneNumbers()
          Create an instance of PhoneNumbers
 PhoneNumbers Person.getPhoneNumbers()
          Gets the value of the phoneNumbers property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type PhoneNumbers
 void Person.setPhoneNumbers(PhoneNumbers value)
          Sets the value of the phoneNumbers property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement PhoneNumbers
 class PhoneNumbersImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return PhoneNumbers
 PhoneNumbers PersonImpl.getPhoneNumbers()
           
 

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

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

Methods in com.google.code.linkedinapi.schema.xpp that return PhoneNumbers
 PhoneNumbers XppElementFactory.createPhoneNumbers()
           
 PhoneNumbers PersonImpl.getPhoneNumbers()
           
 

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