|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.PaymentRS.ReservationPayment
public static class PaymentRS.ReservationPayment
Payment information for a reservation. 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="ReservationPayment" minOccurs="0" maxOccurs="9"> <xs:complexType> <xs:sequence> <xs:element name="ReservationID"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:UniqueID_Type"> <xs:attributeGroup ref="ns:ReservationStatusGroup"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element name="PaymentDetail" maxOccurs="9"> <!-- Reference to inner class PaymentDetail --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
PaymentRS.ReservationPayment.PaymentDetail
The details of the payment applied. |
Constructor Summary | |
---|---|
PaymentRS.ReservationPayment()
|
Method Summary | |
---|---|
void |
addPaymentDetail(PaymentRS.ReservationPayment.PaymentDetail item)
Add a 'PaymentDetail' element item. |
void |
clearPaymentDetails()
Remove all 'PaymentDetail' element items. |
PaymentRS.ReservationPayment.PaymentDetail |
getPaymentDetail(int index)
Get 'PaymentDetail' element item by position. |
java.util.List<PaymentRS.ReservationPayment.PaymentDetail> |
getPaymentDetails()
Get the list of 'PaymentDetail' element items. |
ReservationStatusGroup |
getReservationIDReservationStatusGroup()
Get the 'ReservationStatusGroup' attributeGroup value. |
UniqueID |
getReservationIDUniqueID()
Get the extension value. |
void |
setPaymentDetails(java.util.List<PaymentRS.ReservationPayment.PaymentDetail> list)
Set the list of 'PaymentDetail' element items. |
void |
setReservationIDReservationStatusGroup(ReservationStatusGroup reservationIDReservationStatusGroup)
Set the 'ReservationStatusGroup' attributeGroup value. |
void |
setReservationIDUniqueID(UniqueID reservationIDUniqueID)
Set the extension value. |
int |
sizePaymentDetails()
Get the number of 'PaymentDetail' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaymentRS.ReservationPayment()
Method Detail |
---|
public UniqueID getReservationIDUniqueID()
public void setReservationIDUniqueID(UniqueID reservationIDUniqueID)
reservationIDUniqueID
- public ReservationStatusGroup getReservationIDReservationStatusGroup()
public void setReservationIDReservationStatusGroup(ReservationStatusGroup reservationIDReservationStatusGroup)
reservationIDReservationStatusGroup
- public java.util.List<PaymentRS.ReservationPayment.PaymentDetail> getPaymentDetails()
public void setPaymentDetails(java.util.List<PaymentRS.ReservationPayment.PaymentDetail> list)
list
- public int sizePaymentDetails()
public void addPaymentDetail(PaymentRS.ReservationPayment.PaymentDetail item)
item
- public PaymentRS.ReservationPayment.PaymentDetail getPaymentDetail(int index)
index
-
public void clearPaymentDetails()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |