org.ota.hotel
Class ResModifyNotifRQ

java.lang.Object
  extended by org.ota.hotel.HotelResModifyRequest
      extended by org.ota.hotel.ResModifyNotifRQ

public class ResModifyNotifRQ
extends HotelResModifyRequest

This is a notification request message (push message) for reservations that were modified. It is used for a full overlay of the reservation. When changing data that requires an availability check, this message assumes the availability is known (if availability is not known an availability check containing the reservation ID may be useful). 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" type="ns:HotelResModifyRequestType" name="OTA_HotelResModifyNotifRQ"/>
 


Constructor Summary
ResModifyNotifRQ()
           
 
Method Summary
 
Methods inherited from class org.ota.hotel.HotelResModifyRequest
addUniqueID, clearUniqueIDs, getHotelResModifies, getOTAPayloadStdAttributes, getPOS, getResStatus, getUniqueID, getUniqueIDs, setHotelResModifies, setOTAPayloadStdAttributes, setPOS, setResStatus, setUniqueIDs, sizeUniqueIDs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResModifyNotifRQ

public ResModifyNotifRQ()