| 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.hotel.Statistics.Statistic.StatisticApplicationSet.StatisticCodes.StatisticCode
public static class Statistics.Statistic.StatisticApplicationSet.StatisticCodes.StatisticCode
Defines the codes and corresponding categories for which the data in the other elements has been gathered. 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="StatisticCode" maxOccurs="5">
   <xs:complexType>
     <xs:attributeGroup ref="ns:StatisticCodeGroup"/>
   </xs:complexType>
 </xs:element>
 
 <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="StatisticCodeGroup">
   <xs:attribute type="xs:string" use="optional" name="StatCode"/>
   <xs:attribute type="xs:string" use="optional" name="StatCategoryCode"/>
 </xs:attributeGroup>
 
| Constructor Summary | |
|---|---|
Statistics.Statistic.StatisticApplicationSet.StatisticCodes.StatisticCode()
 | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getStatCategoryCode()
Get the 'StatCategoryCode' attribute value.  | 
 java.lang.String | 
getStatCode()
Get the 'StatCode' attribute value.  | 
 void | 
setStatCategoryCode(java.lang.String statCategoryCode)
Set the 'StatCategoryCode' attribute value.  | 
 void | 
setStatCode(java.lang.String statCode)
Set the 'StatCode' 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.StatisticCodes.StatisticCode()
| Method Detail | 
|---|
public java.lang.String getStatCode()
public void setStatCode(java.lang.String statCode)
statCode - public java.lang.String getStatCategoryCode()
public void setStatCategoryCode(java.lang.String statCategoryCode)
statCategoryCode - 
  | 
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||