|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.EventMember
public class EventMember
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 |
|---|
protected long uid
protected long oid
protected java.lang.String attending
| Constructor Detail |
|---|
public EventMember()
| Method Detail |
|---|
public long getUid()
public void setUid(long value)
public long getOid()
public void setOid(long value)
public java.lang.String getAttending()
Stringpublic void setAttending(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||