|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.cruise.CruiseBookingInfo.GuestPrices
public static class CruiseBookingInfo.GuestPrices
Specifies the guest level price information. 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="GuestPrices" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element name="GuestPrice" maxOccurs="9"> <!-- Reference to inner class GuestPrice --> </xs:element> </xs:sequence> </xs:complexType> </xs:element>
Nested Class Summary | |
---|---|
static class |
CruiseBookingInfo.GuestPrices.GuestPrice
Specifies the guest and prices at the guest level. |
Constructor Summary | |
---|---|
CruiseBookingInfo.GuestPrices()
|
Method Summary | |
---|---|
void |
addGuestPrice(CruiseBookingInfo.GuestPrices.GuestPrice item)
Add a 'GuestPrice' element item. |
void |
clearGuestPrices()
Remove all 'GuestPrice' element items. |
CruiseBookingInfo.GuestPrices.GuestPrice |
getGuestPrice(int index)
Get 'GuestPrice' element item by position. |
java.util.List<CruiseBookingInfo.GuestPrices.GuestPrice> |
getGuestPrices()
Get the list of 'GuestPrice' element items. |
void |
setGuestPrices(java.util.List<CruiseBookingInfo.GuestPrices.GuestPrice> list)
Set the list of 'GuestPrice' element items. |
int |
sizeGuestPrices()
Get the number of 'GuestPrice' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CruiseBookingInfo.GuestPrices()
Method Detail |
---|
public java.util.List<CruiseBookingInfo.GuestPrices.GuestPrice> getGuestPrices()
public void setGuestPrices(java.util.List<CruiseBookingInfo.GuestPrices.GuestPrice> list)
list
- public int sizeGuestPrices()
public void addGuestPrice(CruiseBookingInfo.GuestPrices.GuestPrice item)
item
- public CruiseBookingInfo.GuestPrices.GuestPrice getGuestPrice(int index)
index
-
public void clearGuestPrices()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |