org.ota.hotel
Class ResModifyRS

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

public class ResModifyRS
extends HotelResModifyResponse

This is the response 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_HotelResModifyRS"/>
 


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

ResModifyRS

public ResModifyRS()