com.google.code.facebookapi.schema
Class EventMember

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

public class EventMember
extends java.lang.Object

Java class for event_member complex type.

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

 <complexType name="event_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="oid" type="{http://api.facebook.com/1.0/}eid"/>
         <element name="attending" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String attending
           
protected  long oid
           
protected  long uid
           
 
Constructor Summary
EventMember()
           
 
Method Summary
 java.lang.String getAttending()
          Gets the value of the attending property.
 long getOid()
          Gets the value of the oid property.
 long getUid()
          Gets the value of the uid property.
 void setAttending(java.lang.String value)
          Sets the value of the attending property.
 void setOid(long value)
          Sets the value of the oid property.
 void setUid(long value)
          Sets the value of the uid property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uid

protected long uid

oid

protected long oid

attending

protected java.lang.String attending
Constructor Detail

EventMember

public EventMember()
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.


getOid

public long getOid()
Gets the value of the oid property.


setOid

public void setOid(long value)
Sets the value of the oid property.


getAttending

public java.lang.String getAttending()
Gets the value of the attending property.

Returns:
possible object is String

setAttending

public void setAttending(java.lang.String value)
Sets the value of the attending property.

Parameters:
value - allowed object is String


Copyright © 2008. All Rights Reserved.