|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.shared.AcceptedPayments
public class AcceptedPayments
Used to define the types of payments accepted. 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="AcceptedPaymentsType">
<xs:sequence>
<xs:element type="ns:PaymentFormType" name="AcceptedPayment" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
| Constructor Summary | |
|---|---|
AcceptedPayments()
|
|
| Method Summary | |
|---|---|
void |
addAcceptedPayment(PaymentForm item)
Add a 'AcceptedPayment' element item. |
void |
clearAcceptedPayments()
Remove all 'AcceptedPayment' element items. |
PaymentForm |
getAcceptedPayment(int index)
Get 'AcceptedPayment' element item by position. |
java.util.List<PaymentForm> |
getAcceptedPayments()
Get the list of 'AcceptedPayment' element items. |
void |
setAcceptedPayments(java.util.List<PaymentForm> list)
Set the list of 'AcceptedPayment' element items. |
int |
sizeAcceptedPayments()
Get the number of 'AcceptedPayment' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AcceptedPayments()
| Method Detail |
|---|
public java.util.List<PaymentForm> getAcceptedPayments()
public void setAcceptedPayments(java.util.List<PaymentForm> list)
list - public int sizeAcceptedPayments()
public void addAcceptedPayment(PaymentForm item)
item - public PaymentForm getAcceptedPayment(int index)
index -
public void clearAcceptedPayments()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||