org.ota.hotel
Class StatisticReportGroup

java.lang.Object
  extended by org.ota.hotel.StatisticReportGroup

public class StatisticReportGroup
extends java.lang.Object

Attribute Group to identify a Statistic Report exchanged via OTA_HotelStats or OTA_HotelStatsNotif. Schema fragment(s) for this class:

 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StatisticReportGroup">
   <xs:attribute type="xs:string" use="optional" name="FiscalDate"/>
   <xs:attribute type="xs:string" use="optional" name="ReportCode"/>
 </xs:attributeGroup>
 


Constructor Summary
StatisticReportGroup()
           
 
Method Summary
 java.lang.String getFiscalDate()
          Get the 'FiscalDate' attribute value.
 java.lang.String getReportCode()
          Get the 'ReportCode' attribute value.
 void setFiscalDate(java.lang.String fiscalDate)
          Set the 'FiscalDate' attribute value.
 void setReportCode(java.lang.String reportCode)
          Set the 'ReportCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticReportGroup

public StatisticReportGroup()
Method Detail

getFiscalDate

public java.lang.String getFiscalDate()
Get the 'FiscalDate' attribute value. Hotel fiscal date for statistics.

Returns:
value

setFiscalDate

public void setFiscalDate(java.lang.String fiscalDate)
Set the 'FiscalDate' attribute value. Hotel fiscal date for statistics.

Parameters:
fiscalDate -

getReportCode

public java.lang.String getReportCode()
Get the 'ReportCode' attribute value. Identifies the type of statistics collected. Each ReportCode corresponds to a set of category summaries based upon a predetermined agreement.

Returns:
value

setReportCode

public void setReportCode(java.lang.String reportCode)
Set the 'ReportCode' attribute value. Identifies the type of statistics collected. Each ReportCode corresponds to a set of category summaries based upon a predetermined agreement.

Parameters:
reportCode -