org.ota.vehicle
Class ResStatusNotifRS.VehResStatusNotifRSCore

java.lang.Object
  extended by org.ota.vehicle.VehicleResRSCore
      extended by org.ota.vehicle.ResStatusNotifRS.VehResStatusNotifRSCore
Enclosing class:
ResStatusNotifRS

public static class ResStatusNotifRS.VehResStatusNotifRSCore
extends VehicleResRSCore

Identifies the common, or core, information associated with the response 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="VehResStatusNotifRSCore" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleResRSCoreType">
         <xs:attribute type="xs:string" use="optional" name="ReservationStatus"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
ResStatusNotifRS.VehResStatusNotifRSCore()
           
 
Method Summary
 java.lang.String getReservationStatus()
          Get the 'ReservationStatus' attribute value.
 void setReservationStatus(java.lang.String reservationStatus)
          Set the 'ReservationStatus' attribute value.
 
Methods inherited from class org.ota.vehicle.VehicleResRSCore
getTPAExtensions, getVehReservation, setTPAExtensions, setVehReservation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResStatusNotifRS.VehResStatusNotifRSCore

public ResStatusNotifRS.VehResStatusNotifRSCore()
Method Detail

getReservationStatus

public java.lang.String getReservationStatus()
Get the 'ReservationStatus' attribute value. Used to specify the status of the reservation with either one of the enumerations in TransactionStatusType or an UpperCaseAlphaLength1to2 code such as an IATA status code.

Returns:
value

setReservationStatus

public void setReservationStatus(java.lang.String reservationStatus)
Set the 'ReservationStatus' attribute value. Used to specify the status of the reservation with either one of the enumerations in TransactionStatusType or an UpperCaseAlphaLength1to2 code such as an IATA status code.

Parameters:
reservationStatus -