|
|||||||||
| 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 |
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 |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||