|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleEquipmentPrefGroup
public class VehicleEquipmentPrefGroup
The VehicleEquipmentPrefType complex type identifies the data that is used to provide information on a preferred special equipment when renting a vehicle. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleEquipmentPrefGroup"> <xs:attributeGroup ref="ns:VehicleEquipmentCoreGroup"/> <xs:attributeGroup ref="ns:PreferLevelGroup"/> <xs:attribute type="ns:ActionType" use="optional" name="Action"/> </xs:attributeGroup> <xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PreferLevelGroup"> <xs:attribute type="ns:PreferLevelType" use="optional" name="PreferLevel"/> </xs:attributeGroup>
| Constructor Summary | |
|---|---|
VehicleEquipmentPrefGroup()
|
|
| Method Summary | |
|---|---|
Action |
getAction()
Get the 'Action' attribute value. |
PreferLevel |
getPreferLevel()
Get the 'PreferLevel' attribute value. |
VehicleEquipmentCoreGroup |
getVehicleEquipmentCoreGroup()
Get the 'VehicleEquipmentCoreGroup' attributeGroup value. |
void |
setAction(Action action)
Set the 'Action' attribute value. |
void |
setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' attribute value. |
void |
setVehicleEquipmentCoreGroup(VehicleEquipmentCoreGroup vehicleEquipmentCoreGroup)
Set the 'VehicleEquipmentCoreGroup' attributeGroup value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VehicleEquipmentPrefGroup()
| Method Detail |
|---|
public VehicleEquipmentCoreGroup getVehicleEquipmentCoreGroup()
public void setVehicleEquipmentCoreGroup(VehicleEquipmentCoreGroup vehicleEquipmentCoreGroup)
vehicleEquipmentCoreGroup - public PreferLevel getPreferLevel()
public void setPreferLevel(PreferLevel preferLevel)
preferLevel - public Action getAction()
public void setAction(Action action)
action -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||