com.google.code.facebookapi.schema
Class FeedStory

java.lang.Object
  extended by com.google.code.facebookapi.schema.FeedStory
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class FeedStory
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 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.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 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.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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.


toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009. All Rights Reserved.