|
||||||||||
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.ActivityImpl
public class ActivityImpl
Field Summary | |
---|---|
protected java.lang.String |
appId
|
protected java.lang.String |
body
|
protected NetworkUpdateContentType |
contentType
|
protected java.lang.String |
locale
|
private static long |
serialVersionUID
|
protected java.lang.Long |
timestamp
|
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity |
---|
LOG |
Constructor Summary | |
---|---|
ActivityImpl()
|
Method Summary | |
---|---|
java.lang.String |
getAppId()
Gets the value of the appId property. |
java.lang.String |
getBody()
Gets the value of the body property. |
NetworkUpdateContentType |
getContentType()
Gets the value of the contentType property. |
java.lang.String |
getLocale()
Gets the value of the locale property. |
java.lang.Long |
getTimestamp()
Gets the value of the timestamp property. |
void |
init(org.xmlpull.v1.XmlPullParser parser)
Inits the. |
void |
setAppId(java.lang.String value)
Sets the value of the appId property. |
void |
setBody(java.lang.String value)
Sets the value of the body property. |
void |
setContentType(NetworkUpdateContentType value)
Sets the value of the contentType property. |
void |
setLocale(java.lang.String value)
Sets the value of the locale property. |
void |
setTimestamp(java.lang.Long value)
Sets the value of the timestamp 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 timestamp
protected NetworkUpdateContentType contentType
protected java.lang.String body
protected java.lang.String locale
protected java.lang.String appId
Constructor Detail |
---|
public ActivityImpl()
Method Detail |
---|
public java.lang.Long getTimestamp()
Activity
getTimestamp
in interface Activity
String
public void setTimestamp(java.lang.Long value)
Activity
setTimestamp
in interface Activity
value
- allowed object is
String
public NetworkUpdateContentType getContentType()
Activity
getContentType
in interface Activity
NetworkUpdateContentType
public void setContentType(NetworkUpdateContentType value)
Activity
setContentType
in interface Activity
value
- allowed object is
NetworkUpdateContentType
public java.lang.String getBody()
Activity
getBody
in interface Activity
String
public void setBody(java.lang.String value)
Activity
setBody
in interface Activity
value
- allowed object is
String
public java.lang.String getLocale()
Activity
getLocale
in interface Activity
String
public void setLocale(java.lang.String value)
Activity
setLocale
in interface Activity
value
- allowed object is
String
public java.lang.String getAppId()
Activity
getAppId
in interface Activity
String
public void setAppId(java.lang.String value)
Activity
setAppId
in interface Activity
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 |