org.ota.vehicle
Class VehicleEquipment

java.lang.Object
  extended by org.ota.vehicle.VehicleEquipment
Direct Known Subclasses:
CheckInRQ.PricedEquips.PricedEquip.Equipment, LocDetailsNotifRQ.LocationDetail.SpecialEquipments.SpecialEquipment, VehicleRentalTransaction.PricedEquips.PricedEquip.Equipment

public class VehicleEquipment
extends java.lang.Object

The VehicleEquipmentType complex type identifies the data that fully describes a piece of special equipment, including the description and any restrictions that may apply to its rental. Schema fragment(s) for this class:

 <xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleEquipmentType">
   <xs:sequence>
     <xs:element type="xs:string" name="Description" minOccurs="0"/>
   </xs:sequence>
   <xs:attributeGroup ref="ns:VehicleEquipmentCoreGroup"/>
   <xs:attribute type="ns:EquipmentRestrictionType" name="Restriction"/>
 </xs:complexType>
 


Constructor Summary
VehicleEquipment()
           
 
Method Summary
 java.lang.String getDescription()
          Get the 'Description' element value.
 EquipmentRestriction getRestriction()
          Get the 'Restriction' attribute value.
 VehicleEquipmentCoreGroup getVehicleEquipmentCoreGroup()
          Get the 'VehicleEquipmentCoreGroup' attributeGroup value.
 void setDescription(java.lang.String description)
          Set the 'Description' element value.
 void setRestriction(EquipmentRestriction restriction)
          Set the 'Restriction' attribute value.
 void setVehicleEquipmentCoreGroup(VehicleEquipmentCoreGroup vehicleEquipmentCoreGroup)
          Set the 'VehicleEquipmentCoreGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleEquipment

public VehicleEquipment()
Method Detail

getDescription

public java.lang.String getDescription()
Get the 'Description' element value.

Returns:
value

setDescription

public void setDescription(java.lang.String description)
Set the 'Description' element value.

Parameters:
description -

getVehicleEquipmentCoreGroup

public VehicleEquipmentCoreGroup getVehicleEquipmentCoreGroup()
Get the 'VehicleEquipmentCoreGroup' attributeGroup value.

Returns:
value

setVehicleEquipmentCoreGroup

public void setVehicleEquipmentCoreGroup(VehicleEquipmentCoreGroup vehicleEquipmentCoreGroup)
Set the 'VehicleEquipmentCoreGroup' attributeGroup value.

Parameters:
vehicleEquipmentCoreGroup -

getRestriction

public EquipmentRestriction getRestriction()
Get the 'Restriction' attribute value.

Returns:
value

setRestriction

public void setRestriction(EquipmentRestriction restriction)
Set the 'Restriction' attribute value.

Parameters:
restriction -