org.ota.vehicle
Class VehicleAvailRQCore.VehPrefs.VehPref

java.lang.Object
  extended by org.ota.vehicle.VehicleCore
      extended by org.ota.vehicle.VehiclePref
          extended by org.ota.vehicle.VehicleAvailRQCore.VehPrefs.VehPref
Enclosing class:
VehicleAvailRQCore.VehPrefs

public static class VehicleAvailRQCore.VehPrefs.VehPref
extends VehiclePref

A preference for one 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="VehPref" maxOccurs="10">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehiclePrefType">
         <xs:attribute type="xs:boolean" use="optional" name="UpSellInd"/>
       </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
VehicleAvailRQCore.VehPrefs.VehPref()
           
 
Method Summary
 java.lang.Boolean getUpSellInd()
          Get the 'UpSellInd' attribute value.
 void setUpSellInd(java.lang.Boolean upSellInd)
          Set the 'UpSellInd' attribute value.
 
Methods inherited from class org.ota.vehicle.VehiclePref
getAirConditionPref, getClassPref, getCodeGroup, getTransmissionPref, getTypePref, getVehicleQty, getVehMakeModel, getVendorCar, setAirConditionPref, setClassPref, setCodeGroup, setTransmissionPref, setTypePref, setVehicleQty, 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
 

Constructor Detail

VehicleAvailRQCore.VehPrefs.VehPref

public VehicleAvailRQCore.VehPrefs.VehPref()
Method Detail

getUpSellInd

public java.lang.Boolean getUpSellInd()
Get the 'UpSellInd' attribute value. When true, a higher class of vehicle than those specified, may be returned.

Returns:
value

setUpSellInd

public void setUpSellInd(java.lang.Boolean upSellInd)
Set the 'UpSellInd' attribute value. When true, a higher class of vehicle than those specified, may be returned.

Parameters:
upSellInd -