|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.PaymentRQ.ReservationPayment
public static class PaymentRQ.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" maxOccurs="9"> <xs:complexType> <xs:sequence> <xs:element name="ReservationID"> <xs:complexType> <xs:complexContent> <xs:extension base="ns:UniqueID_Type"> <xs:attribute type="xs:dateTime" use="optional" name="SyncDateTime"/> <xs:attribute type="xs:string" use="optional" name="Status"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> <xs:element type="ns:PaymentDetailType" name="PaymentDetail" maxOccurs="9"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
PaymentRQ.ReservationPayment()
|
Method Summary | |
---|---|
void |
addPaymentDetail(PaymentDetail item)
Add a 'PaymentDetail' element item. |
void |
clearPaymentDetails()
Remove all 'PaymentDetail' element items. |
PaymentDetail |
getPaymentDetail(int index)
Get 'PaymentDetail' element item by position. |
java.util.List<PaymentDetail> |
getPaymentDetails()
Get the list of 'PaymentDetail' element items. |
java.lang.String |
getReservationIDStatus()
Get the 'Status' attribute value. |
java.util.Date |
getReservationIDSyncDateTime()
Get the 'SyncDateTime' attribute value. |
UniqueID |
getReservationIDUniqueID()
Get the extension value. |
void |
setPaymentDetails(java.util.List<PaymentDetail> list)
Set the list of 'PaymentDetail' element items. |
void |
setReservationIDStatus(java.lang.String reservationIDStatus)
Set the 'Status' attribute value. |
void |
setReservationIDSyncDateTime(java.util.Date reservationIDSyncDateTime)
Set the 'SyncDateTime' attribute 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 PaymentRQ.ReservationPayment()
Method Detail |
---|
public UniqueID getReservationIDUniqueID()
public void setReservationIDUniqueID(UniqueID reservationIDUniqueID)
reservationIDUniqueID
- public java.util.Date getReservationIDSyncDateTime()
public void setReservationIDSyncDateTime(java.util.Date reservationIDSyncDateTime)
reservationIDSyncDateTime
- public java.lang.String getReservationIDStatus()
public void setReservationIDStatus(java.lang.String reservationIDStatus)
reservationIDStatus
- public java.util.List<PaymentDetail> getPaymentDetails()
public void setPaymentDetails(java.util.List<PaymentDetail> list)
list
- public int sizePaymentDetails()
public void addPaymentDetail(PaymentDetail item)
item
- public PaymentDetail getPaymentDetail(int index)
index
-
public void clearPaymentDetails()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |