org.ota.hotel
Class Statistics.Statistic.StatisticApplicationSet

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

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

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()
           
 
Method Summary
 Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries getCountCategorySummaries()
          Get the 'CountCategorySummaries' element value.
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 Statistics.Statistic.StatisticApplicationSet.ReportSummaries getReportSummaries()
          Get the 'ReportSummaries' element value.
 Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries getRevenueCategorySummaries()
          Get the 'RevenueCategorySummaries' element value.
 Statistics.Statistic.StatisticApplicationSet.StatisticCodes getStatisticCodes()
          Get the 'StatisticCodes' element value.
 void setCountCategorySummaries(Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries countCategorySummaries)
          Set the 'CountCategorySummaries' element value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setReportSummaries(Statistics.Statistic.StatisticApplicationSet.ReportSummaries reportSummaries)
          Set the 'ReportSummaries' element value.
 void setRevenueCategorySummaries(Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries revenueCategorySummaries)
          Set the 'RevenueCategorySummaries' element value.
 void setStatisticCodes(Statistics.Statistic.StatisticApplicationSet.StatisticCodes statisticCodes)
          Set the 'StatisticCodes' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statistics.Statistic.StatisticApplicationSet

public Statistics.Statistic.StatisticApplicationSet()
Method Detail

getStatisticCodes

public Statistics.Statistic.StatisticApplicationSet.StatisticCodes getStatisticCodes()
Get the 'StatisticCodes' element value. Includes the statistic data reported and the codes for which it has been aggregated, if applicable. The applicable date range for the data is defined in its attributes.

Returns:
value

setStatisticCodes

public void setStatisticCodes(Statistics.Statistic.StatisticApplicationSet.StatisticCodes statisticCodes)
Set the 'StatisticCodes' element value. Includes the statistic data reported and the codes for which it has been aggregated, if applicable. The applicable date range for the data is defined in its attributes.

Parameters:
statisticCodes -

getRevenueCategorySummaries

public Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries getRevenueCategorySummaries()
Get the 'RevenueCategorySummaries' element value. Includes the statistic data reported and the codes for which it has been aggregated, if applicable. The applicable date range for the data is defined in its attributes.

Returns:
value

setRevenueCategorySummaries

public void setRevenueCategorySummaries(Statistics.Statistic.StatisticApplicationSet.RevenueCategorySummaries revenueCategorySummaries)
Set the 'RevenueCategorySummaries' element value. Includes the statistic data reported and the codes for which it has been aggregated, if applicable. The applicable date range for the data is defined in its attributes.

Parameters:
revenueCategorySummaries -

getCountCategorySummaries

public Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries getCountCategorySummaries()
Get the 'CountCategorySummaries' element value. Includes the statistic data reported and the codes for which it has been aggregated, if applicable. The applicable date range for the data is defined in its attributes.

Returns:
value

setCountCategorySummaries

public void setCountCategorySummaries(Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries countCategorySummaries)
Set the 'CountCategorySummaries' element value. Includes the statistic data reported and the codes for which it has been aggregated, if applicable. The applicable date range for the data is defined in its attributes.

Parameters:
countCategorySummaries -

getReportSummaries

public Statistics.Statistic.StatisticApplicationSet.ReportSummaries getReportSummaries()
Get the 'ReportSummaries' element value. Includes the statistic data reported and the codes for which it has been aggregated, if applicable. The applicable date range for the data is defined in its attributes.

Returns:
value

setReportSummaries

public void setReportSummaries(Statistics.Statistic.StatisticApplicationSet.ReportSummaries reportSummaries)
Set the 'ReportSummaries' element value. Includes the statistic data reported and the codes for which it has been aggregated, if applicable. The applicable date range for the data is defined in its attributes.

Parameters:
reportSummaries -

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value.

Parameters:
dateTimeSpanGroup -