com.google.code.facebookapi.schema
Class EventMembers

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

public class EventMembers
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 event_members complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="event_members">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="attending">
           <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="unsure">
           <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="declined">
           <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 EventMembers.Attending
          Java class for anonymous complex type.
static class EventMembers.Declined
          Java class for anonymous complex type.
static class EventMembers.NotReplied
          Java class for anonymous complex type.
static class EventMembers.Unsure
          Java class for anonymous complex type.
 
Field Summary
protected  EventMembers.Attending attending
           
protected  EventMembers.Declined declined
           
protected  EventMembers.NotReplied notReplied
           
protected  EventMembers.Unsure unsure
           
 
Constructor Summary
EventMembers()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 EventMembers.Attending getAttending()
          Gets the value of the attending property.
 EventMembers.Declined getDeclined()
          Gets the value of the declined property.
 EventMembers.NotReplied getNotReplied()
          Gets the value of the notReplied property.
 EventMembers.Unsure getUnsure()
          Gets the value of the unsure property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setAttending(EventMembers.Attending value)
          Sets the value of the attending property.
 void setDeclined(EventMembers.Declined value)
          Sets the value of the declined property.
 void setNotReplied(EventMembers.NotReplied value)
          Sets the value of the notReplied property.
 void setUnsure(EventMembers.Unsure value)
          Sets the value of the unsure 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

attending

protected EventMembers.Attending attending

unsure

protected EventMembers.Unsure unsure

declined

protected EventMembers.Declined declined

notReplied

protected EventMembers.NotReplied notReplied
Constructor Detail

EventMembers

public EventMembers()
Method Detail

getAttending

public EventMembers.Attending getAttending()
Gets the value of the attending property.

Returns:
possible object is EventMembers.Attending

setAttending

public void setAttending(EventMembers.Attending value)
Sets the value of the attending property.

Parameters:
value - allowed object is EventMembers.Attending

getUnsure

public EventMembers.Unsure getUnsure()
Gets the value of the unsure property.

Returns:
possible object is EventMembers.Unsure

setUnsure

public void setUnsure(EventMembers.Unsure value)
Sets the value of the unsure property.

Parameters:
value - allowed object is EventMembers.Unsure

getDeclined

public EventMembers.Declined getDeclined()
Gets the value of the declined property.

Returns:
possible object is EventMembers.Declined

setDeclined

public void setDeclined(EventMembers.Declined value)
Sets the value of the declined property.

Parameters:
value - allowed object is EventMembers.Declined

getNotReplied

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

Returns:
possible object is EventMembers.NotReplied

setNotReplied

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

Parameters:
value - allowed object is EventMembers.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.