com.google.code.linkedinapi.schema
Interface ImAccount

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
ImAccountImpl, ImAccountImpl

public interface ImAccount
extends SchemaEntity

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>
 


Method Summary
 java.lang.String getImAccountName()
          Gets the value of the imAccountName property.
 ImAccountType getImAccountType()
          Gets the value of the imAccountType property.
 void setImAccountName(java.lang.String value)
          Sets the value of the imAccountName property.
 void setImAccountType(ImAccountType value)
          Sets the value of the imAccountType property.
 

Method Detail

getImAccountType

ImAccountType getImAccountType()
Gets the value of the imAccountType property.

Returns:
possible object is ImAccountType

setImAccountType

void setImAccountType(ImAccountType value)
Sets the value of the imAccountType property.

Parameters:
value - allowed object is ImAccountType

getImAccountName

java.lang.String getImAccountName()
Gets the value of the imAccountName property.

Returns:
possible object is String

setImAccountName

void setImAccountName(java.lang.String value)
Sets the value of the imAccountName property.

Parameters:
value - allowed object is String