|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Statistics.Statistic
public static class Statistics.Statistic
Used to define the report fiscal date, report code, and the hotel(s) for which data is being reported. 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:StatisticType" name="Statistic" maxOccurs="unbounded"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StatisticType">
<xs:sequence>
<xs:element name="StatisticApplicationSets">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:StatisticApplicationSetType" name="StatisticApplicationSet" maxOccurs="unbounded">
<!-- Reference to inner class StatisticApplicationSet -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="ns:HotelReferenceGroup"/>
<xs:attributeGroup ref="ns:StatisticReportGroup"/>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
Statistics.Statistic.StatisticApplicationSet
Repeated for each date or set of statistic codes. |
| Constructor Summary | |
|---|---|
Statistics.Statistic()
|
|
| Method Summary | |
|---|---|
void |
addStatisticApplicationSet(Statistics.Statistic.StatisticApplicationSet item)
Add a 'StatisticApplicationSet' element item. |
void |
clearStatisticApplicationSets()
Remove all 'StatisticApplicationSet' element items. |
HotelReferenceGroup |
getHotelReferenceGroup()
Get the 'HotelReferenceGroup' attributeGroup value. |
Statistics.Statistic.StatisticApplicationSet |
getStatisticApplicationSet(int index)
Get 'StatisticApplicationSet' element item by position. |
java.util.List<Statistics.Statistic.StatisticApplicationSet> |
getStatisticApplicationSets()
Get the list of 'StatisticApplicationSet' element items. |
StatisticReportGroup |
getStatisticReportGroup()
Get the 'StatisticReportGroup' attributeGroup value. |
void |
setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
Set the 'HotelReferenceGroup' attributeGroup value. |
void |
setStatisticApplicationSets(java.util.List<Statistics.Statistic.StatisticApplicationSet> list)
Set the list of 'StatisticApplicationSet' element items. |
void |
setStatisticReportGroup(StatisticReportGroup statisticReportGroup)
Set the 'StatisticReportGroup' attributeGroup value. |
int |
sizeStatisticApplicationSets()
Get the number of 'StatisticApplicationSet' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Statistics.Statistic()
| Method Detail |
|---|
public java.util.List<Statistics.Statistic.StatisticApplicationSet> getStatisticApplicationSets()
public void setStatisticApplicationSets(java.util.List<Statistics.Statistic.StatisticApplicationSet> list)
list - public int sizeStatisticApplicationSets()
public void addStatisticApplicationSet(Statistics.Statistic.StatisticApplicationSet item)
item - public Statistics.Statistic.StatisticApplicationSet getStatisticApplicationSet(int index)
index -
public void clearStatisticApplicationSets()
public HotelReferenceGroup getHotelReferenceGroup()
public void setHotelReferenceGroup(HotelReferenceGroup hotelReferenceGroup)
hotelReferenceGroup - public StatisticReportGroup getStatisticReportGroup()
public void setStatisticReportGroup(StatisticReportGroup statisticReportGroup)
statisticReportGroup -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||