|
|||||||
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
public class VehiclePref
The VehiclePrefType complex type defines the information that is used when defining a preference of a vehicle. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehiclePrefType"> <xs:complexContent> <xs:extension base="ns:VehicleCoreType"> <xs:sequence> <xs:element name="VehMakeModel" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:VehicleMakeModelGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute type="ns:PreferLevelType" use="optional" name="TypePref"/> <xs:attribute type="ns:PreferLevelType" use="optional" name="ClassPref"/> <xs:attribute type="ns:PreferLevelType" use="optional" name="AirConditionPref"/> <xs:attribute type="ns:PreferLevelType" use="optional" name="TransmissionPref"/> <xs:attribute type="xs:string" use="optional" name="VendorCarType"/> <xs:attribute type="xs:int" use="optional" name="VehicleQty"/> <xs:attributeGroup ref="ns:CodeGroup"/> </xs:extension> </xs:complexContent> </xs:complexType>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ota.vehicle.VehicleCore |
---|
VehicleCore.Drive, VehicleCore.Fuel, VehicleCore.VehClass |
Constructor Summary | |
---|---|
VehiclePref()
|
Method Summary | |
---|---|
PreferLevel |
getAirConditionPref()
Get the 'AirConditionPref' attribute value. |
PreferLevel |
getClassPref()
Get the 'ClassPref' attribute value. |
CodeGroup |
getCodeGroup()
Get the 'CodeGroup' attributeGroup value. |
PreferLevel |
getTransmissionPref()
Get the 'TransmissionPref' attribute value. |
PreferLevel |
getTypePref()
Get the 'TypePref' attribute value. |
java.lang.Integer |
getVehicleQty()
Get the 'VehicleQty' attribute value. |
VehicleMakeModelGroup |
getVehMakeModel()
Get the 'VehicleMakeModelGroup' attributeGroup value. |
java.lang.String |
getVendorCar()
Get the 'VendorCarType' attribute value. |
void |
setAirConditionPref(PreferLevel airConditionPref)
Set the 'AirConditionPref' attribute value. |
void |
setClassPref(PreferLevel classPref)
Set the 'ClassPref' attribute value. |
void |
setCodeGroup(CodeGroup codeGroup)
Set the 'CodeGroup' attributeGroup value. |
void |
setTransmissionPref(PreferLevel transmissionPref)
Set the 'TransmissionPref' attribute value. |
void |
setTypePref(PreferLevel typePref)
Set the 'TypePref' attribute value. |
void |
setVehicleQty(java.lang.Integer vehicleQty)
Set the 'VehicleQty' attribute value. |
void |
setVehMakeModel(VehicleMakeModelGroup vehMakeModel)
Set the 'VehicleMakeModelGroup' attributeGroup value. |
void |
setVendorCar(java.lang.String vendorCar)
Set the 'VendorCarType' 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 |
---|
public VehiclePref()
Method Detail |
---|
public VehicleMakeModelGroup getVehMakeModel()
public void setVehMakeModel(VehicleMakeModelGroup vehMakeModel)
vehMakeModel
- public PreferLevel getTypePref()
public void setTypePref(PreferLevel typePref)
typePref
- public PreferLevel getClassPref()
public void setClassPref(PreferLevel classPref)
classPref
- public PreferLevel getAirConditionPref()
public void setAirConditionPref(PreferLevel airConditionPref)
airConditionPref
- public PreferLevel getTransmissionPref()
public void setTransmissionPref(PreferLevel transmissionPref)
transmissionPref
- public java.lang.String getVendorCar()
public void setVendorCar(java.lang.String vendorCar)
vendorCar
- public java.lang.Integer getVehicleQty()
public void setVehicleQty(java.lang.Integer vehicleQty)
vehicleQty
- public CodeGroup getCodeGroup()
public void setCodeGroup(CodeGroup codeGroup)
codeGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |