com.google.code.facebookapi.schema
Class PageRestaurantServices

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

public class PageRestaurantServices
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_services complex type.

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

 <complexType name="page_restaurant_services">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="reserve" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="walkins" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="groups" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="kids" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="takeout" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="delivery" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="catering" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="waiter" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="outdoor" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean catering
           
protected  boolean delivery
           
protected  boolean groups
           
protected  boolean kids
           
protected  boolean outdoor
           
protected  boolean reserve
           
protected  boolean takeout
           
protected  boolean waiter
           
protected  boolean walkins
           
 
Constructor Summary
PageRestaurantServices()
           
 
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 isCatering()
          Gets the value of the catering property.
 boolean isDelivery()
          Gets the value of the delivery property.
 boolean isGroups()
          Gets the value of the groups property.
 boolean isKids()
          Gets the value of the kids property.
 boolean isOutdoor()
          Gets the value of the outdoor property.
 boolean isReserve()
          Gets the value of the reserve property.
 boolean isTakeout()
          Gets the value of the takeout property.
 boolean isWaiter()
          Gets the value of the waiter property.
 boolean isWalkins()
          Gets the value of the walkins property.
 void setCatering(boolean value)
          Sets the value of the catering property.
 void setDelivery(boolean value)
          Sets the value of the delivery property.
 void setGroups(boolean value)
          Sets the value of the groups property.
 void setKids(boolean value)
          Sets the value of the kids property.
 void setOutdoor(boolean value)
          Sets the value of the outdoor property.
 void setReserve(boolean value)
          Sets the value of the reserve property.
 void setTakeout(boolean value)
          Sets the value of the takeout property.
 void setWaiter(boolean value)
          Sets the value of the waiter property.
 void setWalkins(boolean value)
          Sets the value of the walkins 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

reserve

protected boolean reserve

walkins

protected boolean walkins

groups

protected boolean groups

kids

protected boolean kids

takeout

protected boolean takeout

delivery

protected boolean delivery

catering

protected boolean catering

waiter

protected boolean waiter

outdoor

protected boolean outdoor
Constructor Detail

PageRestaurantServices

public PageRestaurantServices()
Method Detail

isReserve

public boolean isReserve()
Gets the value of the reserve property.


setReserve

public void setReserve(boolean value)
Sets the value of the reserve property.


isWalkins

public boolean isWalkins()
Gets the value of the walkins property.


setWalkins

public void setWalkins(boolean value)
Sets the value of the walkins property.


isGroups

public boolean isGroups()
Gets the value of the groups property.


setGroups

public void setGroups(boolean value)
Sets the value of the groups property.


isKids

public boolean isKids()
Gets the value of the kids property.


setKids

public void setKids(boolean value)
Sets the value of the kids property.


isTakeout

public boolean isTakeout()
Gets the value of the takeout property.


setTakeout

public void setTakeout(boolean value)
Sets the value of the takeout property.


isDelivery

public boolean isDelivery()
Gets the value of the delivery property.


setDelivery

public void setDelivery(boolean value)
Sets the value of the delivery property.


isCatering

public boolean isCatering()
Gets the value of the catering property.


setCatering

public void setCatering(boolean value)
Sets the value of the catering property.


isWaiter

public boolean isWaiter()
Gets the value of the waiter property.


setWaiter

public void setWaiter(boolean value)
Sets the value of the waiter property.


isOutdoor

public boolean isOutdoor()
Gets the value of the outdoor property.


setOutdoor

public void setOutdoor(boolean value)
Sets the value of the outdoor 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 © 2010. All Rights Reserved.