|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries.RevenueCategorySummary
public static class Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries.RevenueCategorySummary
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 |
|---|
public Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries.RevenueCategorySummary()
| Method Detail |
|---|
public java.lang.String getRevenueCategoryCode()
public void setRevenueCategoryCode(java.lang.String revenueCategoryCode)
revenueCategoryCode - public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||