org.ota.vehicle
Class RateRuleRS.PricedEquips

java.lang.Object
  extended by org.ota.vehicle.RateRuleRS.PricedEquips
Enclosing class:
RateRuleRS

public static class RateRuleRS.PricedEquips
extends java.lang.Object

A collection of special equipment that is part of this quote, along with the charges associated with this equipment. 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="PricedEquips" minOccurs="0">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:VehicleEquipmentPricedType" name="PricedEquip" maxOccurs="25"/>
     </xs:sequence>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
RateRuleRS.PricedEquips()
           
 
Method Summary
 void addPricedEquip(VehicleEquipmentPriced item)
          Add a 'PricedEquip' element item.
 void clearPricedEquips()
          Remove all 'PricedEquip' element items.
 VehicleEquipmentPriced getPricedEquip(int index)
          Get 'PricedEquip' element item by position.
 java.util.List<VehicleEquipmentPriced> getPricedEquips()
          Get the list of 'PricedEquip' element items.
 void setPricedEquips(java.util.List<VehicleEquipmentPriced> list)
          Set the list of 'PricedEquip' element items.
 int sizePricedEquips()
          Get the number of 'PricedEquip' element items.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RateRuleRS.PricedEquips

public RateRuleRS.PricedEquips()
Method Detail

getPricedEquips

public java.util.List<VehicleEquipmentPriced> getPricedEquips()
Get the list of 'PricedEquip' element items. A specific piece of special equipment, along with the quantity, restrictions and charge.

Returns:
list

setPricedEquips

public void setPricedEquips(java.util.List<VehicleEquipmentPriced> list)
Set the list of 'PricedEquip' element items. A specific piece of special equipment, along with the quantity, restrictions and charge.

Parameters:
list -

sizePricedEquips

public int sizePricedEquips()
Get the number of 'PricedEquip' element items.

Returns:
count

addPricedEquip

public void addPricedEquip(VehicleEquipmentPriced item)
Add a 'PricedEquip' element item.

Parameters:
item -

getPricedEquip

public VehicleEquipmentPriced getPricedEquip(int index)
Get 'PricedEquip' element item by position.

Parameters:
index -
Returns:
item

clearPricedEquips

public void clearPricedEquips()
Remove all 'PricedEquip' element items.