|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.CruiseGuestInfo.PaymentOptions
public static class CruiseGuestInfo.PaymentOptions
Collection of payment choices. 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="PaymentOptions" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="PaymentOption" maxOccurs="9"> <!-- Reference to inner class PaymentOption --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
CruiseGuestInfo.PaymentOptions.PaymentOption
Payment choice. |
Constructor Summary | |
---|---|
CruiseGuestInfo.PaymentOptions()
|
Method Summary | |
---|---|
void |
addPaymentOption(CruiseGuestInfo.PaymentOptions.PaymentOption item)
Add a 'PaymentOption' element item. |
void |
clearPaymentOptions()
Remove all 'PaymentOption' element items. |
CruiseGuestInfo.PaymentOptions.PaymentOption |
getPaymentOption(int index)
Get 'PaymentOption' element item by position. |
java.util.List<CruiseGuestInfo.PaymentOptions.PaymentOption> |
getPaymentOptions()
Get the list of 'PaymentOption' element items. |
void |
setPaymentOptions(java.util.List<CruiseGuestInfo.PaymentOptions.PaymentOption> list)
Set the list of 'PaymentOption' element items. |
int |
sizePaymentOptions()
Get the number of 'PaymentOption' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CruiseGuestInfo.PaymentOptions()
Method Detail |
---|
public java.util.List<CruiseGuestInfo.PaymentOptions.PaymentOption> getPaymentOptions()
public void setPaymentOptions(java.util.List<CruiseGuestInfo.PaymentOptions.PaymentOption> list)
list
- public int sizePaymentOptions()
public void addPaymentOption(CruiseGuestInfo.PaymentOptions.PaymentOption item)
item
- public CruiseGuestInfo.PaymentOptions.PaymentOption getPaymentOption(int index)
index
-
public void clearPaymentOptions()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |