Java class for notification_count complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="notification_count">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="unread" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="most_recent" type="{http://api.facebook.com/1.0/}time"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|