com.google.code.linkedinapi.schema
Interface Activity

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
ActivityImpl, ActivityImpl

public interface Activity
extends SchemaEntity

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}timestamp" minOccurs="0"/>
         <element ref="{}content-type" minOccurs="0"/>
         <element ref="{}body"/>
         <element ref="{}app-id" minOccurs="0"/>
       </sequence>
       <attribute name="locale" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


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 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.
 

Method Detail

getTimestamp

java.lang.Long getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is String

setTimestamp

void setTimestamp(java.lang.Long value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is String

getContentType

NetworkUpdateContentType getContentType()
Gets the value of the contentType property.

Returns:
possible object is NetworkUpdateContentType

setContentType

void setContentType(NetworkUpdateContentType value)
Sets the value of the contentType property.

Parameters:
value - allowed object is NetworkUpdateContentType

getBody

java.lang.String getBody()
Gets the value of the body property.

Returns:
possible object is String

setBody

void setBody(java.lang.String value)
Sets the value of the body property.

Parameters:
value - allowed object is String

getAppId

java.lang.String getAppId()
Gets the value of the appId property.

Returns:
possible object is String

setAppId

void setAppId(java.lang.String value)
Sets the value of the appId property.

Parameters:
value - allowed object is String

getLocale

java.lang.String getLocale()
Gets the value of the locale property.

Returns:
possible object is String

setLocale

void setLocale(java.lang.String value)
Sets the value of the locale property.

Parameters:
value - allowed object is String