|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.pkg.ExtrasInfo.Periods
public static class ExtrasInfo.Periods
A collection of prices by booking period. Schema fragment(s) for this class:
<xs:element xmlns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Periods" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="PeriodPriceType" name="Period" maxOccurs="unbounded">
<!-- Reference to inner class Period -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
ExtrasInfo.Periods.Period
The price of the Extra per unit (which may be person, room, car etc,) and/or duration Schema fragment(s) for this class: |
| Constructor Summary | |
|---|---|
ExtrasInfo.Periods()
|
|
| Method Summary | |
|---|---|
void |
addPeriod(ExtrasInfo.Periods.Period item)
Add a 'Period' element item. |
void |
clearPeriods()
Remove all 'Period' element items. |
ExtrasInfo.Periods.Period |
getPeriod(int index)
Get 'Period' element item by position. |
java.util.List<ExtrasInfo.Periods.Period> |
getPeriods()
Get the list of 'Period' element items. |
void |
setPeriods(java.util.List<ExtrasInfo.Periods.Period> list)
Set the list of 'Period' element items. |
int |
sizePeriods()
Get the number of 'Period' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtrasInfo.Periods()
| Method Detail |
|---|
public java.util.List<ExtrasInfo.Periods.Period> getPeriods()
public void setPeriods(java.util.List<ExtrasInfo.Periods.Period> list)
list - public int sizePeriods()
public void addPeriod(ExtrasInfo.Periods.Period item)
item - public ExtrasInfo.Periods.Period getPeriod(int index)
index -
public void clearPeriods()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||