org.ota.vehicle
Class VehicleAdditionalDriverRequirements.AddlDriverInfos.Vehicles.Vehicle

java.lang.Object
  extended by org.ota.vehicle.VehicleCore
      extended by org.ota.vehicle.VehicleAdditionalDriverRequirements.AddlDriverInfos.Vehicles.Vehicle
Enclosing class:
VehicleAdditionalDriverRequirements.AddlDriverInfos.Vehicles

public static class VehicleAdditionalDriverRequirements.AddlDriverInfos.Vehicles.Vehicle
extends VehicleCore

To identify a vehicle type associated with additional driver information. 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="Vehicle" maxOccurs="99">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleCoreType">
         <xs:attribute type="ns:IncludeExcludeType" use="optional" name="IncludeExclude"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.vehicle.VehicleCore
VehicleCore.Drive, VehicleCore.Fuel, VehicleCore.VehClass
 
Constructor Summary
VehicleAdditionalDriverRequirements.AddlDriverInfos.Vehicles.Vehicle()
           
 
Method Summary
 IncludeExclude getIncludeExclude()
          Get the 'IncludeExclude' attribute value.
 void setIncludeExclude(IncludeExclude includeExclude)
          Set the 'IncludeExclude' attribute value.
 
Methods inherited from class org.ota.vehicle.VehicleCore
getAirConditionInd, getDrive, getFuel, getTransmission, getVeh, getVehClass, setAirConditionInd, setDrive, setFuel, setTransmission, setVeh, setVehClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleAdditionalDriverRequirements.AddlDriverInfos.Vehicles.Vehicle

public VehicleAdditionalDriverRequirements.AddlDriverInfos.Vehicles.Vehicle()
Method Detail

getIncludeExclude

public IncludeExclude getIncludeExclude()
Get the 'IncludeExclude' attribute value. To specify if this vehicle type is allowed, required, excluded, or included for an additional driver.

Returns:
value

setIncludeExclude

public void setIncludeExclude(IncludeExclude includeExclude)
Set the 'IncludeExclude' attribute value. To specify if this vehicle type is allowed, required, excluded, or included for an additional driver.

Parameters:
includeExclude -