|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
com.google.code.linkedinapi.schema.xpp.TwitterAccountImpl
public class TwitterAccountImpl
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 |
---|
private static final long serialVersionUID
protected java.lang.Long providerAccountId
protected java.lang.String providerAccountName
Constructor Detail |
---|
public TwitterAccountImpl()
Method Detail |
---|
public java.lang.Long getProviderAccountId()
TwitterAccount
getProviderAccountId
in interface TwitterAccount
String
public void setProviderAccountId(java.lang.Long value)
TwitterAccount
setProviderAccountId
in interface TwitterAccount
value
- allowed object is
String
public java.lang.String getProviderAccountName()
TwitterAccount
getProviderAccountName
in interface TwitterAccount
String
public void setProviderAccountName(java.lang.String value)
TwitterAccount
setProviderAccountName
in interface TwitterAccount
value
- allowed object is
String
public void init(org.xmlpull.v1.XmlPullParser parser) throws java.io.IOException, org.xmlpull.v1.XmlPullParserException
BaseSchemaEntity
init
in class BaseSchemaEntity
parser
- the element
java.io.IOException
- TODO
org.xmlpull.v1.XmlPullParserException
- TODOpublic void toXml(org.xmlpull.v1.XmlSerializer serializer) throws java.io.IOException
BaseSchemaEntity
toXml
in class BaseSchemaEntity
serializer
- the document
java.io.IOException
- TODO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |