org.ota.vehicle
Class VehicleAgeRequirements.Age.Vehicle

java.lang.Object
  extended by org.ota.vehicle.VehicleCore
      extended by org.ota.vehicle.VehicleAgeRequirements.Age.Vehicle
Enclosing class:
VehicleAgeRequirements.Age

public static class VehicleAgeRequirements.Age.Vehicle
extends VehicleCore

Identifies a specific vehicle type. 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
VehicleAgeRequirements.Age.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

VehicleAgeRequirements.Age.Vehicle

public VehicleAgeRequirements.Age.Vehicle()
Method Detail

getIncludeExclude

public IncludeExclude getIncludeExclude()
Get the 'IncludeExclude' attribute value. To specify if this car type is allowed, required, included, excluded for the associated age.

Returns:
value

setIncludeExclude

public void setIncludeExclude(IncludeExclude includeExclude)
Set the 'IncludeExclude' attribute value. To specify if this car type is allowed, required, included, excluded for the associated age.

Parameters:
includeExclude -