|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.Comment
public class Comment
Java class for comment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="comment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="xid" type="{http://api.facebook.com/1.0/}xid"/>
<element name="fromid" type="{http://api.facebook.com/1.0/}uid"/>
<element name="time" type="{http://api.facebook.com/1.0/}time"/>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://api.facebook.com/1.0/}comment_id"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="reply_xid" type="{http://api.facebook.com/1.0/}xid"/>
<element name="post_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected long |
fromid
|
protected int |
id
|
protected java.lang.String |
postId
|
protected java.lang.String |
replyXid
|
protected java.lang.String |
text
|
protected long |
time
|
protected java.lang.String |
username
|
protected java.lang.String |
xid
|
| Constructor Summary | |
|---|---|
Comment()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
long |
getFromid()
Gets the value of the fromid property. |
int |
getId()
Gets the value of the id property. |
java.lang.String |
getPostId()
Gets the value of the postId property. |
java.lang.String |
getReplyXid()
Gets the value of the replyXid property. |
java.lang.String |
getText()
Gets the value of the text property. |
long |
getTime()
Gets the value of the time property. |
java.lang.String |
getUsername()
Gets the value of the username property. |
java.lang.String |
getXid()
Gets the value of the xid property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setFromid(long value)
Sets the value of the fromid property. |
void |
setId(int value)
Sets the value of the id property. |
void |
setPostId(java.lang.String value)
Sets the value of the postId property. |
void |
setReplyXid(java.lang.String value)
Sets the value of the replyXid property. |
void |
setText(java.lang.String value)
Sets the value of the text property. |
void |
setTime(long value)
Sets the value of the time property. |
void |
setUsername(java.lang.String value)
Sets the value of the username property. |
void |
setXid(java.lang.String value)
Sets the value of the xid 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 xid
protected long fromid
protected long time
protected java.lang.String text
protected int id
protected java.lang.String username
protected java.lang.String replyXid
protected java.lang.String postId
| Constructor Detail |
|---|
public Comment()
| Method Detail |
|---|
public java.lang.String getXid()
Stringpublic void setXid(java.lang.String value)
value - allowed object is
Stringpublic long getFromid()
public void setFromid(long value)
public long getTime()
public void setTime(long value)
public java.lang.String getText()
Stringpublic void setText(java.lang.String value)
value - allowed object is
Stringpublic int getId()
public void setId(int value)
public java.lang.String getUsername()
Stringpublic void setUsername(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReplyXid()
Stringpublic void setReplyXid(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPostId()
Stringpublic void setPostId(java.lang.String value)
value - allowed object is
Stringpublic 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 | ||||||||