|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.rail.TotalFare
public class TotalFare
Encapsulates the total price for all adults and all children, or all tickets (in the case of a multi-passenger ticket). If the total fare cannot be calculated, the reason is given. 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="TotalFare"> <xs:complexType> <xs:sequence> <xs:element name="AlternateCurrencyTotal" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
TotalFare()
|
Method Summary | |
---|---|
CurrencyAmountGroup |
getAlternateCurrencyTotal()
Get the 'CurrencyAmountGroup' attributeGroup value. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
void |
setAlternateCurrencyTotal(CurrencyAmountGroup alternateCurrencyTotal)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TotalFare()
Method Detail |
---|
public CurrencyAmountGroup getAlternateCurrencyTotal()
public void setAlternateCurrencyTotal(CurrencyAmountGroup alternateCurrencyTotal)
alternateCurrencyTotal
- public CurrencyAmountGroup getCurrencyAmountGroup()
public void setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
currencyAmountGroup
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |