com.google.code.facebookapi.schema
Class GroupMember

java.lang.Object
  extended by com.google.code.facebookapi.schema.GroupMember

public class GroupMember
extends java.lang.Object

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

uid

protected long uid

gid

protected long gid

positions

protected GroupMember.Positions positions
Constructor Detail

GroupMember

public GroupMember()
Method Detail

getUid

public long getUid()
Gets the value of the uid property.


setUid

public void setUid(long value)
Sets the value of the uid property.


getGid

public long getGid()
Gets the value of the gid property.


setGid

public void setGid(long value)
Sets the value of the gid property.


getPositions

public GroupMember.Positions getPositions()
Gets the value of the positions property.

Returns:
possible object is GroupMember.Positions

setPositions

public void setPositions(GroupMember.Positions value)
Sets the value of the positions property.

Parameters:
value - allowed object is GroupMember.Positions


Copyright © 2008. All Rights Reserved.