|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.GroupMembers
public class GroupMembers
Java class for group_members complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="group_members">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="members">
<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="admins">
<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="officers">
<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="not_replied">
<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>
</sequence>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
GroupMembers.Admins
Java class for anonymous complex type. |
static class |
GroupMembers.Members
Java class for anonymous complex type. |
static class |
GroupMembers.NotReplied
Java class for anonymous complex type. |
static class |
GroupMembers.Officers
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected GroupMembers.Admins |
admins
|
protected GroupMembers.Members |
members
|
protected GroupMembers.NotReplied |
notReplied
|
protected GroupMembers.Officers |
officers
|
| Constructor Summary | |
|---|---|
GroupMembers()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
GroupMembers.Admins |
getAdmins()
Gets the value of the admins property. |
GroupMembers.Members |
getMembers()
Gets the value of the members property. |
GroupMembers.NotReplied |
getNotReplied()
Gets the value of the notReplied property. |
GroupMembers.Officers |
getOfficers()
Gets the value of the officers property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
void |
setAdmins(GroupMembers.Admins value)
Sets the value of the admins property. |
void |
setMembers(GroupMembers.Members value)
Sets the value of the members property. |
void |
setNotReplied(GroupMembers.NotReplied value)
Sets the value of the notReplied property. |
void |
setOfficers(GroupMembers.Officers value)
Sets the value of the officers 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 GroupMembers.Members members
protected GroupMembers.Admins admins
protected GroupMembers.Officers officers
protected GroupMembers.NotReplied notReplied
| Constructor Detail |
|---|
public GroupMembers()
| Method Detail |
|---|
public GroupMembers.Members getMembers()
GroupMembers.Memberspublic void setMembers(GroupMembers.Members value)
value - allowed object is
GroupMembers.Memberspublic GroupMembers.Admins getAdmins()
GroupMembers.Adminspublic void setAdmins(GroupMembers.Admins value)
value - allowed object is
GroupMembers.Adminspublic GroupMembers.Officers getOfficers()
GroupMembers.Officerspublic void setOfficers(GroupMembers.Officers value)
value - allowed object is
GroupMembers.Officerspublic GroupMembers.NotReplied getNotReplied()
GroupMembers.NotRepliedpublic void setNotReplied(GroupMembers.NotReplied value)
value - allowed object is
GroupMembers.NotRepliedpublic 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 | ||||||||