|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries
public static class Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries
Collection of CountCategorySummary elements. Used if count values 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" name="CountCategorySummaries" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="CountCategorySummary" maxOccurs="unbounded">
<!-- Reference to inner class CountCategorySummary -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary
This element has count data for each count category, identified using OpenTravel Code List CNT, such as number of guests, rooms occupied, etc. |
| Constructor Summary | |
|---|---|
Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries()
|
|
| Method Summary | |
|---|---|
void |
addCountCategorySummary(Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary item)
Add a 'CountCategorySummary' element item. |
void |
clearCountCategorySummaries()
Remove all 'CountCategorySummary' element items. |
java.util.List<Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary> |
getCountCategorySummaries()
Get the list of 'CountCategorySummary' element items. |
Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary |
getCountCategorySummary(int index)
Get 'CountCategorySummary' element item by position. |
void |
setCountCategorySummaries(java.util.List<Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary> list)
Set the list of 'CountCategorySummary' element items. |
int |
sizeCountCategorySummaries()
Get the number of 'CountCategorySummary' 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.StatisticApplicationSet.CountCategorySummaries()
| Method Detail |
|---|
public java.util.List<Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary> getCountCategorySummaries()
public void setCountCategorySummaries(java.util.List<Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary> list)
list - public int sizeCountCategorySummaries()
public void addCountCategorySummary(Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary item)
item - public Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary getCountCategorySummary(int index)
index -
public void clearCountCategorySummaries()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||