FileDocCategorySizeDatePackage
Event.javaAPI DocGoogle Facebook API v1.412442Tue Oct 23 20:16:10 BST 2007com.facebook.api.schema

Event

public class Event extends Object

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/}uid"/>
<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"/>
<element name="pic_square" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>

Fields Summary
protected long
eid
protected String
name
protected String
tagline
protected int
nid
protected String
pic
protected String
picBig
protected String
picSmall
protected String
host
protected String
description
protected String
eventType
protected String
eventSubtype
protected int
startTime
protected int
endTime
protected Long
creator
protected int
updateTime
protected String
location
protected Location
venue
protected String
picSquare
Constructors Summary
Methods Summary
public synchronized java.lang.LonggetCreator()
Gets the value of the creator property.

return
possible object is {@link Long }

        return creator;
    
public synchronized java.lang.StringgetDescription()
Gets the value of the description property.

return
possible object is {@link String }

        return description;
    
public synchronized longgetEid()
Gets the value of the eid property.

        return eid;
    
public synchronized intgetEndTime()
Gets the value of the endTime property.

        return endTime;
    
public synchronized java.lang.StringgetEventSubtype()
Gets the value of the eventSubtype property.

return
possible object is {@link String }

        return eventSubtype;
    
public synchronized java.lang.StringgetEventType()
Gets the value of the eventType property.

return
possible object is {@link String }

        return eventType;
    
public synchronized java.lang.StringgetHost()
Gets the value of the host property.

return
possible object is {@link String }

        return host;
    
public synchronized java.lang.StringgetLocation()
Gets the value of the location property.

return
possible object is {@link String }

        return location;
    
public synchronized java.lang.StringgetName()
Gets the value of the name property.

return
possible object is {@link String }

        return name;
    
public synchronized intgetNid()
Gets the value of the nid property.

        return nid;
    
public synchronized java.lang.StringgetPic()
Gets the value of the pic property.

return
possible object is {@link String }

        return pic;
    
public synchronized java.lang.StringgetPicBig()
Gets the value of the picBig property.

return
possible object is {@link String }

        return picBig;
    
public synchronized java.lang.StringgetPicSmall()
Gets the value of the picSmall property.

return
possible object is {@link String }

        return picSmall;
    
public synchronized java.lang.StringgetPicSquare()
Gets the value of the picSquare property.

return
possible object is {@link String }

        return picSquare;
    
public synchronized intgetStartTime()
Gets the value of the startTime property.

        return startTime;
    
public synchronized java.lang.StringgetTagline()
Gets the value of the tagline property.

return
possible object is {@link String }

        return tagline;
    
public synchronized intgetUpdateTime()
Gets the value of the updateTime property.

        return updateTime;
    
public synchronized com.facebook.api.schema.LocationgetVenue()
Gets the value of the venue property.

return
possible object is {@link Location }

        return venue;
    
public synchronized voidsetCreator(java.lang.Long value)
Sets the value of the creator property.

param
value allowed object is {@link Long }

        this.creator = value;
    
public synchronized voidsetDescription(java.lang.String value)
Sets the value of the description property.

param
value allowed object is {@link String }

        this.description = value;
    
public synchronized voidsetEid(long value)
Sets the value of the eid property.

        this.eid = value;
    
public synchronized voidsetEndTime(int value)
Sets the value of the endTime property.

        this.endTime = value;
    
public synchronized voidsetEventSubtype(java.lang.String value)
Sets the value of the eventSubtype property.

param
value allowed object is {@link String }

        this.eventSubtype = value;
    
public synchronized voidsetEventType(java.lang.String value)
Sets the value of the eventType property.

param
value allowed object is {@link String }

        this.eventType = value;
    
public synchronized voidsetHost(java.lang.String value)
Sets the value of the host property.

param
value allowed object is {@link String }

        this.host = value;
    
public synchronized voidsetLocation(java.lang.String value)
Sets the value of the location property.

param
value allowed object is {@link String }

        this.location = value;
    
public synchronized voidsetName(java.lang.String value)
Sets the value of the name property.

param
value allowed object is {@link String }

        this.name = value;
    
public synchronized voidsetNid(int value)
Sets the value of the nid property.

        this.nid = value;
    
public synchronized voidsetPic(java.lang.String value)
Sets the value of the pic property.

param
value allowed object is {@link String }

        this.pic = value;
    
public synchronized voidsetPicBig(java.lang.String value)
Sets the value of the picBig property.

param
value allowed object is {@link String }

        this.picBig = value;
    
public synchronized voidsetPicSmall(java.lang.String value)
Sets the value of the picSmall property.

param
value allowed object is {@link String }

        this.picSmall = value;
    
public synchronized voidsetPicSquare(java.lang.String value)
Sets the value of the picSquare property.

param
value allowed object is {@link String }

        this.picSquare = value;
    
public synchronized voidsetStartTime(int value)
Sets the value of the startTime property.

        this.startTime = value;
    
public synchronized voidsetTagline(java.lang.String value)
Sets the value of the tagline property.

param
value allowed object is {@link String }

        this.tagline = value;
    
public synchronized voidsetUpdateTime(int value)
Sets the value of the updateTime property.

        this.updateTime = value;
    
public synchronized voidsetVenue(com.facebook.api.schema.Location value)
Sets the value of the venue property.

param
value allowed object is {@link Location }

        this.venue = value;