org.ota.vehicle
Class ExchangeRS.Vehicle.VehRentalDetails

java.lang.Object
  extended by org.ota.vehicle.VehicleRentalDetails
      extended by org.ota.vehicle.ExchangeRS.Vehicle.VehRentalDetails
Enclosing class:
ExchangeRS.Vehicle

public static class ExchangeRS.Vehicle.VehRentalDetails
extends VehicleRentalDetails

Provides details of the vehicle at checkout, exchange in, or exchange out. 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="VehRentalDetails" minOccurs="0" maxOccurs="2">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleRentalDetailsType">
         <xs:attribute use="optional" name="CheckOutCheckInCode">
           <xs:simpleType>
             <!-- Reference to inner class CheckOutCheckInCode -->
           </xs:simpleType>
         </xs:attribute>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class ExchangeRS.Vehicle.VehRentalDetails.CheckOutCheckInCode
          Schema fragment(s) for this class:
 
Nested classes/interfaces inherited from class org.ota.vehicle.VehicleRentalDetails
VehicleRentalDetails.ConditionReport, VehicleRentalDetails.FuelLevelDetails
 
Constructor Summary
ExchangeRS.Vehicle.VehRentalDetails()
           
 
Method Summary
 ExchangeRS.Vehicle.VehRentalDetails.CheckOutCheckInCode getCheckOutCheckInCode()
          Get the 'CheckOutCheckInCode' attribute value.
 void setCheckOutCheckInCode(ExchangeRS.Vehicle.VehRentalDetails.CheckOutCheckInCode checkOutCheckInCode)
          Set the 'CheckOutCheckInCode' attribute value.
 
Methods inherited from class org.ota.vehicle.VehicleRentalDetails
addConditionReport, clearConditionReports, getConditionReport, getConditionReports, getFuelLevelDetails, getOdometerReading, getParkingLocation, setConditionReports, setFuelLevelDetails, setOdometerReading, setParkingLocation, sizeConditionReports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExchangeRS.Vehicle.VehRentalDetails

public ExchangeRS.Vehicle.VehRentalDetails()
Method Detail

getCheckOutCheckInCode

public ExchangeRS.Vehicle.VehRentalDetails.CheckOutCheckInCode getCheckOutCheckInCode()
Get the 'CheckOutCheckInCode' attribute value. Used to identify the context of the element and whether the content applies to data at the time of CheckOut or CheckIn.

Returns:
value

setCheckOutCheckInCode

public void setCheckOutCheckInCode(ExchangeRS.Vehicle.VehRentalDetails.CheckOutCheckInCode checkOutCheckInCode)
Set the 'CheckOutCheckInCode' attribute value. Used to identify the context of the element and whether the content applies to data at the time of CheckOut or CheckIn.

Parameters:
checkOutCheckInCode -