com.google.code.facebookapi.schema
Class GroupMember

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

public class GroupMember
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_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
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 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.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 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.
 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

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

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 © 2010. All Rights Reserved.