com.google.code.linkedinapi.schema.xpp
Class ImAccountImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
      extended by com.google.code.linkedinapi.schema.xpp.ImAccountImpl
All Implemented Interfaces:
ImAccount, SchemaEntity, java.io.Serializable

public class ImAccountImpl
extends BaseSchemaEntity
implements java.io.Serializable, ImAccount

See Also:
Serialized Form

Field Summary
protected  java.lang.String imAccountName
           
protected  ImAccountType imAccountType
           
private static long serialVersionUID
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
ImAccountImpl()
           
 
Method Summary
 java.lang.String getImAccountName()
          Gets the value of the imAccountName property.
 ImAccountType getImAccountType()
          Gets the value of the imAccountType property.
 void init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
 void setImAccountName(java.lang.String value)
          Sets the value of the imAccountName property.
 void setImAccountType(ImAccountType value)
          Sets the value of the imAccountType property.
 void toXml(org.xmlpull.v1.XmlSerializer serializer)
          To xml.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

imAccountType

protected ImAccountType imAccountType

imAccountName

protected java.lang.String imAccountName
Constructor Detail

ImAccountImpl

public ImAccountImpl()
Method Detail

getImAccountType

public ImAccountType getImAccountType()
Description copied from interface: ImAccount
Gets the value of the imAccountType property.

Specified by:
getImAccountType in interface ImAccount
Returns:
possible object is ImAccountType

setImAccountType

public void setImAccountType(ImAccountType value)
Description copied from interface: ImAccount
Sets the value of the imAccountType property.

Specified by:
setImAccountType in interface ImAccount
Parameters:
value - allowed object is ImAccountType

getImAccountName

public java.lang.String getImAccountName()
Description copied from interface: ImAccount
Gets the value of the imAccountName property.

Specified by:
getImAccountName in interface ImAccount
Returns:
possible object is String

setImAccountName

public void setImAccountName(java.lang.String value)
Description copied from interface: ImAccount
Sets the value of the imAccountName property.

Specified by:
setImAccountName in interface ImAccount
Parameters:
value - allowed object is String

init

public void init(org.xmlpull.v1.XmlPullParser parser)
          throws java.io.IOException,
                 org.xmlpull.v1.XmlPullParserException
Description copied from class: BaseSchemaEntity
Inits the.

Specified by:
init in class BaseSchemaEntity
Parameters:
parser - the element
Throws:
java.io.IOException - TODO
org.xmlpull.v1.XmlPullParserException - TODO

toXml

public void toXml(org.xmlpull.v1.XmlSerializer serializer)
           throws java.io.IOException
Description copied from class: BaseSchemaEntity
To xml.

Specified by:
toXml in class BaseSchemaEntity
Parameters:
serializer - the document
Throws:
java.io.IOException - TODO