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

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

public class ActivityImpl
extends BaseSchemaEntity
implements Activity

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

timestamp

protected java.lang.Long timestamp

contentType

protected NetworkUpdateContentType contentType

body

protected java.lang.String body

locale

protected java.lang.String locale

appId

protected java.lang.String appId
Constructor Detail

ActivityImpl

public ActivityImpl()
Method Detail

getTimestamp

public java.lang.Long getTimestamp()
Description copied from interface: Activity
Gets the value of the timestamp property.

Specified by:
getTimestamp in interface Activity
Returns:
possible object is String

setTimestamp

public void setTimestamp(java.lang.Long value)
Description copied from interface: Activity
Sets the value of the timestamp property.

Specified by:
setTimestamp in interface Activity
Parameters:
value - allowed object is String

getContentType

public NetworkUpdateContentType getContentType()
Description copied from interface: Activity
Gets the value of the contentType property.

Specified by:
getContentType in interface Activity
Returns:
possible object is NetworkUpdateContentType

setContentType

public void setContentType(NetworkUpdateContentType value)
Description copied from interface: Activity
Sets the value of the contentType property.

Specified by:
setContentType in interface Activity
Parameters:
value - allowed object is NetworkUpdateContentType

getBody

public java.lang.String getBody()
Description copied from interface: Activity
Gets the value of the body property.

Specified by:
getBody in interface Activity
Returns:
possible object is String

setBody

public void setBody(java.lang.String value)
Description copied from interface: Activity
Sets the value of the body property.

Specified by:
setBody in interface Activity
Parameters:
value - allowed object is String

getLocale

public java.lang.String getLocale()
Description copied from interface: Activity
Gets the value of the locale property.

Specified by:
getLocale in interface Activity
Returns:
possible object is String

setLocale

public void setLocale(java.lang.String value)
Description copied from interface: Activity
Sets the value of the locale property.

Specified by:
setLocale in interface Activity
Parameters:
value - allowed object is String

getAppId

public java.lang.String getAppId()
Description copied from interface: Activity
Gets the value of the appId property.

Specified by:
getAppId in interface Activity
Returns:
possible object is String

setAppId

public void setAppId(java.lang.String value)
Description copied from interface: Activity
Sets the value of the appId property.

Specified by:
setAppId in interface Activity
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