|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.CategoryAvailRS.FareOption.CategoryOption.PriceInfos
public static class CategoryAvailRS.FareOption.CategoryOption.PriceInfos
Collection of price infos. 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="PriceInfos" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="PriceInfo" maxOccurs="8">
<!-- Reference to inner class PriceInfo -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo
Contains the pricing monetary information. |
| Constructor Summary | |
|---|---|
CategoryAvailRS.FareOption.CategoryOption.PriceInfos()
|
|
| Method Summary | |
|---|---|
void |
addPriceInfo(CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo item)
Add a 'PriceInfo' element item. |
void |
clearPriceInfos()
Remove all 'PriceInfo' element items. |
CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo |
getPriceInfo(int index)
Get 'PriceInfo' element item by position. |
java.util.List<CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo> |
getPriceInfos()
Get the list of 'PriceInfo' element items. |
void |
setPriceInfos(java.util.List<CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo> list)
Set the list of 'PriceInfo' element items. |
int |
sizePriceInfos()
Get the number of 'PriceInfo' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CategoryAvailRS.FareOption.CategoryOption.PriceInfos()
| Method Detail |
|---|
public java.util.List<CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo> getPriceInfos()
public void setPriceInfos(java.util.List<CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo> list)
list - public int sizePriceInfos()
public void addPriceInfo(CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo item)
item - public CategoryAvailRS.FareOption.CategoryOption.PriceInfos.PriceInfo getPriceInfo(int index)
index -
public void clearPriceInfos()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||