com.google.code.facebookapi.schema
Class PageRestaurantSpecialties

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

public class PageRestaurantSpecialties
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 page_restaurant_specialties complex type.

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

 <complexType name="page_restaurant_specialties">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="breakfast" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="lunch" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="dinner" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="coffee" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="drinks" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean breakfast
           
protected  boolean coffee
           
protected  boolean dinner
           
protected  boolean drinks
           
protected  boolean lunch
           
 
Constructor Summary
PageRestaurantSpecialties()
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 void equals(java.lang.Object object, org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
           
 int hashCode()
           
 void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
           
 boolean isBreakfast()
          Gets the value of the breakfast property.
 boolean isCoffee()
          Gets the value of the coffee property.
 boolean isDinner()
          Gets the value of the dinner property.
 boolean isDrinks()
          Gets the value of the drinks property.
 boolean isLunch()
          Gets the value of the lunch property.
 void setBreakfast(boolean value)
          Sets the value of the breakfast property.
 void setCoffee(boolean value)
          Sets the value of the coffee property.
 void setDinner(boolean value)
          Sets the value of the dinner property.
 void setDrinks(boolean value)
          Sets the value of the drinks property.
 void setLunch(boolean value)
          Sets the value of the lunch 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

breakfast

protected boolean breakfast

lunch

protected boolean lunch

dinner

protected boolean dinner

coffee

protected boolean coffee

drinks

protected boolean drinks
Constructor Detail

PageRestaurantSpecialties

public PageRestaurantSpecialties()
Method Detail

isBreakfast

public boolean isBreakfast()
Gets the value of the breakfast property.


setBreakfast

public void setBreakfast(boolean value)
Sets the value of the breakfast property.


isLunch

public boolean isLunch()
Gets the value of the lunch property.


setLunch

public void setLunch(boolean value)
Sets the value of the lunch property.


isDinner

public boolean isDinner()
Gets the value of the dinner property.


setDinner

public void setDinner(boolean value)
Sets the value of the dinner property.


isCoffee

public boolean isCoffee()
Gets the value of the coffee property.


setCoffee

public void setCoffee(boolean value)
Sets the value of the coffee property.


isDrinks

public boolean isDrinks()
Gets the value of the drinks property.


setDrinks

public void setDrinks(boolean value)
Sets the value of the drinks property.


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.