org.ota.hotel
Class StatsNotifRQ

java.lang.Object
  extended by org.ota.hotel.StatsNotifRQ

public class StatsNotifRQ
extends java.lang.Object

The Statistic Notification Request is a report that may be generated at regular intervals by the property management system (PMS) and sent to a chain, central reservation office (CRO), or management company system. It provides an update of hotel statistics for analysis and may be sent unsolicited by the PMS to the receiving system. 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="OTA_HotelStatsNotifRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:POS_Type" name="POS" minOccurs="0"/>
       <xs:element type="ns:StatisticsType" name="Statistics"/>
       <xs:element type="ns:UniqueID_Type" name="UniqueID" minOccurs="0"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
StatsNotifRQ()
           
 
Method Summary
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 POS getPOS()
          Get the 'POS' element value.
 Statistics getStatistics()
          Get the 'Statistics' element value.
 UniqueID getUniqueID()
          Get the 'UniqueID' element value.
 void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setPOS(POS POS)
          Set the 'POS' element value.
 void setStatistics(Statistics statistics)
          Set the 'Statistics' element value.
 void setUniqueID(UniqueID uniqueID)
          Set the 'UniqueID' element value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatsNotifRQ

public StatsNotifRQ()
Method Detail

getPOS

public POS getPOS()
Get the 'POS' element value. Used to specify information on the organization submitting the statistical data.

Returns:
value

setPOS

public void setPOS(POS POS)
Set the 'POS' element value. Used to specify information on the organization submitting the statistical data.

Parameters:
POS -

getStatistics

public Statistics getStatistics()
Get the 'Statistics' element value. Collection of Statistic elements.

Returns:
value

setStatistics

public void setStatistics(Statistics statistics)
Set the 'Statistics' element value. Collection of Statistic elements.

Parameters:
statistics -

getUniqueID

public UniqueID getUniqueID()
Get the 'UniqueID' element value. Uniquely identifies this message.

Returns:
value

setUniqueID

public void setUniqueID(UniqueID uniqueID)
Set the 'UniqueID' element value. Uniquely identifies this message.

Parameters:
uniqueID -

getOTAPayloadStdAttributes

public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value.

Returns:
value

setOTAPayloadStdAttributes

public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value.

Parameters:
OTAPayloadStdAttributes -