org.ota.air
Class CabinAvailability.Meal
java.lang.Object
org.ota.air.CabinAvailability.Meal
- Enclosing class:
- CabinAvailability
public static class CabinAvailability.Meal
- extends java.lang.Object
Identifies any meal and/or beverage services that are provided.
Schema fragment(s) for this class:
<xs:element xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Meal" minOccurs="0" maxOccurs="5">
<xs:complexType>
<xs:attribute type="xs:string" use="required" name="MealCode"/>
</xs:complexType>
</xs:element>
Method Summary |
java.lang.String |
getMealCode()
Get the 'MealCode' attribute value. |
void |
setMealCode(java.lang.String mealCode)
Set the 'MealCode' attribute value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CabinAvailability.Meal
public CabinAvailability.Meal()
getMealCode
public java.lang.String getMealCode()
- Get the 'MealCode' attribute value. Used to designate a meal or beverage service.
- Returns:
- value
setMealCode
public void setMealCode(java.lang.String mealCode)
- Set the 'MealCode' attribute value. Used to designate a meal or beverage service.
- Parameters:
mealCode
-