com.google.code.facebookapi.schema
Class GroupMembers

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

public class GroupMembers
extends java.lang.Object

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
 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.
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

members

protected GroupMembers.Members members

admins

protected GroupMembers.Admins admins

officers

protected GroupMembers.Officers officers

notReplied

protected GroupMembers.NotReplied notReplied
Constructor Detail

GroupMembers

public GroupMembers()
Method Detail

getMembers

public GroupMembers.Members getMembers()
Gets the value of the members property.

Returns:
possible object is GroupMembers.Members

setMembers

public void setMembers(GroupMembers.Members value)
Sets the value of the members property.

Parameters:
value - allowed object is GroupMembers.Members

getAdmins

public GroupMembers.Admins getAdmins()
Gets the value of the admins property.

Returns:
possible object is GroupMembers.Admins

setAdmins

public void setAdmins(GroupMembers.Admins value)
Sets the value of the admins property.

Parameters:
value - allowed object is GroupMembers.Admins

getOfficers

public GroupMembers.Officers getOfficers()
Gets the value of the officers property.

Returns:
possible object is GroupMembers.Officers

setOfficers

public void setOfficers(GroupMembers.Officers value)
Sets the value of the officers property.

Parameters:
value - allowed object is GroupMembers.Officers

getNotReplied

public GroupMembers.NotReplied getNotReplied()
Gets the value of the notReplied property.

Returns:
possible object is GroupMembers.NotReplied

setNotReplied

public void setNotReplied(GroupMembers.NotReplied value)
Sets the value of the notReplied property.

Parameters:
value - allowed object is GroupMembers.NotReplied


Copyright © 2008. All Rights Reserved.