Uses of Class
com.google.code.linkedinapi.schema.PhoneType

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

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

Methods in com.google.code.linkedinapi.schema that return PhoneType
static PhoneType PhoneType.fromValue(java.lang.String v)
           
 PhoneType PhoneNumber.getPhoneType()
          Gets the value of the phoneType property.
static PhoneType PhoneType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PhoneType[] PhoneType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.code.linkedinapi.schema that return types with arguments of type PhoneType
 javax.xml.bind.JAXBElement<PhoneType> ObjectFactory.createPhoneType(PhoneType value)
          Create an instance of JAXBElement<PhoneType>}
 

Methods in com.google.code.linkedinapi.schema with parameters of type PhoneType
 javax.xml.bind.JAXBElement<PhoneType> ObjectFactory.createPhoneType(PhoneType value)
          Create an instance of JAXBElement<PhoneType>}
 T SchemaElementFactory.createPhoneType(PhoneType value)
          Create an instance of JAXBElement <PhoneType>}
 void PhoneNumber.setPhoneType(PhoneType value)
          Sets the value of the phoneType property.
 

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

Fields in com.google.code.linkedinapi.schema.impl declared as PhoneType
protected  PhoneType PhoneNumberImpl.phoneType
           
 

Methods in com.google.code.linkedinapi.schema.impl that return PhoneType
 PhoneType PhoneNumberImpl.getPhoneType()
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type PhoneType
 javax.xml.bind.JAXBElement<PhoneType> ObjectFactory.createPhoneType(PhoneType value)
          Create an instance of JAXBElement<PhoneType>}
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type PhoneType
 javax.xml.bind.JAXBElement<PhoneType> ObjectFactory.createPhoneType(PhoneType value)
          Create an instance of JAXBElement<PhoneType>}
 void PhoneNumberImpl.setPhoneType(PhoneType value)
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp declared as PhoneType
protected  PhoneType PhoneNumberImpl.phoneType
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return PhoneType
 PhoneType PhoneNumberImpl.getPhoneType()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type PhoneType
 java.lang.String XppElementFactory.createPhoneType(PhoneType value)
           
 void PhoneNumberImpl.setPhoneType(PhoneType value)