|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.vehicle.ExchangeRS.PricedCoverages
public static class ExchangeRS.PricedCoverages
A collection of coverages associated with this vehicle. 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="PricedCoverages" minOccurs="0"> <xs:complexType> <xs:sequence> <xs:element type="ns:CoveragePricedType" name="PricedCoverage" maxOccurs="15"/> </xs:sequence> </xs:complexType> </xs:element>
Constructor Summary | |
---|---|
ExchangeRS.PricedCoverages()
|
Method Summary | |
---|---|
void |
addPricedCoverage(CoveragePriced item)
Add a 'PricedCoverage' element item. |
void |
clearPricedCoverages()
Remove all 'PricedCoverage' element items. |
CoveragePriced |
getPricedCoverage(int index)
Get 'PricedCoverage' element item by position. |
java.util.List<CoveragePriced> |
getPricedCoverages()
Get the list of 'PricedCoverage' element items. |
void |
setPricedCoverages(java.util.List<CoveragePriced> list)
Set the list of 'PricedCoverage' element items. |
int |
sizePricedCoverages()
Get the number of 'PricedCoverage' element items. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExchangeRS.PricedCoverages()
Method Detail |
---|
public java.util.List<CoveragePriced> getPricedCoverages()
public void setPricedCoverages(java.util.List<CoveragePriced> list)
list
- public int sizePricedCoverages()
public void addPricedCoverage(CoveragePriced item)
item
- public CoveragePriced getPricedCoverage(int index)
index
-
public void clearPricedCoverages()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |