|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.GroupMember
public class GroupMember
Java class for group_member complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="group_member">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="uid" type="{http://api.facebook.com/1.0/}uid"/>
<element name="gid" type="{http://api.facebook.com/1.0/}gid"/>
<element name="positions">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded" minOccurs="0">
<element name="member_type" type="{http://api.facebook.com/1.0/}member_type" 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 |
GroupMember.Positions
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected long |
gid
|
protected GroupMember.Positions |
positions
|
protected long |
uid
|
| Constructor Summary | |
|---|---|
GroupMember()
|
|
| Method Summary | |
|---|---|
long |
getGid()
Gets the value of the gid property. |
GroupMember.Positions |
getPositions()
Gets the value of the positions property. |
long |
getUid()
Gets the value of the uid property. |
void |
setGid(long value)
Sets the value of the gid property. |
void |
setPositions(GroupMember.Positions value)
Sets the value of the positions property. |
void |
setUid(long value)
Sets the value of the uid property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long uid
protected long gid
protected GroupMember.Positions positions
| Constructor Detail |
|---|
public GroupMember()
| Method Detail |
|---|
public long getUid()
public void setUid(long value)
public long getGid()
public void setGid(long value)
public GroupMember.Positions getPositions()
GroupMember.Positionspublic void setPositions(GroupMember.Positions value)
value - allowed object is
GroupMember.Positions
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||