|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.vehicle.VehicleEquipmentCoreGroup
public class VehicleEquipmentCoreGroup
The VehicleEquipmentCoreType complex type identifies the core data that descrbes a piece of special equipment in association with the renting of a vehicle. Schema fragment(s) for this class:
<xs:attributeGroup xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="VehicleEquipmentCoreGroup"> <xs:attribute type="xs:string" use="required" name="EquipType"/> <xs:attribute type="xs:string" use="optional" name="Quantity"/> </xs:attributeGroup>
| Constructor Summary | |
|---|---|
VehicleEquipmentCoreGroup()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getEquip()
Get the 'EquipType' attribute value. |
java.lang.String |
getQuantity()
Get the 'Quantity' attribute value. |
void |
setEquip(java.lang.String equip)
Set the 'EquipType' attribute value. |
void |
setQuantity(java.lang.String quantity)
Set the 'Quantity' attribute value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VehicleEquipmentCoreGroup()
| Method Detail |
|---|
public java.lang.String getEquip()
public void setEquip(java.lang.String equip)
equip - public java.lang.String getQuantity()
public void setQuantity(java.lang.String quantity)
quantity -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||