org.ota.vehicle
Class VehicleLocationAdditionalFees.MiscellaneousCharges.MiscellaneousCharge

java.lang.Object
  extended by org.ota.vehicle.VehicleCharge
      extended by org.ota.vehicle.VehicleLocationAdditionalFees.MiscellaneousCharges.MiscellaneousCharge
Enclosing class:
VehicleLocationAdditionalFees.MiscellaneousCharges

public static class VehicleLocationAdditionalFees.MiscellaneousCharges.MiscellaneousCharge
extends VehicleCharge

This element is used to describe one specific miscellaneous charge that may apply. 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="MiscellaneousCharge" minOccurs="0" maxOccurs="99">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:VehicleChargeType">
         <xs:sequence>
           <xs:element type="ns:FormattedTextType" name="Info" minOccurs="0"/>
         </xs:sequence>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.vehicle.VehicleCharge
VehicleCharge.Calculation, VehicleCharge.MinMax, VehicleCharge.TaxAmounts
 
Constructor Summary
VehicleLocationAdditionalFees.MiscellaneousCharges.MiscellaneousCharge()
           
 
Method Summary
 FormattedText getInfo()
          Get the 'Info' element value.
 void setInfo(FormattedText info)
          Set the 'Info' element value.
 
Methods inherited from class org.ota.vehicle.VehicleCharge
addCalculation, clearCalculations, getCalculation, getCalculations, getCurrencyAmountGroup, getDescription, getGuaranteedInd, getIncludedInEstTotalInd, getIncludedInRate, getMinMax, getTaxAmounts, getTaxInclusive, setCalculations, setCurrencyAmountGroup, setDescription, setGuaranteedInd, setIncludedInEstTotalInd, setIncludedInRate, setMinMax, setTaxAmounts, setTaxInclusive, sizeCalculations
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleLocationAdditionalFees.MiscellaneousCharges.MiscellaneousCharge

public VehicleLocationAdditionalFees.MiscellaneousCharges.MiscellaneousCharge()
Method Detail

getInfo

public FormattedText getInfo()
Get the 'Info' element value. Information on this one specific miscellaneous charge, including a description, etc.

Returns:
value

setInfo

public void setInfo(FormattedText info)
Set the 'Info' element value. Information on this one specific miscellaneous charge, including a description, etc.

Parameters:
info -