org.ota.vehicle
Class VehicleRentalDetails.FuelLevelDetails

java.lang.Object
  extended by org.ota.vehicle.VehicleRentalDetails.FuelLevelDetails
Enclosing class:
VehicleRentalDetails

public static class VehicleRentalDetails.FuelLevelDetails
extends java.lang.Object

This provides values based on the amount of fuel present. 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="FuelLevelDetails" minOccurs="0">
   <xs:complexType>
     <xs:attributeGroup ref="ns:UnitsOfMeasureGroup"/>
     <xs:attribute use="optional" name="FuelLevelValue">
       <xs:simpleType>
         <!-- Reference to inner class FuelLevelValue -->
       </xs:simpleType>
     </xs:attribute>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class VehicleRentalDetails.FuelLevelDetails.FuelLevelValue
          Schema fragment(s) for this class:
 
Constructor Summary
VehicleRentalDetails.FuelLevelDetails()
           
 
Method Summary
 VehicleRentalDetails.FuelLevelDetails.FuelLevelValue getFuelLevelValue()
          Get the 'FuelLevelValue' attribute value.
 UnitsOfMeasureGroup getUnitsOfMeasureGroup()
          Get the 'UnitsOfMeasureGroup' attributeGroup value.
 void setFuelLevelValue(VehicleRentalDetails.FuelLevelDetails.FuelLevelValue fuelLevelValue)
          Set the 'FuelLevelValue' attribute value.
 void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
          Set the 'UnitsOfMeasureGroup' attributeGroup value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleRentalDetails.FuelLevelDetails

public VehicleRentalDetails.FuelLevelDetails()
Method Detail

getUnitsOfMeasureGroup

public UnitsOfMeasureGroup getUnitsOfMeasureGroup()
Get the 'UnitsOfMeasureGroup' attributeGroup value. This provides a specifc amount of fuel (e.g. 10 gallons).

Returns:
value

setUnitsOfMeasureGroup

public void setUnitsOfMeasureGroup(UnitsOfMeasureGroup unitsOfMeasureGroup)
Set the 'UnitsOfMeasureGroup' attributeGroup value. This provides a specifc amount of fuel (e.g. 10 gallons).

Parameters:
unitsOfMeasureGroup -

getFuelLevelValue

public VehicleRentalDetails.FuelLevelDetails.FuelLevelValue getFuelLevelValue()
Get the 'FuelLevelValue' attribute value. This provides the amount of fuel currently in the vehicle. See enumerations for detailed annotations.

Returns:
value

setFuelLevelValue

public void setFuelLevelValue(VehicleRentalDetails.FuelLevelDetails.FuelLevelValue fuelLevelValue)
Set the 'FuelLevelValue' attribute value. This provides the amount of fuel currently in the vehicle. See enumerations for detailed annotations.

Parameters:
fuelLevelValue -