|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.hotel.StayInfos.StayInfo.RevenueCategories.RevenueCategory
public static class StayInfos.StayInfo.RevenueCategories.RevenueCategory
The classifications of revenue data associated with the StayInfo report. A RevenueCategory provide a way to classify guest financial stay data and analyze guest spending for a certain category (e.g., food and beverage, room, etc.) Schema fragment(s) for this class:
<xs:element xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" type="RevenueCategoryType" name="RevenueCategory" maxOccurs="99"/> <xs:complexType xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RevenueCategoryType"> <xs:sequence> <xs:element name="SummaryAmount" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="CurrencyAmountGroup"/> </xs:complexType> </xs:element> <xs:element type="RevenueDetailsType" name="RevenueDetails" minOccurs="0"> <!-- Reference to inner class RevenueDetails --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="RevenueCategoryCode"/> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
StayInfos.StayInfo.RevenueCategories.RevenueCategory.RevenueDetails
A collection of revenue details. |
Constructor Summary | |
---|---|
StayInfos.StayInfo.RevenueCategories.RevenueCategory()
|
Method Summary | |
---|---|
java.lang.String |
getRevenueCategoryCode()
Get the 'RevenueCategoryCode' attribute value. |
StayInfos.StayInfo.RevenueCategories.RevenueCategory.RevenueDetails |
getRevenueDetails()
Get the 'RevenueDetails' element value. |
CurrencyAmountGroup |
getSummaryAmount()
Get the 'CurrencyAmountGroup' attributeGroup value. |
void |
setRevenueCategoryCode(java.lang.String revenueCategoryCode)
Set the 'RevenueCategoryCode' attribute value. |
void |
setRevenueDetails(StayInfos.StayInfo.RevenueCategories.RevenueCategory.RevenueDetails revenueDetails)
Set the 'RevenueDetails' element value. |
void |
setSummaryAmount(CurrencyAmountGroup summaryAmount)
Set the 'CurrencyAmountGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StayInfos.StayInfo.RevenueCategories.RevenueCategory()
Method Detail |
---|
public CurrencyAmountGroup getSummaryAmount()
public void setSummaryAmount(CurrencyAmountGroup summaryAmount)
summaryAmount
- public StayInfos.StayInfo.RevenueCategories.RevenueCategory.RevenueDetails getRevenueDetails()
public void setRevenueDetails(StayInfos.StayInfo.RevenueCategories.RevenueCategory.RevenueDetails revenueDetails)
revenueDetails
- public java.lang.String getRevenueCategoryCode()
public void setRevenueCategoryCode(java.lang.String revenueCategoryCode)
revenueCategoryCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |