|
|||||||||
| 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"/>
</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 |
recentNews
|
protected int |
updateTime
|
protected Location |
venue
|
protected java.lang.String |
website
|
| Constructor Summary | |
|---|---|
Group()
|
|
| 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 |
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 |
getRecentNews()
Gets the value of the recentNews property. |
int |
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. |
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 |
setRecentNews(java.lang.String value)
Sets the value of the recentNews property. |
void |
setUpdateTime(int 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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 int updateTime
protected java.lang.String office
protected java.lang.String website
protected Location venue
| 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 int getUpdateTime()
public void setUpdateTime(int 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
Location
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||