|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.StatisticReportGroup
public class StatisticReportGroup
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 |
|---|
public StatisticReportGroup()
| Method Detail |
|---|
public java.lang.String getFiscalDate()
public void setFiscalDate(java.lang.String fiscalDate)
fiscalDate - public java.lang.String getReportCode()
public void setReportCode(java.lang.String reportCode)
reportCode -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||