org.ota.hotel
Class EventReport.GeneralEventInfo.FoodAndBeverageInfo

java.lang.Object
  extended by org.ota.hotel.EventReport.GeneralEventInfo.FoodAndBeverageInfo
Enclosing class:
EventReport.GeneralEventInfo

public static class EventReport.GeneralEventInfo.FoodAndBeverageInfo
extends java.lang.Object

General food and beverage information. 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="FoodAndBeverageInfo" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element name="Comments" minOccurs="0">
         <!-- Reference to inner class Comments -->
       </xs:element>
     </xs:sequence>
     <xs:attribute type="xs:boolean" use="optional" name="FoodAndBeverageIndicator"/>
     <xs:attribute type="xs:int" use="optional" name="LargestAttendanceQuantity"/>
     <xs:attribute type="xs:string" use="optional" name="LargestAttendanceFunctionType"/>
     <xs:attribute type="xs:string" use="optional" name="LargestRevenueFunctionType"/>
     <xs:attribute type="xs:boolean" use="optional" name="ICW_Indicator"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class EventReport.GeneralEventInfo.FoodAndBeverageInfo.Comments
          A collection of comments regarding the general food and beverage information.
 
Constructor Summary
EventReport.GeneralEventInfo.FoodAndBeverageInfo()
           
 
Method Summary
 EventReport.GeneralEventInfo.FoodAndBeverageInfo.Comments getComments()
          Get the 'Comments' element value.
 java.lang.Boolean getFoodAndBeverageIndicator()
          Get the 'FoodAndBeverageIndicator' attribute value.
 java.lang.Boolean getICWIndicator()
          Get the 'ICW_Indicator' attribute value.
 java.lang.String getLargestAttendanceFunction()
          Get the 'LargestAttendanceFunctionType' attribute value.
 java.lang.Integer getLargestAttendanceQuantity()
          Get the 'LargestAttendanceQuantity' attribute value.
 java.lang.String getLargestRevenueFunction()
          Get the 'LargestRevenueFunctionType' attribute value.
 void setComments(EventReport.GeneralEventInfo.FoodAndBeverageInfo.Comments comments)
          Set the 'Comments' element value.
 void setFoodAndBeverageIndicator(java.lang.Boolean foodAndBeverageIndicator)
          Set the 'FoodAndBeverageIndicator' attribute value.
 void setICWIndicator(java.lang.Boolean ICWIndicator)
          Set the 'ICW_Indicator' attribute value.
 void setLargestAttendanceFunction(java.lang.String largestAttendanceFunction)
          Set the 'LargestAttendanceFunctionType' attribute value.
 void setLargestAttendanceQuantity(java.lang.Integer largestAttendanceQuantity)
          Set the 'LargestAttendanceQuantity' attribute value.
 void setLargestRevenueFunction(java.lang.String largestRevenueFunction)
          Set the 'LargestRevenueFunctionType' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventReport.GeneralEventInfo.FoodAndBeverageInfo

public EventReport.GeneralEventInfo.FoodAndBeverageInfo()
Method Detail

getComments

public EventReport.GeneralEventInfo.FoodAndBeverageInfo.Comments getComments()
Get the 'Comments' element value.

Returns:
value

setComments

public void setComments(EventReport.GeneralEventInfo.FoodAndBeverageInfo.Comments comments)
Set the 'Comments' element value.

Parameters:
comments -

getFoodAndBeverageIndicator

public java.lang.Boolean getFoodAndBeverageIndicator()
Get the 'FoodAndBeverageIndicator' attribute value. When true, indicates this event had at least one food and beverage function.

Returns:
value

setFoodAndBeverageIndicator

public void setFoodAndBeverageIndicator(java.lang.Boolean foodAndBeverageIndicator)
Set the 'FoodAndBeverageIndicator' attribute value. When true, indicates this event had at least one food and beverage function.

Parameters:
foodAndBeverageIndicator -

getLargestAttendanceQuantity

public java.lang.Integer getLargestAttendanceQuantity()
Get the 'LargestAttendanceQuantity' attribute value. Specifies the attendance at the largest food and beverage function for the event.

Returns:
value

setLargestAttendanceQuantity

public void setLargestAttendanceQuantity(java.lang.Integer largestAttendanceQuantity)
Set the 'LargestAttendanceQuantity' attribute value. Specifies the attendance at the largest food and beverage function for the event.

Parameters:
largestAttendanceQuantity -

getLargestAttendanceFunction

public java.lang.String getLargestAttendanceFunction()
Get the 'LargestAttendanceFunctionType' attribute value. Identifies the type of function with the largest attendance. Refer to OpenTravel Code list Event Charge (EVT).

Returns:
value

setLargestAttendanceFunction

public void setLargestAttendanceFunction(java.lang.String largestAttendanceFunction)
Set the 'LargestAttendanceFunctionType' attribute value. Identifies the type of function with the largest attendance. Refer to OpenTravel Code list Event Charge (EVT).

Parameters:
largestAttendanceFunction -

getLargestRevenueFunction

public java.lang.String getLargestRevenueFunction()
Get the 'LargestRevenueFunctionType' attribute value. Identifies the type of function that generated the most revenue. Refer to OpenTravel Code list Event Charge (EVT).

Returns:
value

setLargestRevenueFunction

public void setLargestRevenueFunction(java.lang.String largestRevenueFunction)
Set the 'LargestRevenueFunctionType' attribute value. Identifies the type of function that generated the most revenue. Refer to OpenTravel Code list Event Charge (EVT).

Parameters:
largestRevenueFunction -

getICWIndicator

public java.lang.Boolean getICWIndicator()
Get the 'ICW_Indicator' attribute value. In conjunction with indicator. When true, indicates there was at least one function that was not sponsored by this event, but that was held in conjunction with this event.

Returns:
value

setICWIndicator

public void setICWIndicator(java.lang.Boolean ICWIndicator)
Set the 'ICW_Indicator' attribute value. In conjunction with indicator. When true, indicates there was at least one function that was not sponsored by this event, but that was held in conjunction with this event.

Parameters:
ICWIndicator -