|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.VehicleTotalChargeGroup
public class VehicleTotalChargeGroup
The VehicleTotalChargeType complex type identifies the data that is used to express a total charge, both including and excluding taxes. 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="VehicleTotalChargeGroup"> <xs:attribute type="xs:float" use="optional" name="RateTotalAmount"/> <xs:attribute type="xs:float" use="optional" name="EstimatedTotalAmount"/> <xs:attributeGroup ref="ns:CurrencyCodeGroup"/> </xs:attributeGroup>
Constructor Summary | |
---|---|
VehicleTotalChargeGroup()
|
Method Summary | |
---|---|
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
java.lang.Float |
getEstimatedTotalAmount()
Get the 'EstimatedTotalAmount' attribute value. |
java.lang.Float |
getRateTotalAmount()
Get the 'RateTotalAmount' attribute value. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setEstimatedTotalAmount(java.lang.Float estimatedTotalAmount)
Set the 'EstimatedTotalAmount' attribute value. |
void |
setRateTotalAmount(java.lang.Float rateTotalAmount)
Set the 'RateTotalAmount' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VehicleTotalChargeGroup()
Method Detail |
---|
public java.lang.Float getRateTotalAmount()
public void setRateTotalAmount(java.lang.Float rateTotalAmount)
rateTotalAmount
- public java.lang.Float getEstimatedTotalAmount()
public void setEstimatedTotalAmount(java.lang.Float estimatedTotalAmount)
estimatedTotalAmount
- public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |