Uses of Class
org.cxml.Meal
-
Packages that use Meal Package Description org.cxml -
-
Uses of Meal in org.cxml
Fields in org.cxml with type parameters of type Meal Modifier and Type Field Description protected java.util.List<Meal>AirLeg. mealprotected java.util.List<Meal>HotelDetail. mealprotected java.util.List<Meal>RailLeg. mealMethods in org.cxml that return Meal Modifier and Type Method Description MealObjectFactory. createMeal()Create an instance ofMealMethods in org.cxml that return types with arguments of type Meal Modifier and Type Method Description java.util.List<Meal>AirLeg. getMeal()Gets the value of the meal property.java.util.List<Meal>HotelDetail. getMeal()Gets the value of the meal property.java.util.List<Meal>RailLeg. getMeal()Gets the value of the meal property.
-