org.ota.vehicle
Class ResRQ.VehResRQInfo

java.lang.Object
  extended by org.ota.vehicle.VehicleReservationRQAdditionalInfo
      extended by org.ota.vehicle.ResRQ.VehResRQInfo
Enclosing class:
ResRQ

public static class ResRQ.VehResRQInfo
extends VehicleReservationRQAdditionalInfo

Identifies the supplemental information associated with the request for the reservation of a rental vehicle. 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="VehResRQInfo" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleReservationRQAdditionalInfoType">
         <xs:attribute type="ns:TransactionActionType" use="optional" name="ResStatus"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.vehicle.VehicleReservationRQAdditionalInfo
VehicleReservationRQAdditionalInfo.CoveragePrefs, VehicleReservationRQAdditionalInfo.Reference, VehicleReservationRQAdditionalInfo.RentalPaymentPref
 
Constructor Summary
ResRQ.VehResRQInfo()
           
 
Method Summary
 TransactionAction getResStatus()
          Get the 'ResStatus' attribute value.
 void setResStatus(TransactionAction resStatus)
          Set the 'ResStatus' attribute value.
 
Methods inherited from class org.ota.vehicle.VehicleReservationRQAdditionalInfo
addOffLocService, addRemark, addRentalPaymentPref, addSpecialReqPref, clearOffLocServices, clearRemarks, clearRentalPaymentPrefs, clearSpecialReqPrefs, getArrivalDetails, getCoveragePrefs, getGasPrePay, getLuggageQty, getOffLocService, getOffLocServices, getPassengerQty, getReference, getRemark, getRemarks, getRentalPaymentPref, getRentalPaymentPrefs, getSmokingAllowed, getSpecialReqPref, getSpecialReqPrefs, getTourInfo, getTPAExtensions, getWrittenConfInst, setArrivalDetails, setCoveragePrefs, setGasPrePay, setLuggageQty, setOffLocServices, setPassengerQty, setReference, setRemarks, setRentalPaymentPrefs, setSmokingAllowed, setSpecialReqPrefs, setTourInfo, setTPAExtensions, setWrittenConfInst, sizeOffLocServices, sizeRemarks, sizeRentalPaymentPrefs, sizeSpecialReqPrefs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResRQ.VehResRQInfo

public ResRQ.VehResRQInfo()
Method Detail

getResStatus

public TransactionAction getResStatus()
Get the 'ResStatus' attribute value. Used to specify action which should be taken on the customer's entire reservation.

Returns:
value

setResStatus

public void setResStatus(TransactionAction resStatus)
Set the 'ResStatus' attribute value. Used to specify action which should be taken on the customer's entire reservation.

Parameters:
resStatus -