|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.AirCheckIn.PassengerInfo.TicketingInfo.PaymentTotal
public static class AirCheckIn.PassengerInfo.TicketingInfo.PaymentTotal
The total amount paid for this ticket (including all forms of payment). 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="PaymentTotal" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="ns:PaymentDetailType" name="FormOfPayment" minOccurs="0" maxOccurs="4"/>
</xs:sequence>
<xs:attributeGroup ref="ns:CurrencyAmountGroup"/>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
AirCheckIn.PassengerInfo.TicketingInfo.PaymentTotal()
|
|
| Method Summary | |
|---|---|
void |
addFormOfPayment(PaymentDetail item)
Add a 'FormOfPayment' element item. |
void |
clearFormOfPayments()
Remove all 'FormOfPayment' element items. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
PaymentDetail |
getFormOfPayment(int index)
Get 'FormOfPayment' element item by position. |
java.util.List<PaymentDetail> |
getFormOfPayments()
Get the list of 'FormOfPayment' element items. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setFormOfPayments(java.util.List<PaymentDetail> list)
Set the list of 'FormOfPayment' element items. |
int |
sizeFormOfPayments()
Get the number of 'FormOfPayment' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AirCheckIn.PassengerInfo.TicketingInfo.PaymentTotal()
| Method Detail |
|---|
public java.util.List<PaymentDetail> getFormOfPayments()
public void setFormOfPayments(java.util.List<PaymentDetail> list)
list - public int sizeFormOfPayments()
public void addFormOfPayment(PaymentDetail item)
item - public PaymentDetail getFormOfPayment(int index)
index -
public void clearFormOfPayments()
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 | ||||||