com.google.code.facebookapi.schema
Class PageRestaurantSpecialties

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

public class PageRestaurantSpecialties
extends java.lang.Object

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 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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.



Copyright © 2008. All Rights Reserved.