org.ota.vehicle
Class CheckInRQ.PricedEquips.PricedEquip.Equipment
java.lang.Object
org.ota.vehicle.VehicleEquipment
org.ota.vehicle.CheckInRQ.PricedEquips.PricedEquip.Equipment
- Enclosing class:
- CheckInRQ.PricedEquips.PricedEquip
public static class CheckInRQ.PricedEquips.PricedEquip.Equipment
- extends VehicleEquipment
Describes the equipment being returned.
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CheckInRQ.PricedEquips.PricedEquip.Equipment
public CheckInRQ.PricedEquips.PricedEquip.Equipment()
getCheckOutCheckInCode
public CheckInRQ.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(CheckInRQ.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
-