org.ota.vehicle
Class VehicleRentalTransaction.PickUpReturnDetails

java.lang.Object
  extended by org.ota.vehicle.VehicleRentalCore
      extended by org.ota.vehicle.VehicleRentalTransaction.PickUpReturnDetails
Enclosing class:
VehicleRentalTransaction

public static class VehicleRentalTransaction.PickUpReturnDetails
extends VehicleRentalCore

Actual rental checkout and expected return locations, dates and times. 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="PickUpReturnDetails" minOccurs="0" maxOccurs="2">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleRentalCoreType">
         <xs:attribute use="optional" name="ExpectedActualCode">
           <xs:simpleType>
             <!-- Reference to inner class ExpectedActualCode -->
           </xs:simpleType>
         </xs:attribute>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class VehicleRentalTransaction.PickUpReturnDetails.ExpectedActualCode
          Schema fragment(s) for this class:
 
Nested classes/interfaces inherited from class org.ota.vehicle.VehicleRentalCore
VehicleRentalCore.PickUpLocation, VehicleRentalCore.ReturnLocation
 
Constructor Summary
VehicleRentalTransaction.PickUpReturnDetails()
           
 
Method Summary
 VehicleRentalTransaction.PickUpReturnDetails.ExpectedActualCode getExpectedActualCode()
          Get the 'ExpectedActualCode' attribute value.
 void setExpectedActualCode(VehicleRentalTransaction.PickUpReturnDetails.ExpectedActualCode expectedActualCode)
          Set the 'ExpectedActualCode' attribute value.
 
Methods inherited from class org.ota.vehicle.VehicleRentalCore
addPickUpLocation, clearPickUpLocations, getDistUnitName, getMultiIslandRentalDays, getOneWayIndicator, getPickUpDateTime, getPickUpLocation, getPickUpLocations, getQuantity, getReturnDateTime, getReturnLocation, getStartChargesDateTime, getStopChargesDateTime, setDistUnitName, setMultiIslandRentalDays, setOneWayIndicator, setPickUpDateTime, setPickUpLocations, setQuantity, setReturnDateTime, setReturnLocation, setStartChargesDateTime, setStopChargesDateTime, sizePickUpLocations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleRentalTransaction.PickUpReturnDetails

public VehicleRentalTransaction.PickUpReturnDetails()
Method Detail

getExpectedActualCode

public VehicleRentalTransaction.PickUpReturnDetails.ExpectedActualCode getExpectedActualCode()
Get the 'ExpectedActualCode' attribute value. Used to identify the context of the element and whether the content applies to expected data verses actual data. Actual data will not be known until the time of CheckIn.

Returns:
value

setExpectedActualCode

public void setExpectedActualCode(VehicleRentalTransaction.PickUpReturnDetails.ExpectedActualCode expectedActualCode)
Set the 'ExpectedActualCode' attribute value. Used to identify the context of the element and whether the content applies to expected data verses actual data. Actual data will not be known until the time of CheckIn.

Parameters:
expectedActualCode -