com.google.code.facebookapi.schema
Class FeedStory

java.lang.Object
  extended by com.google.code.facebookapi.schema.FeedStory

public class FeedStory
extends java.lang.Object

Java class for feed_story complex type.

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

 <complexType name="feed_story">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="story_title" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="story_body" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="images" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="flash" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="mp3" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="video" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="time_published" type="{http://api.facebook.com/1.0/}time"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String flash
           
protected  java.lang.String images
           
protected  java.lang.String mp3
           
protected  java.lang.String storyBody
           
protected  java.lang.String storyTitle
           
protected  long timePublished
           
protected  java.lang.String video
           
 
Constructor Summary
FeedStory()
           
 
Method Summary
 java.lang.String getFlash()
          Gets the value of the flash property.
 java.lang.String getImages()
          Gets the value of the images property.
 java.lang.String getMp3()
          Gets the value of the mp3 property.
 java.lang.String getStoryBody()
          Gets the value of the storyBody property.
 java.lang.String getStoryTitle()
          Gets the value of the storyTitle property.
 long getTimePublished()
          Gets the value of the timePublished property.
 java.lang.String getVideo()
          Gets the value of the video property.
 void setFlash(java.lang.String value)
          Sets the value of the flash property.
 void setImages(java.lang.String value)
          Sets the value of the images property.
 void setMp3(java.lang.String value)
          Sets the value of the mp3 property.
 void setStoryBody(java.lang.String value)
          Sets the value of the storyBody property.
 void setStoryTitle(java.lang.String value)
          Sets the value of the storyTitle property.
 void setTimePublished(long value)
          Sets the value of the timePublished property.
 void setVideo(java.lang.String value)
          Sets the value of the video property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storyTitle

protected java.lang.String storyTitle

storyBody

protected java.lang.String storyBody

images

protected java.lang.String images

flash

protected java.lang.String flash

mp3

protected java.lang.String mp3

video

protected java.lang.String video

timePublished

protected long timePublished
Constructor Detail

FeedStory

public FeedStory()
Method Detail

getStoryTitle

public java.lang.String getStoryTitle()
Gets the value of the storyTitle property.

Returns:
possible object is String

setStoryTitle

public void setStoryTitle(java.lang.String value)
Sets the value of the storyTitle property.

Parameters:
value - allowed object is String

getStoryBody

public java.lang.String getStoryBody()
Gets the value of the storyBody property.

Returns:
possible object is String

setStoryBody

public void setStoryBody(java.lang.String value)
Sets the value of the storyBody property.

Parameters:
value - allowed object is String

getImages

public java.lang.String getImages()
Gets the value of the images property.

Returns:
possible object is String

setImages

public void setImages(java.lang.String value)
Sets the value of the images property.

Parameters:
value - allowed object is String

getFlash

public java.lang.String getFlash()
Gets the value of the flash property.

Returns:
possible object is String

setFlash

public void setFlash(java.lang.String value)
Sets the value of the flash property.

Parameters:
value - allowed object is String

getMp3

public java.lang.String getMp3()
Gets the value of the mp3 property.

Returns:
possible object is String

setMp3

public void setMp3(java.lang.String value)
Sets the value of the mp3 property.

Parameters:
value - allowed object is String

getVideo

public java.lang.String getVideo()
Gets the value of the video property.

Returns:
possible object is String

setVideo

public void setVideo(java.lang.String value)
Sets the value of the video property.

Parameters:
value - allowed object is String

getTimePublished

public long getTimePublished()
Gets the value of the timePublished property.


setTimePublished

public void setTimePublished(long value)
Sets the value of the timePublished property.



Copyright © 2008. All Rights Reserved.