|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleCore
org.ota.vehicle.VehiclePref
org.ota.vehicle.VehicleAvailRQCore.VehPrefs.VehPref
public static class VehicleAvailRQCore.VehPrefs.VehPref
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 |
---|
public VehicleAvailRQCore.VehPrefs.VehPref()
Method Detail |
---|
public java.lang.Boolean getUpSellInd()
public void setUpSellInd(java.lang.Boolean upSellInd)
upSellInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |