org.ota.vehicle
Class LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle
java.lang.Object
org.ota.vehicle.VehicleCore
org.ota.vehicle.LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle
- Enclosing class:
- LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles
public static class LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle
- extends VehicleCore
The vehicle types associated with the frequent renter 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>
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 |
LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle
public LocDetailsNotifRQ.LocationDetail.LoyaltyProgram.Vehicles.Vehicle()
getIncludeExclude
public IncludeExclude getIncludeExclude()
- Get the 'IncludeExclude' attribute value. To specify if the frequent renter program is required, allowed, excluded, or included for this vehicle type.
- Returns:
- value
setIncludeExclude
public void setIncludeExclude(IncludeExclude includeExclude)
- Set the 'IncludeExclude' attribute value. To specify if the frequent renter program is required, allowed, excluded, or included for this vehicle type.
- Parameters:
includeExclude
-