|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Statistics.Statistic.StatisticApplicationSet
public static class Statistics.Statistic.StatisticApplicationSet
Repeated for each date or set of statistic codes. 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" type="ns:StatisticApplicationSetType" name="StatisticApplicationSet" maxOccurs="unbounded"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StatisticApplicationSetType">
<xs:sequence>
<xs:element name="StatisticCodes" minOccurs="0">
<!-- Reference to inner class StatisticCodes -->
</xs:element>
<xs:element name="RevenueCategorySummaries" minOccurs="0">
<!-- Reference to inner class RevenueCategorySummaries -->
</xs:element>
<xs:element name="CountCategorySummaries" minOccurs="0">
<!-- Reference to inner class CountCategorySummaries -->
</xs:element>
<xs:element name="ReportSummaries" minOccurs="0">
<!-- Reference to inner class ReportSummaries -->
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries
Collection of CountCategorySummary elements. |
static class |
Statistics.Statistic.StatisticApplicationSet.ReportSummaries
Collection of ReportSummary elements. |
static class |
Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries
Collection of RevenueCategorySummary elements. |
static class |
Statistics.Statistic.StatisticApplicationSet.StatisticCodes
Collection of StatisticCode elements. |
| Constructor Summary | |
|---|---|
Statistics.Statistic.StatisticApplicationSet()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Statistics.Statistic.StatisticApplicationSet()
| Method Detail |
|---|
public Statistics.Statistic.StatisticApplicationSet.StatisticCodes getStatisticCodes()
public void setStatisticCodes(Statistics.Statistic.StatisticApplicationSet.StatisticCodes statisticCodes)
statisticCodes - public Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries getRevenueCategorySummaries()
public void setRevenueCategorySummaries(Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries revenueCategorySummaries)
revenueCategorySummaries - public Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries getCountCategorySummaries()
public void setCountCategorySummaries(Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries countCategorySummaries)
countCategorySummaries - public Statistics.Statistic.StatisticApplicationSet.ReportSummaries getReportSummaries()
public void setReportSummaries(Statistics.Statistic.StatisticApplicationSet.ReportSummaries reportSummaries)
reportSummaries - public DateTimeSpanGroup getDateTimeSpanGroup()
public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
dateTimeSpanGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||