|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.cruise.FareAvailRS.FareCodeOptions
public static class FareAvailRS.FareCodeOptions
Specifies the different fare options available for the selected sailing. 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="FareCodeOptions" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element type="FareCodeOptionType" name="FareCodeOption" maxOccurs="unbounded">
<!-- Reference to inner class FareCodeOption -->
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
FareAvailRS.FareCodeOptions.FareCodeOption
Specifies the fare information available for the selected sailing. |
| Constructor Summary | |
|---|---|
FareAvailRS.FareCodeOptions()
|
|
| Method Summary | |
|---|---|
void |
addFareCodeOption(FareAvailRS.FareCodeOptions.FareCodeOption item)
Add a 'FareCodeOption' element item. |
void |
clearFareCodeOptions()
Remove all 'FareCodeOption' element items. |
FareAvailRS.FareCodeOptions.FareCodeOption |
getFareCodeOption(int index)
Get 'FareCodeOption' element item by position. |
java.util.List<FareAvailRS.FareCodeOptions.FareCodeOption> |
getFareCodeOptions()
Get the list of 'FareCodeOption' element items. |
void |
setFareCodeOptions(java.util.List<FareAvailRS.FareCodeOptions.FareCodeOption> list)
Set the list of 'FareCodeOption' element items. |
int |
sizeFareCodeOptions()
Get the number of 'FareCodeOption' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FareAvailRS.FareCodeOptions()
| Method Detail |
|---|
public java.util.List<FareAvailRS.FareCodeOptions.FareCodeOption> getFareCodeOptions()
public void setFareCodeOptions(java.util.List<FareAvailRS.FareCodeOptions.FareCodeOption> list)
list - public int sizeFareCodeOptions()
public void addFareCodeOption(FareAvailRS.FareCodeOptions.FareCodeOption item)
item - public FareAvailRS.FareCodeOptions.FareCodeOption getFareCodeOption(int index)
index -
public void clearFareCodeOptions()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||