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>
Gets the value of the admins property.returnpossible object is {@link GroupMembers.Admins } return admins;
return admins;
Gets the value of the members property.returnpossible object is {@link GroupMembers.Members } return members;
return members;
Gets the value of the notReplied property.returnpossible object is {@link GroupMembers.NotReplied } return notReplied;
return notReplied;
Gets the value of the officers property.returnpossible object is {@link GroupMembers.Officers } return officers;
return officers;
Sets the value of the admins property.paramvalue allowed object is {@link GroupMembers.Admins } this.admins = value;
this.admins = value;
Sets the value of the members property.paramvalue allowed object is {@link GroupMembers.Members } this.members = value;
this.members = value;
Sets the value of the notReplied property.paramvalue allowed object is {@link GroupMembers.NotReplied } this.notReplied = value;
this.notReplied = value;
Sets the value of the officers property.paramvalue allowed object is {@link GroupMembers.Officers } this.officers = value;
this.officers = value;