|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.code.facebookapi.schema.PageRestaurantSpecialties
public class PageRestaurantSpecialties
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 |
|---|
protected boolean breakfast
protected boolean lunch
protected boolean dinner
protected boolean coffee
protected boolean drinks
| Constructor Detail |
|---|
public PageRestaurantSpecialties()
| Method Detail |
|---|
public boolean isBreakfast()
public void setBreakfast(boolean value)
public boolean isLunch()
public void setLunch(boolean value)
public boolean isDinner()
public void setDinner(boolean value)
public boolean isCoffee()
public void setCoffee(boolean value)
public boolean isDrinks()
public void setDrinks(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 | ||||||||