com.google.code.facebookapi.schema
Class Event

java.lang.Object
  extended by com.google.code.facebookapi.schema.Event
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class Event
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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


Field Summary
protected  java.lang.Long creator
           
protected  java.lang.String description
           
protected  long eid
           
protected  long endTime
           
protected  java.lang.String eventSubtype
           
protected  java.lang.String eventType
           
protected  boolean hideGuestList
           
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  java.lang.String privacy
           
protected  boolean showInSearch
           
protected  long startTime
           
protected  java.lang.String tagline
           
protected  long updateTime
           
protected  Location venue
           
 
Constructor Summary
Event()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 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.
 long 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.
 java.lang.String getPrivacy()
          Gets the value of the privacy property.
 long getStartTime()
          Gets the value of the startTime property.
 java.lang.String getTagline()
          Gets the value of the tagline property.
 long getUpdateTime()
          Gets the value of the updateTime property.
 Location getVenue()
          Gets the value of the venue property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 boolean isHideGuestList()
          Gets the value of the hideGuestList property.
 boolean isShowInSearch()
          Gets the value of the showInSearch 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(long 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 setHideGuestList(boolean value)
          Sets the value of the hideGuestList 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 setPrivacy(java.lang.String value)
          Sets the value of the privacy property.
 void setShowInSearch(boolean value)
          Sets the value of the showInSearch property.
 void setStartTime(long value)
          Sets the value of the startTime property.
 void setTagline(java.lang.String value)
          Sets the value of the tagline property.
 void setUpdateTime(long value)
          Sets the value of the updateTime property.
 void setVenue(Location value)
          Sets the value of the venue property.
 java.lang.String toString()
           
 void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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 long startTime

endTime

protected long endTime

creator

protected java.lang.Long creator

updateTime

protected long updateTime

location

protected java.lang.String location

venue

protected Location venue

privacy

protected java.lang.String privacy

hideGuestList

protected boolean hideGuestList

showInSearch

protected boolean showInSearch
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 long getStartTime()
Gets the value of the startTime property.


setStartTime

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


getEndTime

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


setEndTime

public void setEndTime(long 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 long getUpdateTime()
Gets the value of the updateTime property.


setUpdateTime

public void setUpdateTime(long 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

getPrivacy

public java.lang.String getPrivacy()
Gets the value of the privacy property.

Returns:
possible object is String

setPrivacy

public void setPrivacy(java.lang.String value)
Sets the value of the privacy property.

Parameters:
value - allowed object is String

isHideGuestList

public boolean isHideGuestList()
Gets the value of the hideGuestList property.


setHideGuestList

public void setHideGuestList(boolean value)
Sets the value of the hideGuestList property.


isShowInSearch

public boolean isShowInSearch()
Gets the value of the showInSearch property.


setShowInSearch

public void setShowInSearch(boolean value)
Sets the value of the showInSearch property.


toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2010. All Rights Reserved.