|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.Group
public class Group
Java class for group complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="group">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="gid" type="{http://api.facebook.com/1.0/}gid"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="nid" type="{http://api.facebook.com/1.0/}nid"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="group_type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="group_subtype" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="recent_news" type="{http://www.w3.org/2001/XMLSchema}string"/>
<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="creator" type="{http://api.facebook.com/1.0/}uid"/>
<element name="update_time" type="{http://api.facebook.com/1.0/}time"/>
<element name="office" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="website" 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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Long |
creator
|
protected java.lang.String |
description
|
protected long |
gid
|
protected java.lang.String |
groupSubtype
|
protected java.lang.String |
groupType
|
protected java.lang.String |
name
|
protected int |
nid
|
protected java.lang.String |
office
|
protected java.lang.String |
pic
|
protected java.lang.String |
picBig
|
protected java.lang.String |
picSmall
|
protected java.lang.String |
privacy
|
protected java.lang.String |
recentNews
|
protected long |
updateTime
|
protected Location |
venue
|
protected java.lang.String |
website
|
| Constructor Summary | |
|---|---|
Group()
|
|
| 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 |
getGid()
Gets the value of the gid property. |
java.lang.String |
getGroupSubtype()
Gets the value of the groupSubtype property. |
java.lang.String |
getGroupType()
Gets the value of the groupType property. |
java.lang.String |
getName()
Gets the value of the name property. |
int |
getNid()
Gets the value of the nid property. |
java.lang.String |
getOffice()
Gets the value of the office 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. |
java.lang.String |
getRecentNews()
Gets the value of the recentNews property. |
long |
getUpdateTime()
Gets the value of the updateTime property. |
Location |
getVenue()
Gets the value of the venue property. |
java.lang.String |
getWebsite()
Gets the value of the website property. |
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
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 |
setGid(long value)
Sets the value of the gid property. |
void |
setGroupSubtype(java.lang.String value)
Sets the value of the groupSubtype property. |
void |
setGroupType(java.lang.String value)
Sets the value of the groupType 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 |
setOffice(java.lang.String value)
Sets the value of the office 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 |
setRecentNews(java.lang.String value)
Sets the value of the recentNews property. |
void |
setUpdateTime(long value)
Sets the value of the updateTime property. |
void |
setVenue(Location value)
Sets the value of the venue property. |
void |
setWebsite(java.lang.String value)
Sets the value of the website 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 gid
protected java.lang.String name
protected int nid
protected java.lang.String description
protected java.lang.String groupType
protected java.lang.String groupSubtype
protected java.lang.String recentNews
protected java.lang.String pic
protected java.lang.String picBig
protected java.lang.String picSmall
protected java.lang.Long creator
protected long updateTime
protected java.lang.String office
protected java.lang.String website
protected Location venue
protected java.lang.String privacy
| Constructor Detail |
|---|
public Group()
| Method Detail |
|---|
public long getGid()
public void setGid(long value)
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic int getNid()
public void setNid(int value)
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGroupType()
Stringpublic void setGroupType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGroupSubtype()
Stringpublic void setGroupSubtype(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRecentNews()
Stringpublic void setRecentNews(java.lang.String value)
value - allowed object is
Stringpublic 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.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 getOffice()
Stringpublic void setOffice(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getWebsite()
Stringpublic void setWebsite(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 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 | ||||||||