|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.PhotoFeedback
public class PhotoFeedback
Java class for photo_feedback complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="photo_feedback">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pid" type="{http://api.facebook.com/1.0/}pid"/>
<element name="comments" type="{http://api.facebook.com/1.0/}stream_comments"/>
<element name="likes" type="{http://api.facebook.com/1.0/}stream_likes"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected StreamComments |
comments
|
protected StreamLikes |
likes
|
protected java.lang.String |
pid
|
| Constructor Summary | |
|---|---|
PhotoFeedback()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
StreamComments |
getComments()
Gets the value of the comments property. |
StreamLikes |
getLikes()
Gets the value of the likes property. |
java.lang.String |
getPid()
Gets the value of the pid property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setComments(StreamComments value)
Sets the value of the comments property. |
void |
setLikes(StreamLikes value)
Sets the value of the likes property. |
void |
setPid(java.lang.String value)
Sets the value of the pid 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 pid
protected StreamComments comments
protected StreamLikes likes
| Constructor Detail |
|---|
public PhotoFeedback()
| Method Detail |
|---|
public java.lang.String getPid()
Stringpublic void setPid(java.lang.String value)
value - allowed object is
Stringpublic StreamComments getComments()
StreamCommentspublic void setComments(StreamComments value)
value - allowed object is
StreamCommentspublic StreamLikes getLikes()
StreamLikespublic void setLikes(StreamLikes value)
value - allowed object is
StreamLikespublic 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 | ||||||||