com.google.code.facebookapi.schema
Class Group

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

public class Group
extends java.lang.Object

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

gid

protected long gid

name

protected java.lang.String name

nid

protected int nid

description

protected java.lang.String description

groupType

protected java.lang.String groupType

groupSubtype

protected java.lang.String groupSubtype

recentNews

protected java.lang.String recentNews

pic

protected java.lang.String pic

picBig

protected java.lang.String picBig

picSmall

protected java.lang.String picSmall

creator

protected java.lang.Long creator

updateTime

protected int updateTime

office

protected java.lang.String office

website

protected java.lang.String website

venue

protected Location venue
Constructor Detail

Group

public Group()
Method Detail

getGid

public long getGid()
Gets the value of the gid property.


setGid

public void setGid(long value)
Sets the value of the gid 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

getNid

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


setNid

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


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

getGroupType

public java.lang.String getGroupType()
Gets the value of the groupType property.

Returns:
possible object is String

setGroupType

public void setGroupType(java.lang.String value)
Sets the value of the groupType property.

Parameters:
value - allowed object is String

getGroupSubtype

public java.lang.String getGroupSubtype()
Gets the value of the groupSubtype property.

Returns:
possible object is String

setGroupSubtype

public void setGroupSubtype(java.lang.String value)
Sets the value of the groupSubtype property.

Parameters:
value - allowed object is String

getRecentNews

public java.lang.String getRecentNews()
Gets the value of the recentNews property.

Returns:
possible object is String

setRecentNews

public void setRecentNews(java.lang.String value)
Sets the value of the recentNews property.

Parameters:
value - allowed object is String

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

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.


getOffice

public java.lang.String getOffice()
Gets the value of the office property.

Returns:
possible object is String

setOffice

public void setOffice(java.lang.String value)
Sets the value of the office property.

Parameters:
value - allowed object is String

getWebsite

public java.lang.String getWebsite()
Gets the value of the website property.

Returns:
possible object is String

setWebsite

public void setWebsite(java.lang.String value)
Sets the value of the website 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.