com.google.code.linkedinapi.schema
Interface Content

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

public interface Content
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" minOccurs="0"/>
         <element ref="{}title"/>
         <element ref="{}submitted-url"/>
         <element ref="{}shortened-url" minOccurs="0"/>
         <element ref="{}submitted-image-url"/>
         <element ref="{}thumbnail-url" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getShortenedUrl()
          Gets the value of the shortenedUrl property.
 java.lang.String getSubmittedImageUrl()
          Gets the value of the submittedImageUrl property.
 java.lang.String getSubmittedUrl()
          Gets the value of the submittedUrl property.
 java.lang.String getThumbnailUrl()
          Gets the value of the thumbnailUrl property.
 java.lang.String getTitle()
          Gets the value of the title property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setShortenedUrl(java.lang.String value)
          Sets the value of the shortenedUrl property.
 void setSubmittedImageUrl(java.lang.String value)
          Sets the value of the submittedImageUrl property.
 void setSubmittedUrl(java.lang.String value)
          Sets the value of the submittedUrl property.
 void setThumbnailUrl(java.lang.String value)
          Sets the value of the thumbnailUrl property.
 void setTitle(java.lang.String value)
          Sets the value of the title 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

getTitle

java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getSubmittedUrl

java.lang.String getSubmittedUrl()
Gets the value of the submittedUrl property.

Returns:
possible object is String

setSubmittedUrl

void setSubmittedUrl(java.lang.String value)
Sets the value of the submittedUrl property.

Parameters:
value - allowed object is String

getShortenedUrl

java.lang.String getShortenedUrl()
Gets the value of the shortenedUrl property.

Returns:
possible object is String

setShortenedUrl

void setShortenedUrl(java.lang.String value)
Sets the value of the shortenedUrl property.

Parameters:
value - allowed object is String

getSubmittedImageUrl

java.lang.String getSubmittedImageUrl()
Gets the value of the submittedImageUrl property.

Returns:
possible object is String

setSubmittedImageUrl

void setSubmittedImageUrl(java.lang.String value)
Sets the value of the submittedImageUrl property.

Parameters:
value - allowed object is String

getThumbnailUrl

java.lang.String getThumbnailUrl()
Gets the value of the thumbnailUrl property.

Returns:
possible object is String

setThumbnailUrl

void setThumbnailUrl(java.lang.String value)
Sets the value of the thumbnailUrl property.

Parameters:
value - allowed object is String