org.ota.vehicle
Class VehicleEquipmentPrefGroup

java.lang.Object
  extended by org.ota.vehicle.VehicleEquipmentPrefGroup

public class VehicleEquipmentPrefGroup
extends java.lang.Object

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

VehicleEquipmentPrefGroup

public VehicleEquipmentPrefGroup()
Method Detail

getVehicleEquipmentCoreGroup

public VehicleEquipmentCoreGroup getVehicleEquipmentCoreGroup()
Get the 'VehicleEquipmentCoreGroup' attributeGroup value.

Returns:
value

setVehicleEquipmentCoreGroup

public void setVehicleEquipmentCoreGroup(VehicleEquipmentCoreGroup vehicleEquipmentCoreGroup)
Set the 'VehicleEquipmentCoreGroup' attributeGroup value.

Parameters:
vehicleEquipmentCoreGroup -

getPreferLevel

public PreferLevel getPreferLevel()
Get the 'PreferLevel' attribute value. Used to indicate a level of preference for an associated item. Preferred

Returns:
value

setPreferLevel

public void setPreferLevel(PreferLevel preferLevel)
Set the 'PreferLevel' attribute value. Used to indicate a level of preference for an associated item. Preferred

Parameters:
preferLevel -

getAction

public Action getAction()
Get the 'Action' attribute value. Identifes an action to take place. Typically used to modify the EquipType and/or Quantity.

Returns:
value

setAction

public void setAction(Action action)
Set the 'Action' attribute value. Identifes an action to take place. Typically used to modify the EquipType and/or Quantity.

Parameters:
action -