org.ota.hotel
Class Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries.RevenueCategorySummary

java.lang.Object
  extended by org.ota.hotel.Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries.RevenueCategorySummary
Enclosing class:
Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries

public static class Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries.RevenueCategorySummary
extends java.lang.Object

This element has revenue amount data for its revenue category, identified using OpenTravel Code List RCC, such as Room Revenue, Food and Beverage Revenue. 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="RevenueCategorySummary" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attributeGroup ref="ns:RevenueCategorySummaryGroup"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RevenueCategorySummaryGroup">
   <xs:attribute type="xs:string" use="optional" name="RevenueCategoryCode"/>
   <xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
 </xs:attributeGroup>
 


Constructor Summary
Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries.RevenueCategorySummary()
           
 
Method Summary
 CurrencyAmountGroup getCurrencyAmountGroup()
          Get the 'CurrencyAmountGroup' attributeGroup value.
 java.lang.String getRevenueCategoryCode()
          Get the 'RevenueCategoryCode' attribute value.
 void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
          Set the 'CurrencyAmountGroup' attributeGroup value.
 void setRevenueCategoryCode(java.lang.String revenueCategoryCode)
          Set the 'RevenueCategoryCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries.RevenueCategorySummary

public Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries.RevenueCategorySummary()
Method Detail

getRevenueCategoryCode

public java.lang.String getRevenueCategoryCode()
Get the 'RevenueCategoryCode' attribute value. The representation of a revenue category. The following basic Revenue Categories are suggested: RoomRevenue : Total of room revenue at property. FoodRevenue : Total of restaurant and room service revenue at property. MeetingRevenue : Total of meeting room revenue at property. BarRevenue : Total of bar revenue at property. OtherRevenue : Total of other miscellaneous revenue at property. TotalRevenue : Total of all revenue at property. Refer to OpenTravel Code List Revenue Category Code (RCC). This is a union type which allows you to pass either the OpenTravel Code or a string of length 1 to 16.

Returns:
value

setRevenueCategoryCode

public void setRevenueCategoryCode(java.lang.String revenueCategoryCode)
Set the 'RevenueCategoryCode' attribute value. The representation of a revenue category. The following basic Revenue Categories are suggested: RoomRevenue : Total of room revenue at property. FoodRevenue : Total of restaurant and room service revenue at property. MeetingRevenue : Total of meeting room revenue at property. BarRevenue : Total of bar revenue at property. OtherRevenue : Total of other miscellaneous revenue at property. TotalRevenue : Total of all revenue at property. Refer to OpenTravel Code List Revenue Category Code (RCC). This is a union type which allows you to pass either the OpenTravel Code or a string of length 1 to 16.

Parameters:
revenueCategoryCode -

getCurrencyAmountGroup

public CurrencyAmountGroup getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value.

Returns:
value

setCurrencyAmountGroup

public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value.

Parameters:
currencyAmountGroup -