com.google.code.facebookapi.schema
Class Event

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

public class Event
extends java.lang.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/}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

eid

protected long eid

name

protected java.lang.String name

tagline

protected java.lang.String tagline

nid

protected int nid

pic

protected java.lang.String pic

picBig

protected java.lang.String picBig

picSmall

protected java.lang.String picSmall

host

protected java.lang.String host

description

protected java.lang.String description

eventType

protected java.lang.String eventType

eventSubtype

protected java.lang.String eventSubtype

startTime

protected int startTime

endTime

protected int endTime

creator

protected java.lang.Long creator

updateTime

protected int updateTime

location

protected java.lang.String location

venue

protected Location venue
Constructor Detail

Event

public Event()
Method Detail

getEid

public long getEid()
Gets the value of the eid property.


setEid

public void setEid(long value)
Sets the value of the eid property.


getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getTagline

public java.lang.String getTagline()
Gets the value of the tagline property.

Returns:
possible object is String

setTagline

public void setTagline(java.lang.String value)
Sets the value of the tagline property.

Parameters:
value - allowed object is String

getNid

public int getNid()
Gets the value of the nid property.


setNid

public void setNid(int value)
Sets the value of the nid property.


getPic

public java.lang.String getPic()
Gets the value of the pic property.

Returns:
possible object is String

setPic

public void setPic(java.lang.String value)
Sets the value of the pic property.

Parameters:
value - allowed object is String

getPicBig

public java.lang.String getPicBig()
Gets the value of the picBig property.

Returns:
possible object is String

setPicBig

public void setPicBig(java.lang.String value)
Sets the value of the picBig property.

Parameters:
value - allowed object is String

getPicSmall

public java.lang.String getPicSmall()
Gets the value of the picSmall property.

Returns:
possible object is String

setPicSmall

public void setPicSmall(java.lang.String value)
Sets the value of the picSmall property.

Parameters:
value - allowed object is String

getHost

public java.lang.String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(java.lang.String value)
Sets the value of the host property.

Parameters:
value - allowed object is String

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getEventType

public java.lang.String getEventType()
Gets the value of the eventType property.

Returns:
possible object is String

setEventType

public void setEventType(java.lang.String value)
Sets the value of the eventType property.

Parameters:
value - allowed object is String

getEventSubtype

public java.lang.String getEventSubtype()
Gets the value of the eventSubtype property.

Returns:
possible object is String

setEventSubtype

public void setEventSubtype(java.lang.String value)
Sets the value of the eventSubtype property.

Parameters:
value - allowed object is String

getStartTime

public int getStartTime()
Gets the value of the startTime property.


setStartTime

public void setStartTime(int value)
Sets the value of the startTime property.


getEndTime

public int getEndTime()
Gets the value of the endTime property.


setEndTime

public void setEndTime(int value)
Sets the value of the endTime property.


getCreator

public java.lang.Long getCreator()
Gets the value of the creator property.

Returns:
possible object is Long

setCreator

public void setCreator(java.lang.Long value)
Sets the value of the creator property.

Parameters:
value - allowed object is Long

getUpdateTime

public int getUpdateTime()
Gets the value of the updateTime property.


setUpdateTime

public void setUpdateTime(int value)
Sets the value of the updateTime property.


getLocation

public java.lang.String getLocation()
Gets the value of the location property.

Returns:
possible object is String

setLocation

public void setLocation(java.lang.String value)
Sets the value of the location property.

Parameters:
value - allowed object is String

getVenue

public Location getVenue()
Gets the value of the venue property.

Returns:
possible object is Location

setVenue

public void setVenue(Location value)
Sets the value of the venue property.

Parameters:
value - allowed object is Location


Copyright © 2008. All Rights Reserved.