org.ota.vehicle
Class VehicleCharge.MinMax

java.lang.Object
  extended by org.ota.vehicle.VehicleCharge.MinMax
Enclosing class:
VehicleCharge

public static class VehicleCharge.MinMax
extends java.lang.Object

Information on any minimum or maximum amounts, if appropriate. 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="MinMax" minOccurs="0">
   <xs:complexType>
     <xs:attribute type="xs:float" use="optional" name="MaxCharge"/>
     <xs:attribute type="xs:float" use="optional" name="MinCharge"/>
     <xs:attribute type="xs:int" use="optional" name="MaxChargeDays"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
VehicleCharge.MinMax()
           
 
Method Summary
 java.lang.Float getMaxCharge()
          Get the 'MaxCharge' attribute value.
 java.lang.Integer getMaxChargeDays()
          Get the 'MaxChargeDays' attribute value.
 java.lang.Float getMinCharge()
          Get the 'MinCharge' attribute value.
 void setMaxCharge(java.lang.Float maxCharge)
          Set the 'MaxCharge' attribute value.
 void setMaxChargeDays(java.lang.Integer maxChargeDays)
          Set the 'MaxChargeDays' attribute value.
 void setMinCharge(java.lang.Float minCharge)
          Set the 'MinCharge' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleCharge.MinMax

public VehicleCharge.MinMax()
Method Detail

getMaxCharge

public java.lang.Float getMaxCharge()
Get the 'MaxCharge' attribute value. The maximum amount that will be charged.

Returns:
value

setMaxCharge

public void setMaxCharge(java.lang.Float maxCharge)
Set the 'MaxCharge' attribute value. The maximum amount that will be charged.

Parameters:
maxCharge -

getMinCharge

public java.lang.Float getMinCharge()
Get the 'MinCharge' attribute value. The minimum amount that will be charged.

Returns:
value

setMinCharge

public void setMinCharge(java.lang.Float minCharge)
Set the 'MinCharge' attribute value. The minimum amount that will be charged.

Parameters:
minCharge -

getMaxChargeDays

public java.lang.Integer getMaxChargeDays()
Get the 'MaxChargeDays' attribute value. Maximum number of days for which a charge will be applied.

Returns:
value

setMaxChargeDays

public void setMaxChargeDays(java.lang.Integer maxChargeDays)
Set the 'MaxChargeDays' attribute value. Maximum number of days for which a charge will be applied.

Parameters:
maxChargeDays -