|
|||||||
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.CountCategorySummary
public 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. 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 |
---|
public Statistics.Statistic.StatisticApplicationSet.CountCategorySummaries.CountCategorySummary()
Method Detail |
---|
public java.lang.Integer getSummaryCount()
public void setSummaryCount(java.lang.Integer summaryCount)
summaryCount
- public java.lang.String getCountCategoryCode()
public void setCountCategoryCode(java.lang.String countCategoryCode)
countCategoryCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |