com.google.code.linkedinapi.schema
Interface Share

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

public interface Share
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="{}content" minOccurs="0"/>
         <element ref="{}visibility"/>
         <element ref="{}comment"/>
         <element ref="{}attribution" minOccurs="0"/>
         <element ref="{}id" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Attribution getAttribution()
          Gets the value of the attribution 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.
 Visibility getVisibility()
          Gets the value of the visibility property.
 void setAttribution(Attribution value)
          Sets the value of the attribution 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 setVisibility(Visibility value)
          Sets the value of the visibility property.
 

Method Detail

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

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

getAttribution

Attribution getAttribution()
Gets the value of the attribution property.

Returns:
possible object is Attribution

setAttribution

void setAttribution(Attribution value)
Sets the value of the attribution property.

Parameters:
value - allowed object is Attribution

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