|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleEquipment
public class VehicleEquipment
The VehicleEquipmentType complex type identifies the data that fully describes a piece of special equipment, including the description and any restrictions that may apply to its rental. 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="VehicleEquipmentType">
<xs:sequence>
<xs:element type="xs:string" name="Description" minOccurs="0"/>
</xs:sequence>
<xs:attributeGroup ref="ns:VehicleEquipmentCoreGroup"/>
<xs:attribute type="ns:EquipmentRestrictionType" name="Restriction"/>
</xs:complexType>
| Constructor Summary | |
|---|---|
VehicleEquipment()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Get the 'Description' element value. |
EquipmentRestriction |
getRestriction()
Get the 'Restriction' attribute value. |
VehicleEquipmentCoreGroup |
getVehicleEquipmentCoreGroup()
Get the 'VehicleEquipmentCoreGroup' attributeGroup value. |
void |
setDescription(java.lang.String description)
Set the 'Description' element value. |
void |
setRestriction(EquipmentRestriction restriction)
Set the 'Restriction' attribute value. |
void |
setVehicleEquipmentCoreGroup(VehicleEquipmentCoreGroup vehicleEquipmentCoreGroup)
Set the 'VehicleEquipmentCoreGroup' attributeGroup value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VehicleEquipment()
| Method Detail |
|---|
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public VehicleEquipmentCoreGroup getVehicleEquipmentCoreGroup()
public void setVehicleEquipmentCoreGroup(VehicleEquipmentCoreGroup vehicleEquipmentCoreGroup)
vehicleEquipmentCoreGroup - public EquipmentRestriction getRestriction()
public void setRestriction(EquipmentRestriction restriction)
restriction -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||