|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.StreamData
public class StreamData
Java class for stream_data complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="stream_data">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="posts">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="stream_post" type="{http://api.facebook.com/1.0/}stream_post" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="profiles">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="profile" type="{http://api.facebook.com/1.0/}profile" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="albums">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="album" type="{http://api.facebook.com/1.0/}album" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="photo_tags">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="photo_tag" type="{http://api.facebook.com/1.0/}photo_tag" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="photo_feedback">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="photo_feedback" type="{http://api.facebook.com/1.0/}photo_feedback" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="connections">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="connection" type="{http://api.facebook.com/1.0/}connection" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
StreamData.Albums
Java class for anonymous complex type. |
static class |
StreamData.Connections
Java class for anonymous complex type. |
static class |
StreamData.PhotoFeedback
Java class for anonymous complex type. |
static class |
StreamData.PhotoTags
Java class for anonymous complex type. |
static class |
StreamData.Posts
Java class for anonymous complex type. |
static class |
StreamData.Profiles
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected StreamData.Albums |
albums
|
protected StreamData.Connections |
connections
|
protected StreamData.PhotoFeedback |
photoFeedback
|
protected StreamData.PhotoTags |
photoTags
|
protected StreamData.Posts |
posts
|
protected StreamData.Profiles |
profiles
|
| Constructor Summary | |
|---|---|
StreamData()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
StreamData.Albums |
getAlbums()
Gets the value of the albums property. |
StreamData.Connections |
getConnections()
Gets the value of the connections property. |
StreamData.PhotoFeedback |
getPhotoFeedback()
Gets the value of the photoFeedback property. |
StreamData.PhotoTags |
getPhotoTags()
Gets the value of the photoTags property. |
StreamData.Posts |
getPosts()
Gets the value of the posts property. |
StreamData.Profiles |
getProfiles()
Gets the value of the profiles property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setAlbums(StreamData.Albums value)
Sets the value of the albums property. |
void |
setConnections(StreamData.Connections value)
Sets the value of the connections property. |
void |
setPhotoFeedback(StreamData.PhotoFeedback value)
Sets the value of the photoFeedback property. |
void |
setPhotoTags(StreamData.PhotoTags value)
Sets the value of the photoTags property. |
void |
setPosts(StreamData.Posts value)
Sets the value of the posts property. |
void |
setProfiles(StreamData.Profiles value)
Sets the value of the profiles 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 StreamData.Posts posts
protected StreamData.Profiles profiles
protected StreamData.Albums albums
protected StreamData.PhotoTags photoTags
protected StreamData.PhotoFeedback photoFeedback
protected StreamData.Connections connections
| Constructor Detail |
|---|
public StreamData()
| Method Detail |
|---|
public StreamData.Posts getPosts()
StreamData.Postspublic void setPosts(StreamData.Posts value)
value - allowed object is
StreamData.Postspublic StreamData.Profiles getProfiles()
StreamData.Profilespublic void setProfiles(StreamData.Profiles value)
value - allowed object is
StreamData.Profilespublic StreamData.Albums getAlbums()
StreamData.Albumspublic void setAlbums(StreamData.Albums value)
value - allowed object is
StreamData.Albumspublic StreamData.PhotoTags getPhotoTags()
StreamData.PhotoTagspublic void setPhotoTags(StreamData.PhotoTags value)
value - allowed object is
StreamData.PhotoTagspublic StreamData.PhotoFeedback getPhotoFeedback()
StreamData.PhotoFeedbackpublic void setPhotoFeedback(StreamData.PhotoFeedback value)
value - allowed object is
StreamData.PhotoFeedbackpublic StreamData.Connections getConnections()
StreamData.Connectionspublic void setConnections(StreamData.Connections value)
value - allowed object is
StreamData.Connectionspublic 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 | ||||||||