public class

ImAccountImpl

extends BaseSchemaEntity
implements ImAccount Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.ImAccountImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected String imAccountName
protected ImAccountType imAccountType
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
ImAccountImpl()
Public Methods
String getImAccountName()
Gets the value of the imAccountName property.
ImAccountType getImAccountType()
Gets the value of the imAccountType property.
void init(XmlPullParser parser)
Inits the.
void setImAccountName(String value)
Sets the value of the imAccountName property.
void setImAccountType(ImAccountType value)
Sets the value of the imAccountType property.
void toXml(XmlSerializer serializer)
To xml.
[Expand]
Inherited Methods
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.ImAccount

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String imAccountName

protected ImAccountType imAccountType

Public Constructors

public ImAccountImpl ()

Public Methods

public String getImAccountName ()

Gets the value of the imAccountName property.

Returns
  • possible object is String

public ImAccountType getImAccountType ()

Gets the value of the imAccountType property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setImAccountName (String value)

Sets the value of the imAccountName property.

Parameters
value Allowed object is String

public void setImAccountType (ImAccountType value)

Sets the value of the imAccountType property.

Parameters
value Allowed object is ImAccountType

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException