com.google.code.facebookapi.schema
Class EventMembers

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

public class EventMembers
extends java.lang.Object

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


Copyright © 2008. All Rights Reserved.