org.ota.hotel
Class Statistics.Statistic.StatisticApplicationSet.StatisticCodes.StatisticCode

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

public static class Statistics.Statistic.StatisticApplicationSet.StatisticCodes.StatisticCode
extends java.lang.Object

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

Statistics.Statistic.StatisticApplicationSet.StatisticCodes.StatisticCode

public Statistics.Statistic.StatisticApplicationSet.StatisticCodes.StatisticCode()
Method Detail

getStatCode

public java.lang.String getStatCode()
Get the 'StatCode' attribute value. Actual code used by the system to collect the statistics (e.g. CORP, RACK if category is Market Segment).

Returns:
value

setStatCode

public void setStatCode(java.lang.String statCode)
Set the 'StatCode' attribute value. Actual code used by the system to collect the statistics (e.g. CORP, RACK if category is Market Segment).

Parameters:
statCode -

getStatCategoryCode

public java.lang.String getStatCategoryCode()
Get the 'StatCategoryCode' attribute value. Category Code category of StatCode attribute (e.g. Market Segment). Refer to Code List SCC.

Returns:
value

setStatCategoryCode

public void setStatCategoryCode(java.lang.String statCategoryCode)
Set the 'StatCategoryCode' attribute value. Category Code category of StatCode attribute (e.g. Market Segment). Refer to Code List SCC.

Parameters:
statCategoryCode -