com.google.code.facebookapi.schema
Class GroupMembers

java.lang.Object
  extended by com.google.code.facebookapi.schema.GroupMembers
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class GroupMembers
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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

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

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009. All Rights Reserved.