|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleTaxAmountGroup
public class VehicleTaxAmountGroup
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 |
|---|
public VehicleTaxAmountGroup()
| Method Detail |
|---|
public java.lang.Float getTotal()
public void setTotal(java.lang.Float total)
total - public java.lang.String getCurrencyCode()
public void setCurrencyCode(java.lang.String currencyCode)
currencyCode - public java.lang.String getTaxCode()
public void setTaxCode(java.lang.String taxCode)
taxCode - public java.lang.Float getPercentage()
public void setPercentage(java.lang.Float percentage)
percentage - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||