|
|||||||||
| 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 |
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 |
|---|
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)
public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||