org.ota.vehicle
Class VehicleTaxAmountGroup

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

public class VehicleTaxAmountGroup
extends java.lang.Object

The VehicleTaxAmountType complex type defines information specific to one tax amount that is applicable to the cost of an item. 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="VehicleTaxAmountGroup">
   <xs:attribute type="xs:float" use="required" name="Total"/>
   <xs:attribute type="xs:string" use="required" name="CurrencyCode"/>
   <xs:attribute type="xs:string" use="optional" name="TaxCode"/>
   <xs:attribute type="xs:float" use="optional" name="Percentage"/>
   <xs:attribute type="xs:string" use="optional" name="Description"/>
 </xs:attributeGroup>
 


Constructor Summary
VehicleTaxAmountGroup()
           
 
Method Summary
 java.lang.String getCurrencyCode()
          Get the 'CurrencyCode' attribute value.
 java.lang.String getDescription()
          Get the 'Description' attribute value.
 java.lang.Float getPercentage()
          Get the 'Percentage' attribute value.
 java.lang.String getTaxCode()
          Get the 'TaxCode' attribute value.
 java.lang.Float getTotal()
          Get the 'Total' attribute value.
 void setCurrencyCode(java.lang.String currencyCode)
          Set the 'CurrencyCode' attribute value.
 void setDescription(java.lang.String description)
          Set the 'Description' attribute value.
 void setPercentage(java.lang.Float percentage)
          Set the 'Percentage' attribute value.
 void setTaxCode(java.lang.String taxCode)
          Set the 'TaxCode' attribute value.
 void setTotal(java.lang.Float total)
          Set the 'Total' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleTaxAmountGroup

public VehicleTaxAmountGroup()
Method Detail

getTotal

public java.lang.Float getTotal()
Get the 'Total' attribute value.

Returns:
value

setTotal

public void setTotal(java.lang.Float total)
Set the 'Total' attribute value.

Parameters:
total -

getCurrencyCode

public java.lang.String getCurrencyCode()
Get the 'CurrencyCode' attribute value.

Returns:
value

setCurrencyCode

public void setCurrencyCode(java.lang.String currencyCode)
Set the 'CurrencyCode' attribute value.

Parameters:
currencyCode -

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 -

getDescription

public java.lang.String getDescription()
Get the 'Description' attribute value.

Returns:
value

setDescription

public void setDescription(java.lang.String description)
Set the 'Description' attribute value.

Parameters:
description -