Package org.cxml
Class Meal
java.lang.Object
org.cxml.Meal
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bookingClassCode property.Gets the value of the description property.voidSets the value of the bookingClassCode property.voidsetDescription(Description value) Sets the value of the description property.
-
Field Details
-
bookingClassCode
-
description
-
-
Constructor Details
-
Meal
public Meal()
-
-
Method Details
-
getBookingClassCode
Gets the value of the bookingClassCode property.- Returns:
- possible object is
BookingClassCode
-
setBookingClassCode
Sets the value of the bookingClassCode property.- Parameters:
value- allowed object isBookingClassCode
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
Description
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isDescription
-