org.ota.hotel
Class Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries

java.lang.Object
  extended by org.ota.hotel.Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries
Enclosing class:
Statistics.Statistic.StatisticApplicationSet

public static class Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries
extends java.lang.Object

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

Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries

public Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries()
Method Detail

getCountCategorySummaries

public java.util.List<Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary> getCountCategorySummaries()
Get the list of 'CountCategorySummary' element items.

Returns:
list

setCountCategorySummaries

public void setCountCategorySummaries(java.util.List<Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary> list)
Set the list of 'CountCategorySummary' element items.

Parameters:
list -

sizeCountCategorySummaries

public int sizeCountCategorySummaries()
Get the number of 'CountCategorySummary' element items.

Returns:
count

addCountCategorySummary

public void addCountCategorySummary(Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary item)
Add a 'CountCategorySummary' element item.

Parameters:
item -

getCountCategorySummary

public Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary getCountCategorySummary(int index)
Get 'CountCategorySummary' element item by position.

Parameters:
index -
Returns:
item

clearCountCategorySummaries

public void clearCountCategorySummaries()
Remove all 'CountCategorySummary' element items.