org.ota.hotel
Class ResModifyRQ

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

public class ResModifyRQ
extends HotelResModifyRequest

This is a request message for modifying a reservation. 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_HotelResModifyRQ"/>
 


Constructor Summary
ResModifyRQ()
           
 
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

ResModifyRQ

public ResModifyRQ()