org.ota.hotel
Class MealsIncludedGroup

java.lang.Object
  extended by org.ota.hotel.MealsIncludedGroup

public class MealsIncludedGroup
extends java.lang.Object

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

MealsIncludedGroup

public MealsIncludedGroup()
Method Detail

getBreakfast

public java.lang.Boolean getBreakfast()
Get the 'Breakfast' attribute value. When true, indicates breakfast is included.

Returns:
value

setBreakfast

public void setBreakfast(java.lang.Boolean breakfast)
Set the 'Breakfast' attribute value. When true, indicates breakfast is included.

Parameters:
breakfast -

getLunch

public java.lang.Boolean getLunch()
Get the 'Lunch' attribute value. When true, indicates lunch is included.

Returns:
value

setLunch

public void setLunch(java.lang.Boolean lunch)
Set the 'Lunch' attribute value. When true, indicates lunch is included.

Parameters:
lunch -

getDinner

public java.lang.Boolean getDinner()
Get the 'Dinner' attribute value. When true, indicates dinner is included.

Returns:
value

setDinner

public void setDinner(java.lang.Boolean dinner)
Set the 'Dinner' attribute value. When true, indicates dinner is included.

Parameters:
dinner -

getMealPlanIndicator

public java.lang.Boolean getMealPlanIndicator()
Get the 'MealPlanIndicator' attribute value. When true, a meal plan is included in this rate plan. When false, a meal plan is not included in this rate plan.

Returns:
value

setMealPlanIndicator

public void setMealPlanIndicator(java.lang.Boolean mealPlanIndicator)
Set the 'MealPlanIndicator' attribute value. When true, a meal plan is included in this rate plan. When false, a meal plan is not included in this rate plan.

Parameters:
mealPlanIndicator -

getMealPlanCodes

public java.lang.String getMealPlanCodes()
Get the 'MealPlanCodes' attribute value. Used to identify the types of meals included with a rate plan. Refer to OpenTravel Code List Meal Plan Type (MPT).

Returns:
value

setMealPlanCodes

public void setMealPlanCodes(java.lang.String mealPlanCodes)
Set the 'MealPlanCodes' attribute value. Used to identify the types of meals included with a rate plan. Refer to OpenTravel Code List Meal Plan Type (MPT).

Parameters:
mealPlanCodes -