org.ota.vehicle
Class VehicleLocationAdditionalFees.Taxes.Tax

java.lang.Object
  extended by org.ota.vehicle.VehicleLocationAdditionalFees.Taxes.Tax
Enclosing class:
VehicleLocationAdditionalFees.Taxes

public static class VehicleLocationAdditionalFees.Taxes.Tax
extends java.lang.Object

This element is used to describe one specific tax 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="Tax" minOccurs="0" maxOccurs="99">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:FormattedTextType" name="Info" minOccurs="0"/>
     </xs:sequence>
     <xs:attribute type="xs:string" use="optional" name="TaxCode"/>
     <xs:attribute type="xs:float" use="optional" name="Percentage"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
VehicleLocationAdditionalFees.Taxes.Tax()
           
 
Method Summary
 FormattedText getInfo()
          Get the 'Info' element value.
 java.lang.Float getPercentage()
          Get the 'Percentage' attribute value.
 java.lang.String getTaxCode()
          Get the 'TaxCode' attribute value.
 void setInfo(FormattedText info)
          Set the 'Info' element value.
 void setPercentage(java.lang.Float percentage)
          Set the 'Percentage' attribute value.
 void setTaxCode(java.lang.String taxCode)
          Set the 'TaxCode' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleLocationAdditionalFees.Taxes.Tax

public VehicleLocationAdditionalFees.Taxes.Tax()
Method Detail

getInfo

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

Returns:
value

setInfo

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

Parameters:
info -

getTaxCode

public java.lang.String getTaxCode()
Get the 'TaxCode' attribute value.

Returns:
value

setTaxCode

public void setTaxCode(java.lang.String taxCode)
Set the 'TaxCode' attribute value.

Parameters:
taxCode -

getPercentage

public java.lang.Float getPercentage()
Get the 'Percentage' attribute value.

Returns:
value

setPercentage

public void setPercentage(java.lang.Float percentage)
Set the 'Percentage' attribute value.

Parameters:
percentage -