|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.shared.PaymentForm
org.ota.shared.PaymentDetail
public class PaymentDetail
Details of payment. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="PaymentDetailType"> <xs:complexContent> <xs:extension base="ns:PaymentFormType"> <xs:sequence> <xs:element name="PaymentAmount" minOccurs="0" maxOccurs="2"> <!-- Reference to inner class PaymentAmount --> </xs:element> <xs:element type="ns:CommissionType" name="Commission" minOccurs="0"/> </xs:sequence> <xs:attribute type="xs:string" use="optional" name="PaymentType"/> <xs:attribute type="xs:boolean" use="optional" name="SplitPaymentInd"/> <xs:attribute type="xs:int" use="optional" name="AuthorizedDays"/> <xs:attribute type="xs:boolean" use="optional" name="PrimaryPaymentInd"/> </xs:extension> </xs:complexContent> </xs:complexType>
Nested Class Summary | |
---|---|
static class |
PaymentDetail.PaymentAmount
Provides the monetary amount due for payment as quoted. |
Nested classes/interfaces inherited from class org.ota.shared.PaymentForm |
---|
PaymentForm.Choice, PaymentForm.PaymentTransactionTypeCode |
Constructor Summary | |
---|---|
PaymentDetail()
|
Method Summary | |
---|---|
void |
addPaymentAmount(PaymentDetail.PaymentAmount item)
Add a 'PaymentAmount' element item. |
void |
clearPaymentAmounts()
Remove all 'PaymentAmount' element items. |
java.lang.Integer |
getAuthorizedDays()
Get the 'AuthorizedDays' attribute value. |
Commission |
getCommission()
Get the 'Commission' element value. |
java.lang.String |
getPayment()
Get the 'PaymentType' attribute value. |
PaymentDetail.PaymentAmount |
getPaymentAmount(int index)
Get 'PaymentAmount' element item by position. |
java.util.List<PaymentDetail.PaymentAmount> |
getPaymentAmounts()
Get the list of 'PaymentAmount' element items. |
java.lang.Boolean |
getPrimaryPaymentInd()
Get the 'PrimaryPaymentInd' attribute value. |
java.lang.Boolean |
getSplitPaymentInd()
Get the 'SplitPaymentInd' attribute value. |
void |
setAuthorizedDays(java.lang.Integer authorizedDays)
Set the 'AuthorizedDays' attribute value. |
void |
setCommission(Commission commission)
Set the 'Commission' element value. |
void |
setPayment(java.lang.String payment)
Set the 'PaymentType' attribute value. |
void |
setPaymentAmounts(java.util.List<PaymentDetail.PaymentAmount> list)
Set the list of 'PaymentAmount' element items. |
void |
setPrimaryPaymentInd(java.lang.Boolean primaryPaymentInd)
Set the 'PrimaryPaymentInd' attribute value. |
void |
setSplitPaymentInd(java.lang.Boolean splitPaymentInd)
Set the 'SplitPaymentInd' attribute value. |
int |
sizePaymentAmounts()
Get the number of 'PaymentAmount' element items. |
Methods inherited from class org.ota.shared.PaymentForm |
---|
getChoice, getCostCenterID, getGuaranteeID, getGuaranteeIndicator, getGuaranteeTypeCode, getPaymentTransactionTypeCode, getPrivacyGroup, getRemark, getRPH, setChoice, setCostCenterID, setGuaranteeID, setGuaranteeIndicator, setGuaranteeTypeCode, setPaymentTransactionTypeCode, setPrivacyGroup, setRemark, setRPH |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PaymentDetail()
Method Detail |
---|
public java.util.List<PaymentDetail.PaymentAmount> getPaymentAmounts()
public void setPaymentAmounts(java.util.List<PaymentDetail.PaymentAmount> list)
list
- public int sizePaymentAmounts()
public void addPaymentAmount(PaymentDetail.PaymentAmount item)
item
- public PaymentDetail.PaymentAmount getPaymentAmount(int index)
index
-
public void clearPaymentAmounts()
public Commission getCommission()
public void setCommission(Commission commission)
commission
- public java.lang.String getPayment()
public void setPayment(java.lang.String payment)
payment
- public java.lang.Boolean getSplitPaymentInd()
public void setSplitPaymentInd(java.lang.Boolean splitPaymentInd)
splitPaymentInd
- public java.lang.Integer getAuthorizedDays()
public void setAuthorizedDays(java.lang.Integer authorizedDays)
authorizedDays
- public java.lang.Boolean getPrimaryPaymentInd()
public void setPrimaryPaymentInd(java.lang.Boolean primaryPaymentInd)
primaryPaymentInd
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |