|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.Notifications
public class Notifications
Java class for notifications complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="notifications">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="messages" type="{http://api.facebook.com/1.0/}notification_count"/>
<element name="pokes" type="{http://api.facebook.com/1.0/}notification_count"/>
<element name="shares" type="{http://api.facebook.com/1.0/}notification_count"/>
<element name="friend_requests">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="uid" type="{http://api.facebook.com/1.0/}uid" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="group_invites">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="gid" type="{http://api.facebook.com/1.0/}gid" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="event_invites">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="eid" type="{http://api.facebook.com/1.0/}eid" 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 |
Notifications.EventInvites
Java class for anonymous complex type. |
static class |
Notifications.FriendRequests
Java class for anonymous complex type. |
static class |
Notifications.GroupInvites
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Notifications.EventInvites |
eventInvites
|
protected Notifications.FriendRequests |
friendRequests
|
protected Notifications.GroupInvites |
groupInvites
|
protected NotificationCount |
messages
|
protected NotificationCount |
pokes
|
protected NotificationCount |
shares
|
| Constructor Summary | |
|---|---|
Notifications()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
Notifications.EventInvites |
getEventInvites()
Gets the value of the eventInvites property. |
Notifications.FriendRequests |
getFriendRequests()
Gets the value of the friendRequests property. |
Notifications.GroupInvites |
getGroupInvites()
Gets the value of the groupInvites property. |
NotificationCount |
getMessages()
Gets the value of the messages property. |
NotificationCount |
getPokes()
Gets the value of the pokes property. |
NotificationCount |
getShares()
Gets the value of the shares property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setEventInvites(Notifications.EventInvites value)
Sets the value of the eventInvites property. |
void |
setFriendRequests(Notifications.FriendRequests value)
Sets the value of the friendRequests property. |
void |
setGroupInvites(Notifications.GroupInvites value)
Sets the value of the groupInvites property. |
void |
setMessages(NotificationCount value)
Sets the value of the messages property. |
void |
setPokes(NotificationCount value)
Sets the value of the pokes property. |
void |
setShares(NotificationCount value)
Sets the value of the shares 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 NotificationCount messages
protected NotificationCount pokes
protected NotificationCount shares
protected Notifications.FriendRequests friendRequests
protected Notifications.GroupInvites groupInvites
protected Notifications.EventInvites eventInvites
| Constructor Detail |
|---|
public Notifications()
| Method Detail |
|---|
public NotificationCount getMessages()
NotificationCountpublic void setMessages(NotificationCount value)
value - allowed object is
NotificationCountpublic NotificationCount getPokes()
NotificationCountpublic void setPokes(NotificationCount value)
value - allowed object is
NotificationCountpublic NotificationCount getShares()
NotificationCountpublic void setShares(NotificationCount value)
value - allowed object is
NotificationCountpublic Notifications.FriendRequests getFriendRequests()
Notifications.FriendRequestspublic void setFriendRequests(Notifications.FriendRequests value)
value - allowed object is
Notifications.FriendRequestspublic Notifications.GroupInvites getGroupInvites()
Notifications.GroupInvitespublic void setGroupInvites(Notifications.GroupInvites value)
value - allowed object is
Notifications.GroupInvitespublic Notifications.EventInvites getEventInvites()
Notifications.EventInvitespublic void setEventInvites(Notifications.EventInvites value)
value - allowed object is
Notifications.EventInvitespublic 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 | ||||||||