|
|||||||||
| 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"/>
<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 |
|---|
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 long startTime
protected long endTime
protected java.lang.Long creator
protected long updateTime
protected java.lang.String location
protected Location venue
protected java.lang.String privacy
protected boolean hideGuestList
protected boolean showInSearch
| 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 long getStartTime()
public void setStartTime(long value)
public long getEndTime()
public void setEndTime(long value)
public java.lang.Long getCreator()
Longpublic void setCreator(java.lang.Long value)
value - allowed object is
Longpublic long getUpdateTime()
public void setUpdateTime(long 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
Locationpublic java.lang.String getPrivacy()
Stringpublic void setPrivacy(java.lang.String value)
value - allowed object is
Stringpublic boolean isHideGuestList()
public void setHideGuestList(boolean value)
public boolean isShowInSearch()
public void setShowInSearch(boolean value)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||