org.ota.hotel
Class StatsRQ.RequestedHotel.RequestedReport

java.lang.Object
  extended by org.ota.hotel.StatsRQ.RequestedHotel.RequestedReport
Enclosing class:
StatsRQ.RequestedHotel

public static class StatsRQ.RequestedHotel.RequestedReport
extends java.lang.Object

Identifies a report being requested. 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="RequestedReport" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attributeGroup ref="ns:DateTimeSpanGroup"/>
     <xs:attributeGroup ref="ns:StatisticReportGroup"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
StatsRQ.RequestedHotel.RequestedReport()
           
 
Method Summary
 DateTimeSpanGroup getDateTimeSpanGroup()
          Get the 'DateTimeSpanGroup' attributeGroup value.
 StatisticReportGroup getStatisticReportGroup()
          Get the 'StatisticReportGroup' attributeGroup value.
 void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
          Set the 'DateTimeSpanGroup' attributeGroup value.
 void setStatisticReportGroup(StatisticReportGroup statisticReportGroup)
          Set the 'StatisticReportGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsRQ.RequestedHotel.RequestedReport

public StatsRQ.RequestedHotel.RequestedReport()
Method Detail

getDateTimeSpanGroup

public DateTimeSpanGroup getDateTimeSpanGroup()
Get the 'DateTimeSpanGroup' attributeGroup value. This may be used to send a date range for several fiscal dates (and thus several reports) instead of a single fiscal date.

Returns:
value

setDateTimeSpanGroup

public void setDateTimeSpanGroup(DateTimeSpanGroup dateTimeSpanGroup)
Set the 'DateTimeSpanGroup' attributeGroup value. This may be used to send a date range for several fiscal dates (and thus several reports) instead of a single fiscal date.

Parameters:
dateTimeSpanGroup -

getStatisticReportGroup

public StatisticReportGroup getStatisticReportGroup()
Get the 'StatisticReportGroup' attributeGroup value. This may be used to provide the ReportCode (pre-defined) and the FiscalDate for a specific report request. Generally, when providing a particular FiscalDate, the DateTimeSpanGroup would not be used.

Returns:
value

setStatisticReportGroup

public void setStatisticReportGroup(StatisticReportGroup statisticReportGroup)
Set the 'StatisticReportGroup' attributeGroup value. This may be used to provide the ReportCode (pre-defined) and the FiscalDate for a specific report request. Generally, when providing a particular FiscalDate, the DateTimeSpanGroup would not be used.

Parameters:
statisticReportGroup -