org.ota.vehicle
Class VehicleRentalTransaction.PricedEquips.PricedEquip.Equipment

java.lang.Object
  extended by org.ota.vehicle.VehicleEquipment
      extended by org.ota.vehicle.VehicleRentalTransaction.PricedEquips.PricedEquip.Equipment
Enclosing class:
VehicleRentalTransaction.PricedEquips.PricedEquip

public static class VehicleRentalTransaction.PricedEquips.PricedEquip.Equipment
extends VehicleEquipment

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="Equipment" maxOccurs="2">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleEquipmentType">
         <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 VehicleRentalTransaction.PricedEquips.PricedEquip.Equipment.CheckOutCheckInCode
          Schema fragment(s) for this class:
 
Constructor Summary
VehicleRentalTransaction.PricedEquips.PricedEquip.Equipment()
           
 
Method Summary
 VehicleRentalTransaction.PricedEquips.PricedEquip.Equipment.CheckOutCheckInCode getCheckOutCheckInCode()
          Get the 'CheckOutCheckInCode' attribute value.
 void setCheckOutCheckInCode(VehicleRentalTransaction.PricedEquips.PricedEquip.Equipment.CheckOutCheckInCode checkOutCheckInCode)
          Set the 'CheckOutCheckInCode' attribute value.
 
Methods inherited from class org.ota.vehicle.VehicleEquipment
getDescription, getRestriction, getVehicleEquipmentCoreGroup, setDescription, setRestriction, setVehicleEquipmentCoreGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleRentalTransaction.PricedEquips.PricedEquip.Equipment

public VehicleRentalTransaction.PricedEquips.PricedEquip.Equipment()
Method Detail

getCheckOutCheckInCode

public VehicleRentalTransaction.PricedEquips.PricedEquip.Equipment.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(VehicleRentalTransaction.PricedEquips.PricedEquip.Equipment.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 -