org.ota.hotel
Class ResModifyNotifRS

java.lang.Object
  extended by org.ota.hotel.HotelResModifyResponse
      extended by org.ota.hotel.ResModifyNotifRS

public class ResModifyNotifRS
extends HotelResModifyResponse

This is the response notify message for a full overlay modification to a reservation. The response could be as simple as indicating the modification was made or as complex as echoing back all reservation information. 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:HotelResModifyResponseType" name="OTA_HotelResModifyNotifRS"/>
 


Constructor Summary
ResModifyNotifRS()
           
 
Method Summary
 
Methods inherited from class org.ota.hotel.HotelResModifyResponse
clearChoiceSelect, getErrors, getHotelResModifies, getOTAPayloadStdAttributes, getPOS, getResResponse, getWarnings, ifErrors, ifSuccess, setErrors, setHotelResModifies, setOTAPayloadStdAttributes, setPOS, setResResponse, setWarnings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResModifyNotifRS

public ResModifyNotifRS()