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

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

public class TwitterAccountImpl
extends BaseSchemaEntity
implements java.io.Serializable, TwitterAccount

See Also:
Serialized Form

Field Summary
protected  java.lang.Long providerAccountId
           
protected  java.lang.String providerAccountName
           
private static long serialVersionUID
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
TwitterAccountImpl()
           
 
Method Summary
 java.lang.Long getProviderAccountId()
          Gets the value of the providerAccountId property.
 java.lang.String getProviderAccountName()
          Gets the value of the providerAccountName property.
 void init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
 void setProviderAccountId(java.lang.Long value)
          Sets the value of the providerAccountId property.
 void setProviderAccountName(java.lang.String value)
          Sets the value of the providerAccountName 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

providerAccountId

protected java.lang.Long providerAccountId

providerAccountName

protected java.lang.String providerAccountName
Constructor Detail

TwitterAccountImpl

public TwitterAccountImpl()
Method Detail

getProviderAccountId

public java.lang.Long getProviderAccountId()
Description copied from interface: TwitterAccount
Gets the value of the providerAccountId property.

Specified by:
getProviderAccountId in interface TwitterAccount
Returns:
possible object is String

setProviderAccountId

public void setProviderAccountId(java.lang.Long value)
Description copied from interface: TwitterAccount
Sets the value of the providerAccountId property.

Specified by:
setProviderAccountId in interface TwitterAccount
Parameters:
value - allowed object is String

getProviderAccountName

public java.lang.String getProviderAccountName()
Description copied from interface: TwitterAccount
Gets the value of the providerAccountName property.

Specified by:
getProviderAccountName in interface TwitterAccount
Returns:
possible object is String

setProviderAccountName

public void setProviderAccountName(java.lang.String value)
Description copied from interface: TwitterAccount
Sets the value of the providerAccountName property.

Specified by:
setProviderAccountName in interface TwitterAccount
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