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

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

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

Methods in com.google.code.linkedinapi.schema that return PhoneNumber
 PhoneNumber ObjectFactory.createPhoneNumber()
          Create an instance of PhoneNumber
 PhoneNumber SchemaElementFactory.createPhoneNumber()
          Create an instance of PhoneNumber
 

Methods in com.google.code.linkedinapi.schema that return types with arguments of type PhoneNumber
 java.util.List<PhoneNumber> PhoneNumbers.getPhoneNumberList()
          Gets the value of the phoneNumberList property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement PhoneNumber
 class PhoneNumberImpl
           
 

Fields in com.google.code.linkedinapi.schema.impl with type parameters of type PhoneNumber
protected  java.util.List<PhoneNumber> PhoneNumbersImpl.phoneNumberList
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type PhoneNumber
 java.util.List<PhoneNumber> PhoneNumbersImpl.getPhoneNumberList()
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp with type parameters of type PhoneNumber
protected  java.util.List<PhoneNumber> PhoneNumbersImpl.phoneNumberList
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return PhoneNumber
 PhoneNumber XppElementFactory.createPhoneNumber()
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return types with arguments of type PhoneNumber
 java.util.List<PhoneNumber> PhoneNumbersImpl.getPhoneNumberList()