|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.EventReport.GeneralEventInfo.FoodAndBeverageInfo
public static class EventReport.GeneralEventInfo.FoodAndBeverageInfo
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 |
|---|
public EventReport.GeneralEventInfo.FoodAndBeverageInfo()
| Method Detail |
|---|
public EventReport.GeneralEventInfo.FoodAndBeverageInfo.Comments getComments()
public void setComments(EventReport.GeneralEventInfo.FoodAndBeverageInfo.Comments comments)
comments - public java.lang.Boolean getFoodAndBeverageIndicator()
public void setFoodAndBeverageIndicator(java.lang.Boolean foodAndBeverageIndicator)
foodAndBeverageIndicator - public java.lang.Integer getLargestAttendanceQuantity()
public void setLargestAttendanceQuantity(java.lang.Integer largestAttendanceQuantity)
largestAttendanceQuantity - public java.lang.String getLargestAttendanceFunction()
public void setLargestAttendanceFunction(java.lang.String largestAttendanceFunction)
largestAttendanceFunction - public java.lang.String getLargestRevenueFunction()
public void setLargestRevenueFunction(java.lang.String largestRevenueFunction)
largestRevenueFunction - public java.lang.Boolean getICWIndicator()
public void setICWIndicator(java.lang.Boolean ICWIndicator)
ICWIndicator -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||