|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage
public static class EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage
Food and beverage details for a function. 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="FoodAndBeverage" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="Comments" minOccurs="0">
<!-- Reference to inner class Comments -->
</xs:element>
<xs:element name="Menus" minOccurs="0">
<!-- Reference to inner class Menus -->
</xs:element>
</xs:sequence>
<xs:attribute type="xs:int" use="optional" name="SetForQuantity"/>
<xs:attribute type="xs:string" use="optional" name="ServiceTime"/>
<xs:attribute type="xs:int" use="optional" name="AttendeeQuantity"/>
<xs:attribute type="xs:int" use="optional" name="GuaranteeQuantity"/>
<xs:attribute type="xs:string" use="optional" name="MealTypeCode"/>
<xs:attribute type="xs:string" use="optional" name="ServiceTypeCode"/>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage.Comments
A collection of comments associated with the food and beverage requirement. |
static class |
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage.Menus
A collection of menus. |
| Constructor Summary | |
|---|---|
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage()
|
|
| Method Summary | |
|---|---|
java.lang.Integer |
getAttendeeQuantity()
Get the 'AttendeeQuantity' attribute value. |
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage.Comments |
getComments()
Get the 'Comments' element value. |
java.lang.Integer |
getGuaranteeQuantity()
Get the 'GuaranteeQuantity' attribute value. |
java.lang.String |
getMealTypeCode()
Get the 'MealTypeCode' attribute value. |
EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage.Menus |
getMenus()
Get the 'Menus' element value. |
java.lang.String |
getServiceTime()
Get the 'ServiceTime' attribute value. |
java.lang.String |
getServiceTypeCode()
Get the 'ServiceTypeCode' attribute value. |
java.lang.Integer |
getSetForQuantity()
Get the 'SetForQuantity' attribute value. |
void |
setAttendeeQuantity(java.lang.Integer attendeeQuantity)
Set the 'AttendeeQuantity' attribute value. |
void |
setComments(EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage.Comments comments)
Set the 'Comments' element value. |
void |
setGuaranteeQuantity(java.lang.Integer guaranteeQuantity)
Set the 'GuaranteeQuantity' attribute value. |
void |
setMealTypeCode(java.lang.String mealTypeCode)
Set the 'MealTypeCode' attribute value. |
void |
setMenus(EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage.Menus menus)
Set the 'Menus' element value. |
void |
setServiceTime(java.lang.String serviceTime)
Set the 'ServiceTime' attribute value. |
void |
setServiceTypeCode(java.lang.String serviceTypeCode)
Set the 'ServiceTypeCode' attribute value. |
void |
setSetForQuantity(java.lang.Integer setForQuantity)
Set the 'SetForQuantity' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage()
| Method Detail |
|---|
public EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage.Comments getComments()
public void setComments(EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage.Comments comments)
comments - public EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage.Menus getMenus()
public void setMenus(EventReport.EventSites.EventSite.EventDays.EventDay.EventDayFunctions.EventDayFunction.Sequence.FoodAndBeverages.FoodAndBeverage.Menus menus)
menus - public java.lang.Integer getSetForQuantity()
public void setSetForQuantity(java.lang.Integer setForQuantity)
setForQuantity - public java.lang.String getServiceTime()
public void setServiceTime(java.lang.String serviceTime)
serviceTime - public java.lang.Integer getAttendeeQuantity()
public void setAttendeeQuantity(java.lang.Integer attendeeQuantity)
attendeeQuantity - public java.lang.Integer getGuaranteeQuantity()
public void setGuaranteeQuantity(java.lang.Integer guaranteeQuantity)
guaranteeQuantity - public java.lang.String getMealTypeCode()
public void setMealTypeCode(java.lang.String mealTypeCode)
mealTypeCode - public java.lang.String getServiceTypeCode()
public void setServiceTypeCode(java.lang.String serviceTypeCode)
serviceTypeCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||