|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.CheckInRQ.PricedEquips.PricedEquip
public static class CheckInRQ.PricedEquips.PricedEquip
Used to indicate special equipment is returned. 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="PricedEquip" maxOccurs="25">
<xs:complexType>
<xs:sequence>
<xs:element name="Equipment" maxOccurs="2">
<!-- Reference to inner class Equipment -->
</xs:element>
<xs:element type="ns:VehicleChargeType" name="Charge" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Nested Class Summary | |
|---|---|
static class |
CheckInRQ.PricedEquips.PricedEquip.Equipment
Describes the equipment being returned. |
| Constructor Summary | |
|---|---|
CheckInRQ.PricedEquips.PricedEquip()
|
|
| Method Summary | |
|---|---|
void |
addEquipment(CheckInRQ.PricedEquips.PricedEquip.Equipment item)
Add a 'Equipment' element item. |
void |
clearEquipments()
Remove all 'Equipment' element items. |
VehicleCharge |
getCharge()
Get the 'Charge' element value. |
CheckInRQ.PricedEquips.PricedEquip.Equipment |
getEquipment(int index)
Get 'Equipment' element item by position. |
java.util.List<CheckInRQ.PricedEquips.PricedEquip.Equipment> |
getEquipments()
Get the list of 'Equipment' element items. |
void |
setCharge(VehicleCharge charge)
Set the 'Charge' element value. |
void |
setEquipments(java.util.List<CheckInRQ.PricedEquips.PricedEquip.Equipment> list)
Set the list of 'Equipment' element items. |
int |
sizeEquipments()
Get the number of 'Equipment' element items. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckInRQ.PricedEquips.PricedEquip()
| Method Detail |
|---|
public java.util.List<CheckInRQ.PricedEquips.PricedEquip.Equipment> getEquipments()
public void setEquipments(java.util.List<CheckInRQ.PricedEquips.PricedEquip.Equipment> list)
list - public int sizeEquipments()
public void addEquipment(CheckInRQ.PricedEquips.PricedEquip.Equipment item)
item - public CheckInRQ.PricedEquips.PricedEquip.Equipment getEquipment(int index)
index -
public void clearEquipments()
public VehicleCharge getCharge()
public void setCharge(VehicleCharge charge)
charge -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||