|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.Total
public class Total
The total amount charged for the service including additional amounts and fees. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TotalType"> <xs:sequence> <xs:element type="ns:TaxesType" name="Taxes" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:float" use="optional" name="AmountBeforeTax"/> <xs:attribute type="xs:float" use="optional" name="AmountAfterTax"/> <xs:attributeGroup ref="ns:CurrencyCodeGroup"/> <xs:attribute type="xs:boolean" use="optional" name="AdditionalFeesExcludedIndicator"/> </xs:complexType>
Constructor Summary | |
---|---|
Total()
|
Method Summary | |
---|---|
java.lang.Boolean |
getAdditionalFeesExcludedIndicator()
Get the 'AdditionalFeesExcludedIndicator' attribute value. |
java.lang.Float |
getAmountAfterTax()
Get the 'AmountAfterTax' attribute value. |
java.lang.Float |
getAmountBeforeTax()
Get the 'AmountBeforeTax' attribute value. |
CurrencyCodeGroup |
getCurrencyCodeGroup()
Get the 'CurrencyCodeGroup' attributeGroup value. |
Taxes |
getTaxes()
Get the 'Taxes' element value. |
void |
setAdditionalFeesExcludedIndicator(java.lang.Boolean additionalFeesExcludedIndicator)
Set the 'AdditionalFeesExcludedIndicator' attribute value. |
void |
setAmountAfterTax(java.lang.Float amountAfterTax)
Set the 'AmountAfterTax' attribute value. |
void |
setAmountBeforeTax(java.lang.Float amountBeforeTax)
Set the 'AmountBeforeTax' attribute value. |
void |
setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
Set the 'CurrencyCodeGroup' attributeGroup value. |
void |
setTaxes(Taxes taxes)
Set the 'Taxes' element value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Total()
Method Detail |
---|
public Taxes getTaxes()
public void setTaxes(Taxes taxes)
taxes
- public java.lang.Float getAmountBeforeTax()
public void setAmountBeforeTax(java.lang.Float amountBeforeTax)
amountBeforeTax
- public java.lang.Float getAmountAfterTax()
public void setAmountAfterTax(java.lang.Float amountAfterTax)
amountAfterTax
- public CurrencyCodeGroup getCurrencyCodeGroup()
public void setCurrencyCodeGroup(CurrencyCodeGroup currencyCodeGroup)
currencyCodeGroup
- public java.lang.Boolean getAdditionalFeesExcludedIndicator()
public void setAdditionalFeesExcludedIndicator(java.lang.Boolean additionalFeesExcludedIndicator)
additionalFeesExcludedIndicator
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |