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

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

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

Methods in com.google.code.linkedinapi.schema that return ImAccountType
static ImAccountType ImAccountType.fromValue(java.lang.String v)
           
 ImAccountType ImAccount.getImAccountType()
          Gets the value of the imAccountType property.
static ImAccountType ImAccountType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImAccountType[] ImAccountType.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 ImAccountType
 javax.xml.bind.JAXBElement<ImAccountType> ObjectFactory.createImAccountType(ImAccountType value)
          Create an instance of JAXBElement<ImAccountType>}
 

Methods in com.google.code.linkedinapi.schema with parameters of type ImAccountType
 javax.xml.bind.JAXBElement<ImAccountType> ObjectFactory.createImAccountType(ImAccountType value)
          Create an instance of JAXBElement<ImAccountType>}
 T SchemaElementFactory.createImAccountType(ImAccountType value)
          Create an instance of JAXBElement <ImAccountType>}
 void ImAccount.setImAccountType(ImAccountType value)
          Sets the value of the imAccountType property.
 

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

Fields in com.google.code.linkedinapi.schema.impl declared as ImAccountType
protected  ImAccountType ImAccountImpl.imAccountType
           
 

Methods in com.google.code.linkedinapi.schema.impl that return ImAccountType
 ImAccountType ImAccountImpl.getImAccountType()
           
 

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

Methods in com.google.code.linkedinapi.schema.impl with parameters of type ImAccountType
 javax.xml.bind.JAXBElement<ImAccountType> ObjectFactory.createImAccountType(ImAccountType value)
          Create an instance of JAXBElement<ImAccountType>}
 void ImAccountImpl.setImAccountType(ImAccountType value)
           
 

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

Fields in com.google.code.linkedinapi.schema.xpp declared as ImAccountType
protected  ImAccountType ImAccountImpl.imAccountType
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return ImAccountType
 ImAccountType ImAccountImpl.getImAccountType()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type ImAccountType
 java.lang.String XppElementFactory.createImAccountType(ImAccountType value)
           
 void ImAccountImpl.setImAccountType(ImAccountType value)