|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.PageRestaurantServices
public class PageRestaurantServices
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 |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean reserve
protected boolean walkins
protected boolean groups
protected boolean kids
protected boolean takeout
protected boolean delivery
protected boolean catering
protected boolean waiter
protected boolean outdoor
| Constructor Detail |
|---|
public PageRestaurantServices()
| Method Detail |
|---|
public boolean isReserve()
public void setReserve(boolean value)
public boolean isWalkins()
public void setWalkins(boolean value)
public boolean isGroups()
public void setGroups(boolean value)
public boolean isKids()
public void setKids(boolean value)
public boolean isTakeout()
public void setTakeout(boolean value)
public boolean isDelivery()
public void setDelivery(boolean value)
public boolean isCatering()
public void setCatering(boolean value)
public boolean isWaiter()
public void setWaiter(boolean value)
public boolean isOutdoor()
public void setOutdoor(boolean value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||