com.google.code.facebookapi.schema
Class AppInfo

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

public class AppInfo
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 app_info complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="app_info">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="app_id" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="api_key" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="canvas_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="display_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="icon_url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="logo_url" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="developers">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence maxOccurs="unbounded" minOccurs="0">
                   <element name="developer_info" type="{http://api.facebook.com/1.0/}developer_info" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
                 <attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="company_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="daily_active_users" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="weekly_active_users" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="monthly_active_users" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="category" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="subcategory" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class AppInfo.Developers
          Java class for anonymous complex type.
 
Field Summary
protected  java.lang.String apiKey
           
protected  long appId
           
protected  java.lang.String canvasName
           
protected  java.lang.String category
           
protected  java.lang.String companyName
           
protected  int dailyActiveUsers
           
protected  java.lang.String description
           
protected  AppInfo.Developers developers
           
protected  java.lang.String displayName
           
protected  java.lang.String iconUrl
           
protected  java.lang.String logoUrl
           
protected  int monthlyActiveUsers
           
protected  java.lang.String subcategory
           
protected  int weeklyActiveUsers
           
 
Constructor Summary
AppInfo()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 java.lang.String getApiKey()
          Gets the value of the apiKey property.
 long getAppId()
          Gets the value of the appId property.
 java.lang.String getCanvasName()
          Gets the value of the canvasName property.
 java.lang.String getCategory()
          Gets the value of the category property.
 java.lang.String getCompanyName()
          Gets the value of the companyName property.
 int getDailyActiveUsers()
          Gets the value of the dailyActiveUsers property.
 java.lang.String getDescription()
          Gets the value of the description property.
 AppInfo.Developers getDevelopers()
          Gets the value of the developers property.
 java.lang.String getDisplayName()
          Gets the value of the displayName property.
 java.lang.String getIconUrl()
          Gets the value of the iconUrl property.
 java.lang.String getLogoUrl()
          Gets the value of the logoUrl property.
 int getMonthlyActiveUsers()
          Gets the value of the monthlyActiveUsers property.
 java.lang.String getSubcategory()
          Gets the value of the subcategory property.
 int getWeeklyActiveUsers()
          Gets the value of the weeklyActiveUsers property.
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 void setApiKey(java.lang.String value)
          Sets the value of the apiKey property.
 void setAppId(long value)
          Sets the value of the appId property.
 void setCanvasName(java.lang.String value)
          Sets the value of the canvasName property.
 void setCategory(java.lang.String value)
          Sets the value of the category property.
 void setCompanyName(java.lang.String value)
          Sets the value of the companyName property.
 void setDailyActiveUsers(int value)
          Sets the value of the dailyActiveUsers property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setDevelopers(AppInfo.Developers value)
          Sets the value of the developers property.
 void setDisplayName(java.lang.String value)
          Sets the value of the displayName property.
 void setIconUrl(java.lang.String value)
          Sets the value of the iconUrl property.
 void setLogoUrl(java.lang.String value)
          Sets the value of the logoUrl property.
 void setMonthlyActiveUsers(int value)
          Sets the value of the monthlyActiveUsers property.
 void setSubcategory(java.lang.String value)
          Sets the value of the subcategory property.
 void setWeeklyActiveUsers(int value)
          Sets the value of the weeklyActiveUsers 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

appId

protected long appId

apiKey

protected java.lang.String apiKey

canvasName

protected java.lang.String canvasName

displayName

protected java.lang.String displayName

iconUrl

protected java.lang.String iconUrl

logoUrl

protected java.lang.String logoUrl

developers

protected AppInfo.Developers developers

companyName

protected java.lang.String companyName

description

protected java.lang.String description

dailyActiveUsers

protected int dailyActiveUsers

weeklyActiveUsers

protected int weeklyActiveUsers

monthlyActiveUsers

protected int monthlyActiveUsers

category

protected java.lang.String category

subcategory

protected java.lang.String subcategory
Constructor Detail

AppInfo

public AppInfo()
Method Detail

getAppId

public long getAppId()
Gets the value of the appId property.


setAppId

public void setAppId(long value)
Sets the value of the appId property.


getApiKey

public java.lang.String getApiKey()
Gets the value of the apiKey property.

Returns:
possible object is String

setApiKey

public void setApiKey(java.lang.String value)
Sets the value of the apiKey property.

Parameters:
value - allowed object is String

getCanvasName

public java.lang.String getCanvasName()
Gets the value of the canvasName property.

Returns:
possible object is String

setCanvasName

public void setCanvasName(java.lang.String value)
Sets the value of the canvasName property.

Parameters:
value - allowed object is String

getDisplayName

public java.lang.String getDisplayName()
Gets the value of the displayName property.

Returns:
possible object is String

setDisplayName

public void setDisplayName(java.lang.String value)
Sets the value of the displayName property.

Parameters:
value - allowed object is String

getIconUrl

public java.lang.String getIconUrl()
Gets the value of the iconUrl property.

Returns:
possible object is String

setIconUrl

public void setIconUrl(java.lang.String value)
Sets the value of the iconUrl property.

Parameters:
value - allowed object is String

getLogoUrl

public java.lang.String getLogoUrl()
Gets the value of the logoUrl property.

Returns:
possible object is String

setLogoUrl

public void setLogoUrl(java.lang.String value)
Sets the value of the logoUrl property.

Parameters:
value - allowed object is String

getDevelopers

public AppInfo.Developers getDevelopers()
Gets the value of the developers property.

Returns:
possible object is AppInfo.Developers

setDevelopers

public void setDevelopers(AppInfo.Developers value)
Sets the value of the developers property.

Parameters:
value - allowed object is AppInfo.Developers

getCompanyName

public java.lang.String getCompanyName()
Gets the value of the companyName property.

Returns:
possible object is String

setCompanyName

public void setCompanyName(java.lang.String value)
Sets the value of the companyName property.

Parameters:
value - allowed object is String

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

getDailyActiveUsers

public int getDailyActiveUsers()
Gets the value of the dailyActiveUsers property.


setDailyActiveUsers

public void setDailyActiveUsers(int value)
Sets the value of the dailyActiveUsers property.


getWeeklyActiveUsers

public int getWeeklyActiveUsers()
Gets the value of the weeklyActiveUsers property.


setWeeklyActiveUsers

public void setWeeklyActiveUsers(int value)
Sets the value of the weeklyActiveUsers property.


getMonthlyActiveUsers

public int getMonthlyActiveUsers()
Gets the value of the monthlyActiveUsers property.


setMonthlyActiveUsers

public void setMonthlyActiveUsers(int value)
Sets the value of the monthlyActiveUsers property.


getCategory

public java.lang.String getCategory()
Gets the value of the category property.

Returns:
possible object is String

setCategory

public void setCategory(java.lang.String value)
Sets the value of the category property.

Parameters:
value - allowed object is String

getSubcategory

public java.lang.String getSubcategory()
Gets the value of the subcategory property.

Returns:
possible object is String

setSubcategory

public void setSubcategory(java.lang.String value)
Sets the value of the subcategory 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 © 2009. All Rights Reserved.