JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
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
List
<
Meal
>
AirLeg.
meal
protected
List
<
Meal
>
HotelDetail.
meal
protected
List
<
Meal
>
RailLeg.
meal
Methods in
org.cxml
that return
Meal
Modifier and Type
Method
Description
Meal
ObjectFactory.
createMeal
()
Create an instance of
Meal
Methods in
org.cxml
that return types with arguments of type
Meal
Modifier and Type
Method
Description
List
<
Meal
>
AirLeg.
getMeal
()
Gets the value of the meal property.
List
<
Meal
>
HotelDetail.
getMeal
()
Gets the value of the meal property.
List
<
Meal
>
RailLeg.
getMeal
()
Gets the value of the meal property.