org.ota.vehicle
Class ExchangeRS.PricedCoverages

java.lang.Object
  extended by org.ota.vehicle.ExchangeRS.PricedCoverages
Enclosing class:
ExchangeRS

public static class ExchangeRS.PricedCoverages
extends java.lang.Object

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

ExchangeRS.PricedCoverages

public ExchangeRS.PricedCoverages()
Method Detail

getPricedCoverages

public java.util.List<CoveragePriced> getPricedCoverages()
Get the list of 'PricedCoverage' element items. One specific coverage associated with this vehicle.

Returns:
list

setPricedCoverages

public void setPricedCoverages(java.util.List<CoveragePriced> list)
Set the list of 'PricedCoverage' element items. One specific coverage associated with this vehicle.

Parameters:
list -

sizePricedCoverages

public int sizePricedCoverages()
Get the number of 'PricedCoverage' element items.

Returns:
count

addPricedCoverage

public void addPricedCoverage(CoveragePriced item)
Add a 'PricedCoverage' element item.

Parameters:
item -

getPricedCoverage

public CoveragePriced getPricedCoverage(int index)
Get 'PricedCoverage' element item by position.

Parameters:
index -
Returns:
item

clearPricedCoverages

public void clearPricedCoverages()
Remove all 'PricedCoverage' element items.