org.ota.vehicle
Class ExchangeRS.Vehicle.VehRentalDetails
java.lang.Object
org.ota.vehicle.VehicleRentalDetails
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>
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 |
ExchangeRS.Vehicle.VehRentalDetails
public ExchangeRS.Vehicle.VehRentalDetails()
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
-