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

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

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

This element has count data for each count category, identified using OpenTravel Code List CNT, such as number of guests, rooms occupied, etc. 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="CountCategorySummary" maxOccurs="unbounded">
   <xs:complexType>
     <xs:attributeGroup ref="ns:CountCategorySummaryGroup"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="CountCategorySummaryGroup">
   <xs:attribute type="xs:int" use="optional" name="SummaryCount"/>
   <xs:attribute type="xs:string" use="optional" name="CountCategoryCode"/>
 </xs:attributeGroup>
 


Constructor Summary
Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary()
           
 
Method Summary
 java.lang.String getCountCategoryCode()
          Get the 'CountCategoryCode' attribute value.
 java.lang.Integer getSummaryCount()
          Get the 'SummaryCount' attribute value.
 void setCountCategoryCode(java.lang.String countCategoryCode)
          Set the 'CountCategoryCode' attribute value.
 void setSummaryCount(java.lang.Integer summaryCount)
          Set the 'SummaryCount' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary

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

getSummaryCount

public java.lang.Integer getSummaryCount()
Get the 'SummaryCount' attribute value. The total count for the category in CountCategoryCode.

Returns:
value

setSummaryCount

public void setSummaryCount(java.lang.Integer summaryCount)
Set the 'SummaryCount' attribute value. The total count for the category in CountCategoryCode.

Parameters:
summaryCount -

getCountCategoryCode

public java.lang.String getCountCategoryCode()
Get the 'CountCategoryCode' attribute value. The representation of a count category such as Guests : Number of guests, RoomsOcc : Rooms occupied. Refer to OpenTravel Code List Count Category Code (CNT).

Returns:
value

setCountCategoryCode

public void setCountCategoryCode(java.lang.String countCategoryCode)
Set the 'CountCategoryCode' attribute value. The representation of a count category such as Guests : Number of guests, RoomsOcc : Rooms occupied. Refer to OpenTravel Code List Count Category Code (CNT).

Parameters:
countCategoryCode -