com.google.code.linkedinapi.schema
Interface CurrentShare

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

public interface CurrentShare
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="{}id"/>
         <element ref="{}timestamp"/>
         <element ref="{}comment"/>
         <element ref="{}content"/>
         <element ref="{}visibility"/>
         <element ref="{}source"/>
         <element ref="{}author"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Author getAuthor()
          Gets the value of the author property.
 java.lang.String getComment()
          Gets the value of the comment property.
 Content getContent()
          Gets the value of the content property.
 java.lang.String getId()
          Gets the value of the id property.
 Source getSource()
          Gets the value of the source property.
 java.lang.Long getTimestamp()
          Gets the value of the timestamp property.
 Visibility getVisibility()
          Gets the value of the visibility property.
 void setAuthor(Author value)
          Sets the value of the author property.
 void setComment(java.lang.String value)
          Sets the value of the comment property.
 void setContent(Content value)
          Sets the value of the content property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setSource(Source value)
          Sets the value of the source property.
 void setTimestamp(java.lang.Long value)
          Sets the value of the timestamp property.
 void setVisibility(Visibility value)
          Sets the value of the visibility property.
 

Method Detail

getId

java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

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

getComment

java.lang.String getComment()
Gets the value of the comment property.

Returns:
possible object is String

setComment

void setComment(java.lang.String value)
Sets the value of the comment property.

Parameters:
value - allowed object is String

getContent

Content getContent()
Gets the value of the content property.

Returns:
possible object is Content

setContent

void setContent(Content value)
Sets the value of the content property.

Parameters:
value - allowed object is Content

getVisibility

Visibility getVisibility()
Gets the value of the visibility property.

Returns:
possible object is Visibility

setVisibility

void setVisibility(Visibility value)
Sets the value of the visibility property.

Parameters:
value - allowed object is Visibility

getSource

Source getSource()
Gets the value of the source property.

Returns:
possible object is Source

setSource

void setSource(Source value)
Sets the value of the source property.

Parameters:
value - allowed object is Source

getAuthor

Author getAuthor()
Gets the value of the author property.

Returns:
possible object is Author

setAuthor

void setAuthor(Author value)
Sets the value of the author property.

Parameters:
value - allowed object is Author