|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.FeedStory
public class FeedStory
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 |
|---|
protected java.lang.String storyTitle
protected java.lang.String storyBody
protected java.lang.String images
protected java.lang.String flash
protected java.lang.String mp3
protected java.lang.String video
protected long timePublished
| Constructor Detail |
|---|
public FeedStory()
| Method Detail |
|---|
public java.lang.String getStoryTitle()
Stringpublic void setStoryTitle(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStoryBody()
Stringpublic void setStoryBody(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getImages()
Stringpublic void setImages(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFlash()
Stringpublic void setFlash(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMp3()
Stringpublic void setMp3(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVideo()
Stringpublic void setVideo(java.lang.String value)
value - allowed object is
Stringpublic long getTimePublished()
public void setTimePublished(long value)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||