|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.CruiseBookingInfo.BookingPrices
public static class CruiseBookingInfo.BookingPrices
Specifies the booking prices for the booking. 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="BookingPrices" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="BookingPrice" maxOccurs="99">
<xs:complexType>
<xs:attributeGroup ref="ns:CruisePriceGroup"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
CruiseBookingInfo.BookingPrices()
|
|
| Method Summary | |
|---|---|
void |
addBookingPrice(CruisePriceGroup item)
Add a 'BookingPrice' element item. |
void |
clearBookingPrices()
Remove all 'BookingPrice' element items. |
CruisePriceGroup |
getBookingPrice(int index)
Get 'BookingPrice' element item by position. |
java.util.List<CruisePriceGroup> |
getBookingPrices()
Get the list of 'BookingPrice' element items. |
void |
setBookingPrices(java.util.List<CruisePriceGroup> list)
Set the list of 'BookingPrice' element items. |
int |
sizeBookingPrices()
Get the number of 'BookingPrice' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CruiseBookingInfo.BookingPrices()
| Method Detail |
|---|
public java.util.List<CruisePriceGroup> getBookingPrices()
public void setBookingPrices(java.util.List<CruisePriceGroup> list)
list - public int sizeBookingPrices()
public void addBookingPrice(CruisePriceGroup item)
item - public CruisePriceGroup getBookingPrice(int index)
index -
public void clearBookingPrices()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||