|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.PaymentRQ
public class PaymentRQ
This message provides for payments to multiple reservations. It is also a request that can make a payment without needing to retrieve 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="OTA_CruisePaymentRQ"> <xs:complexType> <xs:sequence> <xs:element type="ns:POS_Type" name="POS"/> <xs:element name="ReservationPayment" maxOccurs="9"> <!-- Reference to inner class ReservationPayment --> </xs:element> <xs:element name="AgentInfo" minOccurs="0"> <xs:complexType> <xs:attributeGroup ref="ns:AgentInfoGroup"/> </xs:complexType> </xs:element> </xs:sequence> <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/> <xs:attribute type="ns:TransactionActionType" use="optional" name="TransactionActionCode"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
PaymentRQ.ReservationPayment
Payment information for a reservation. |
Constructor Summary | |
---|---|
PaymentRQ()
|
Method Summary | |
---|---|
void |
addReservationPayment(PaymentRQ.ReservationPayment item)
Add a 'ReservationPayment' element item. |
void |
clearReservationPayments()
Remove all 'ReservationPayment' element items. |
AgentInfoGroup |
getAgentInfo()
Get the 'AgentInfoGroup' attributeGroup value. |
OTAPayloadStdAttributes |
getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. |
POS |
getPOS()
Get the 'POS' element value. |
PaymentRQ.ReservationPayment |
getReservationPayment(int index)
Get 'ReservationPayment' element item by position. |
java.util.List<PaymentRQ.ReservationPayment> |
getReservationPayments()
Get the list of 'ReservationPayment' element items. |
TransactionAction |
getTransactionActionCode()
Get the 'TransactionActionCode' attribute value. |
void |
setAgentInfo(AgentInfoGroup agentInfo)
Set the 'AgentInfoGroup' attributeGroup value. |
void |
setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. |
void |
setPOS(POS POS)
Set the 'POS' element value. |
void |
setReservationPayments(java.util.List<PaymentRQ.ReservationPayment> list)
Set the list of 'ReservationPayment' element items. |
void |
setTransactionActionCode(TransactionAction transactionActionCode)
Set the 'TransactionActionCode' attribute value. |
int |
sizeReservationPayments()
Get the number of 'ReservationPayment' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaymentRQ()
Method Detail |
---|
public POS getPOS()
public void setPOS(POS POS)
POS
- public java.util.List<PaymentRQ.ReservationPayment> getReservationPayments()
public void setReservationPayments(java.util.List<PaymentRQ.ReservationPayment> list)
list
- public int sizeReservationPayments()
public void addReservationPayment(PaymentRQ.ReservationPayment item)
item
- public PaymentRQ.ReservationPayment getReservationPayment(int index)
index
-
public void clearReservationPayments()
public AgentInfoGroup getAgentInfo()
public void setAgentInfo(AgentInfoGroup agentInfo)
agentInfo
- public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes
- public TransactionAction getTransactionActionCode()
public void setTransactionActionCode(TransactionAction transactionActionCode)
transactionActionCode
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |