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>
Gets the value of the attending property.returnpossible object is {@link EventMembers.Attending } return attending;
return attending;
Gets the value of the declined property.returnpossible object is {@link EventMembers.Declined } return declined;
return declined;
Gets the value of the notReplied property.returnpossible object is {@link EventMembers.NotReplied } return notReplied;
return notReplied;
Gets the value of the unsure property.returnpossible object is {@link EventMembers.Unsure } return unsure;
return unsure;
Sets the value of the attending property.paramvalue allowed object is {@link EventMembers.Attending } this.attending = value;
this.attending = value;
Sets the value of the declined property.paramvalue allowed object is {@link EventMembers.Declined } this.declined = value;
this.declined = value;
Sets the value of the notReplied property.paramvalue allowed object is {@link EventMembers.NotReplied } this.notReplied = value;
this.notReplied = value;
Sets the value of the unsure property.paramvalue allowed object is {@link EventMembers.Unsure } this.unsure = value;
this.unsure = value;