public interface

ImAccount

implements SchemaEntity
com.google.code.linkedinapi.schema.ImAccount
Known Indirect Subclasses

Class Overview

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}im-account-type"/>
         <element ref="{}im-account-name"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract String getImAccountName()
Gets the value of the imAccountName property.
abstract ImAccountType getImAccountType()
Gets the value of the imAccountType property.
abstract void setImAccountName(String value)
Sets the value of the imAccountName property.
abstract void setImAccountType(ImAccountType value)
Sets the value of the imAccountType property.

Public Methods

public abstract String getImAccountName ()

Gets the value of the imAccountName property.

Returns
  • possible object is String

public abstract ImAccountType getImAccountType ()

Gets the value of the imAccountType property.

Returns

public abstract void setImAccountName (String value)

Sets the value of the imAccountName property.

Parameters
value Allowed object is String

public abstract void setImAccountType (ImAccountType value)

Sets the value of the imAccountType property.

Parameters
value Allowed object is ImAccountType