|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.MealsIncludedGroup
public class MealsIncludedGroup
Used to identify meals that are included. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="MealsIncludedGroup"> <xs:attribute type="xs:boolean" use="optional" name="Breakfast"/> <xs:attribute type="xs:boolean" use="optional" name="Lunch"/> <xs:attribute type="xs:boolean" use="optional" name="Dinner"/> <xs:attribute type="xs:boolean" use="optional" name="MealPlanIndicator"/> <xs:attribute type="xs:string" use="optional" name="MealPlanCodes"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
MealsIncludedGroup()
|
Method Summary | |
---|---|
java.lang.Boolean |
getBreakfast()
Get the 'Breakfast' attribute value. |
java.lang.Boolean |
getDinner()
Get the 'Dinner' attribute value. |
java.lang.Boolean |
getLunch()
Get the 'Lunch' attribute value. |
java.lang.String |
getMealPlanCodes()
Get the 'MealPlanCodes' attribute value. |
java.lang.Boolean |
getMealPlanIndicator()
Get the 'MealPlanIndicator' attribute value. |
void |
setBreakfast(java.lang.Boolean breakfast)
Set the 'Breakfast' attribute value. |
void |
setDinner(java.lang.Boolean dinner)
Set the 'Dinner' attribute value. |
void |
setLunch(java.lang.Boolean lunch)
Set the 'Lunch' attribute value. |
void |
setMealPlanCodes(java.lang.String mealPlanCodes)
Set the 'MealPlanCodes' attribute value. |
void |
setMealPlanIndicator(java.lang.Boolean mealPlanIndicator)
Set the 'MealPlanIndicator' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MealsIncludedGroup()
Method Detail |
---|
public java.lang.Boolean getBreakfast()
public void setBreakfast(java.lang.Boolean breakfast)
breakfast
- public java.lang.Boolean getLunch()
public void setLunch(java.lang.Boolean lunch)
lunch
- public java.lang.Boolean getDinner()
public void setDinner(java.lang.Boolean dinner)
dinner
- public java.lang.Boolean getMealPlanIndicator()
public void setMealPlanIndicator(java.lang.Boolean mealPlanIndicator)
mealPlanIndicator
- public java.lang.String getMealPlanCodes()
public void setMealPlanCodes(java.lang.String mealPlanCodes)
mealPlanCodes
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |