org.ota.hotel
Class CommNotifRQ

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

public class CommNotifRQ
extends java.lang.Object

CommissionEventUpdateRequest CommissionsEvents are prepared by the PMS as a result of a guest stay, or by systems such as an activity vendor's system as a result of a completed activity. The report is then sent to the entity responsible for making payments to those parties that are to receive commissions for the transactions. 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_HotelCommNotifRQ">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:CommissionEventsType" name="CommissionEvents"/>
     </xs:sequence>
     <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
CommNotifRQ()
           
 
Method Summary
 CommissionEvents getCommissionEvents()
          Get the 'CommissionEvents' element value.
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setCommissionEvents(CommissionEvents commissionEvents)
          Set the 'CommissionEvents' element value.
 void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommNotifRQ

public CommNotifRQ()
Method Detail

getCommissionEvents

public CommissionEvents getCommissionEvents()
Get the 'CommissionEvents' element value. A collection of CommissionsEvent elements that result from a guest stay to be sent to the system responsible for processing agent commission payments.

Returns:
value

setCommissionEvents

public void setCommissionEvents(CommissionEvents commissionEvents)
Set the 'CommissionEvents' element value. A collection of CommissionsEvent elements that result from a guest stay to be sent to the system responsible for processing agent commission payments.

Parameters:
commissionEvents -

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 -