|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.DemandTicketRQ.PaymentInfo
public static class DemandTicketRQ.PaymentInfo
The form of payment information for the ticket to be issued. 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="PaymentInfo" minOccurs="0" maxOccurs="297"> <xs:complexType> <xs:sequence> <xs:element name="CreditCardInfo" minOccurs="0" maxOccurs="5"> <!-- Reference to inner class CreditCardInfo --> </xs:element> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="PassengerRPH"/> <xs:attribute type="xs:string" use="required" name="PaymentType"/> <xs:attribute type="xs:boolean" use="optional" name="PrintFormOfPaymentInd"/> <xs:attribute type="xs:string" use="optional" name="Text"/> <xs:attributeGroup ref="ns:CurrencyAmountGroup"/> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
DemandTicketRQ.PaymentInfo.CreditCardInfo
The details for the card when form of payment is a credit card. |
Constructor Summary | |
---|---|
DemandTicketRQ.PaymentInfo()
|
Method Summary | |
---|---|
void |
addCreditCardInfo(DemandTicketRQ.PaymentInfo.CreditCardInfo item)
Add a 'CreditCardInfo' element item. |
void |
clearCreditCardInfos()
Remove all 'CreditCardInfo' element items. |
DemandTicketRQ.PaymentInfo.CreditCardInfo |
getCreditCardInfo(int index)
Get 'CreditCardInfo' element item by position. |
java.util.List<DemandTicketRQ.PaymentInfo.CreditCardInfo> |
getCreditCardInfos()
Get the list of 'CreditCardInfo' element items. |
CurrencyAmountGroup |
getCurrencyAmountGroup()
Get the 'CurrencyAmountGroup' attributeGroup value. |
java.lang.String |
getPassengerRPH()
Get the 'PassengerRPH' attribute value. |
java.lang.String |
getPayment()
Get the 'PaymentType' attribute value. |
java.lang.Boolean |
getPrintFormOfPaymentInd()
Get the 'PrintFormOfPaymentInd' attribute value. |
java.lang.String |
getText()
Get the 'Text' attribute value. |
void |
setCreditCardInfos(java.util.List<DemandTicketRQ.PaymentInfo.CreditCardInfo> list)
Set the list of 'CreditCardInfo' element items. |
void |
setCurrencyAmountGroup(CurrencyAmountGroup currencyAmountGroup)
Set the 'CurrencyAmountGroup' attributeGroup value. |
void |
setPassengerRPH(java.lang.String passengerRPH)
Set the 'PassengerRPH' attribute value. |
void |
setPayment(java.lang.String payment)
Set the 'PaymentType' attribute value. |
void |
setPrintFormOfPaymentInd(java.lang.Boolean printFormOfPaymentInd)
Set the 'PrintFormOfPaymentInd' attribute value. |
void |
setText(java.lang.String text)
Set the 'Text' attribute value. |
int |
sizeCreditCardInfos()
Get the number of 'CreditCardInfo' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DemandTicketRQ.PaymentInfo()
Method Detail |
---|
public java.util.List<DemandTicketRQ.PaymentInfo.CreditCardInfo> getCreditCardInfos()
public void setCreditCardInfos(java.util.List<DemandTicketRQ.PaymentInfo.CreditCardInfo> list)
list
- public int sizeCreditCardInfos()
public void addCreditCardInfo(DemandTicketRQ.PaymentInfo.CreditCardInfo item)
item
- public DemandTicketRQ.PaymentInfo.CreditCardInfo getCreditCardInfo(int index)
index
-
public void clearCreditCardInfos()
public java.lang.String getPassengerRPH()
public void setPassengerRPH(java.lang.String passengerRPH)
passengerRPH
- public java.lang.String getPayment()
public void setPayment(java.lang.String payment)
payment
- public java.lang.Boolean getPrintFormOfPaymentInd()
public void setPrintFormOfPaymentInd(java.lang.Boolean printFormOfPaymentInd)
printFormOfPaymentInd
- public java.lang.String getText()
public void setText(java.lang.String text)
text
- 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 |