|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.itin.TravelSegment.Reservation.DepositPayment
public static class TravelSegment.Reservation.DepositPayment
A collection of deposit and/or payments for the Room Stay. A maximum of 5 occurances are available for use depending on the context. 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" type="ns:RequiredPaymentLiteType" name="DepositPayment" minOccurs="0" maxOccurs="5"/>
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="RequiredPaymentLiteType">
<xs:sequence>
<xs:element type="ns:AcceptedPaymentsType" name="AcceptedPayments" minOccurs="0"/>
<xs:element type="ns:AmountPercentType" name="AmountPercent" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="RetributionType">
<xs:simpleType>
<!-- Reference to inner class Retribution -->
</xs:simpleType>
</xs:attribute>
</xs:complexType>
| Nested Class Summary | |
|---|---|
static class |
TravelSegment.Reservation.DepositPayment.Retribution
Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
TravelSegment.Reservation.DepositPayment()
|
|
| Method Summary | |
|---|---|
AcceptedPayments |
getAcceptedPayments()
Get the 'AcceptedPayments' element value. |
AmountPercent |
getAmountPercent()
Get the 'AmountPercent' element value. |
TravelSegment.Reservation.DepositPayment.Retribution |
getRetribution()
Get the 'RetributionType' attribute value. |
void |
setAcceptedPayments(AcceptedPayments acceptedPayments)
Set the 'AcceptedPayments' element value. |
void |
setAmountPercent(AmountPercent amountPercent)
Set the 'AmountPercent' element value. |
void |
setRetribution(TravelSegment.Reservation.DepositPayment.Retribution retribution)
Set the 'RetributionType' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TravelSegment.Reservation.DepositPayment()
| Method Detail |
|---|
public AcceptedPayments getAcceptedPayments()
public void setAcceptedPayments(AcceptedPayments acceptedPayments)
acceptedPayments - public AmountPercent getAmountPercent()
public void setAmountPercent(AmountPercent amountPercent)
amountPercent - public TravelSegment.Reservation.DepositPayment.Retribution getRetribution()
public void setRetribution(TravelSegment.Reservation.DepositPayment.Retribution retribution)
retribution -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||