org.ota.vehicle
Class ResRS.VehResRSCore

java.lang.Object
  extended by org.ota.vehicle.VehicleResRSCore
      extended by org.ota.vehicle.ResRS.VehResRSCore
Enclosing class:
ResRS

public static class ResRS.VehResRSCore
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="VehResRSCore" 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
ResRS.VehResRSCore()
           
 
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

ResRS.VehResRSCore

public ResRS.VehResRSCore()
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 -