org.ota.vehicle
Class ResStatusNotifRQ.VehResStatusNotifRQInfo

java.lang.Object
  extended by org.ota.vehicle.VehicleResRSAdditionalInfo
      extended by org.ota.vehicle.ResStatusNotifRQ.VehResStatusNotifRQInfo
Enclosing class:
ResStatusNotifRQ

public static class ResStatusNotifRQ.VehResStatusNotifRQInfo
extends VehicleResRSAdditionalInfo

Identifies the supplemental information associated with the request providing information on 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="VehResStatusNotifRQInfo" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleResRSAdditionalInfoType">
         <xs:attribute type="ns:TransactionActionType" use="optional" name="ResStatus"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ResStatusNotifRQ.VehResStatusNotifRQInfo()
           
 
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.VehicleResRSAdditionalInfo
getTPAExtensions, setTPAExtensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResStatusNotifRQ.VehResStatusNotifRQInfo

public ResStatusNotifRQ.VehResStatusNotifRQInfo()
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 -