org.ota.vehicle
Class VehicleLocationLiabilities.Coverages.Coverage.CoverageFees.CoverageFee.Vehicles.Vehicle
java.lang.Object
org.ota.vehicle.VehicleCore
org.ota.vehicle.Vehicle
org.ota.vehicle.VehicleLocationLiabilities.Coverages.Coverage.CoverageFees.CoverageFee.Vehicles.Vehicle
- Enclosing class:
- VehicleLocationLiabilities.Coverages.Coverage.CoverageFees.CoverageFee.Vehicles
public static class VehicleLocationLiabilities.Coverages.Coverage.CoverageFees.CoverageFee.Vehicles.Vehicle
- extends Vehicle
This element may be used to clarify the vehicle associated with this charge, if the charge varies by 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:VehicleType">
<xs:attribute type="ns:IncludeExcludeType" use="optional" name="IncludeExclude"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Methods inherited from class org.ota.vehicle.Vehicle |
getBaggageQuantity, getCodeGroup, getDateTimeSpanGroup, getOdometerUnitOfMeasure, getPassengerQuantity, getPictureURL, getUnitsOfMeasureGroup, getVehIdentity, getVehMakeModel, getVendorCar, setBaggageQuantity, setCodeGroup, setDateTimeSpanGroup, setOdometerUnitOfMeasure, setPassengerQuantity, setPictureURL, setUnitsOfMeasureGroup, setVehIdentity, setVehMakeModel, setVendorCar |
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 |
VehicleLocationLiabilities.Coverages.Coverage.CoverageFees.CoverageFee.Vehicles.Vehicle
public VehicleLocationLiabilities.Coverages.Coverage.CoverageFees.CoverageFee.Vehicles.Vehicle()
getIncludeExclude
public IncludeExclude getIncludeExclude()
- Get the 'IncludeExclude' attribute value. To indicate if the coverage is required, allowed, included, or excluded for this vehicle type.
- Returns:
- value
setIncludeExclude
public void setIncludeExclude(IncludeExclude includeExclude)
- Set the 'IncludeExclude' attribute value. To indicate if the coverage is required, allowed, included, or excluded for this vehicle type.
- Parameters:
includeExclude
-