|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.Event
public class Event
Java class for event complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="event">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="eid" type="{http://api.facebook.com/1.0/}eid"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="tagline" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nid" type="{http://api.facebook.com/1.0/}nid"/>
<element name="pic" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pic_big" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pic_small" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="host" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="event_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="event_subtype" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="start_time" type="{http://api.facebook.com/1.0/}time"/>
<element name="end_time" type="{http://api.facebook.com/1.0/}time"/>
<element name="creator" type="{http://api.facebook.com/1.0/}id"/>
<element name="update_time" type="{http://api.facebook.com/1.0/}time"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="venue" type="{http://api.facebook.com/1.0/}location"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Long |
creator
|
protected java.lang.String |
description
|
protected long |
eid
|
protected int |
endTime
|
protected java.lang.String |
eventSubtype
|
protected java.lang.String |
eventType
|
protected java.lang.String |
host
|
protected java.lang.String |
location
|
protected java.lang.String |
name
|
protected int |
nid
|
protected java.lang.String |
pic
|
protected java.lang.String |
picBig
|
protected java.lang.String |
picSmall
|
protected int |
startTime
|
protected java.lang.String |
tagline
|
protected int |
updateTime
|
protected Location |
venue
|
| Constructor Summary | |
|---|---|
Event()
|
|
| Method Summary | |
|---|---|
java.lang.Long |
getCreator()
Gets the value of the creator property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
long |
getEid()
Gets the value of the eid property. |
int |
getEndTime()
Gets the value of the endTime property. |
java.lang.String |
getEventSubtype()
Gets the value of the eventSubtype property. |
java.lang.String |
getEventType()
Gets the value of the eventType property. |
java.lang.String |
getHost()
Gets the value of the host property. |
java.lang.String |
getLocation()
Gets the value of the location property. |
java.lang.String |
getName()
Gets the value of the name property. |
int |
getNid()
Gets the value of the nid property. |
java.lang.String |
getPic()
Gets the value of the pic property. |
java.lang.String |
getPicBig()
Gets the value of the picBig property. |
java.lang.String |
getPicSmall()
Gets the value of the picSmall property. |
int |
getStartTime()
Gets the value of the startTime property. |
java.lang.String |
getTagline()
Gets the value of the tagline property. |
int |
getUpdateTime()
Gets the value of the updateTime property. |
Location |
getVenue()
Gets the value of the venue property. |
void |
setCreator(java.lang.Long value)
Sets the value of the creator property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setEid(long value)
Sets the value of the eid property. |
void |
setEndTime(int value)
Sets the value of the endTime property. |
void |
setEventSubtype(java.lang.String value)
Sets the value of the eventSubtype property. |
void |
setEventType(java.lang.String value)
Sets the value of the eventType property. |
void |
setHost(java.lang.String value)
Sets the value of the host property. |
void |
setLocation(java.lang.String value)
Sets the value of the location property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNid(int value)
Sets the value of the nid property. |
void |
setPic(java.lang.String value)
Sets the value of the pic property. |
void |
setPicBig(java.lang.String value)
Sets the value of the picBig property. |
void |
setPicSmall(java.lang.String value)
Sets the value of the picSmall property. |
void |
setStartTime(int value)
Sets the value of the startTime property. |
void |
setTagline(java.lang.String value)
Sets the value of the tagline property. |
void |
setUpdateTime(int value)
Sets the value of the updateTime property. |
void |
setVenue(Location value)
Sets the value of the venue property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long eid
protected java.lang.String name
protected java.lang.String tagline
protected int nid
protected java.lang.String pic
protected java.lang.String picBig
protected java.lang.String picSmall
protected java.lang.String host
protected java.lang.String description
protected java.lang.String eventType
protected java.lang.String eventSubtype
protected int startTime
protected int endTime
protected java.lang.Long creator
protected int updateTime
protected java.lang.String location
protected Location venue
| Constructor Detail |
|---|
public Event()
| Method Detail |
|---|
public long getEid()
public void setEid(long value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTagline()
Stringpublic void setTagline(java.lang.String value)
value - allowed object is
Stringpublic int getNid()
public void setNid(int value)
public java.lang.String getPic()
Stringpublic void setPic(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPicBig()
Stringpublic void setPicBig(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPicSmall()
Stringpublic void setPicSmall(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHost()
Stringpublic void setHost(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEventType()
Stringpublic void setEventType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEventSubtype()
Stringpublic void setEventSubtype(java.lang.String value)
value - allowed object is
Stringpublic int getStartTime()
public void setStartTime(int value)
public int getEndTime()
public void setEndTime(int value)
public java.lang.Long getCreator()
Longpublic void setCreator(java.lang.Long value)
value - allowed object is
Longpublic int getUpdateTime()
public void setUpdateTime(int value)
public java.lang.String getLocation()
Stringpublic void setLocation(java.lang.String value)
value - allowed object is
Stringpublic Location getVenue()
Locationpublic void setVenue(Location value)
value - allowed object is
Location
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||