|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleEquipmentPriced
public class VehicleEquipmentPriced
The VehicleEquipmentPricedType complex type identifies the data that describes a priced piece of special equipment in association with the rental of a vehicle. The data consists of the equipment and the correspondinng charge. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleEquipmentPricedType">
<xs:sequence>
<xs:element type="ns:VehicleEquipmentType" name="Equipment"/>
<xs:element type="ns:VehicleChargeType" name="Charge"/>
</xs:sequence>
<xs:attribute type="xs:boolean" use="optional" name="Required"/>
</xs:complexType>
| Constructor Summary | |
|---|---|
VehicleEquipmentPriced()
|
|
| Method Summary | |
|---|---|
VehicleCharge |
getCharge()
Get the 'Charge' element value. |
VehicleEquipment |
getEquipment()
Get the 'Equipment' element value. |
java.lang.Boolean |
getRequired()
Get the 'Required' attribute value. |
void |
setCharge(VehicleCharge charge)
Set the 'Charge' element value. |
void |
setEquipment(VehicleEquipment equipment)
Set the 'Equipment' element value. |
void |
setRequired(java.lang.Boolean required)
Set the 'Required' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VehicleEquipmentPriced()
| Method Detail |
|---|
public VehicleEquipment getEquipment()
public void setEquipment(VehicleEquipment equipment)
equipment - public VehicleCharge getCharge()
public void setCharge(VehicleCharge charge)
charge - public java.lang.Boolean getRequired()
public void setRequired(java.lang.Boolean required)
required -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||