com.google.code.facebookapi.schema
Class Group

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

public class Group
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 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

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 long updateTime

office

protected java.lang.String office

website

protected java.lang.String website

venue

protected Location venue

privacy

protected java.lang.String privacy
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 long getUpdateTime()
Gets the value of the updateTime property.


setUpdateTime

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

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

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.