org.ota.vehicle
Class VehicleEquipmentCoreGroup

java.lang.Object
  extended by org.ota.vehicle.VehicleEquipmentCoreGroup

public class VehicleEquipmentCoreGroup
extends java.lang.Object

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

VehicleEquipmentCoreGroup

public VehicleEquipmentCoreGroup()
Method Detail

getEquip

public java.lang.String getEquip()
Get the 'EquipType' attribute value. Identifies the specific type of special equipment. Refer to OpenTravel Code List Equipment Type (EQP).

Returns:
value

setEquip

public void setEquip(java.lang.String equip)
Set the 'EquipType' attribute value. Identifies the specific type of special equipment. Refer to OpenTravel Code List Equipment Type (EQP).

Parameters:
equip -

getQuantity

public java.lang.String getQuantity()
Get the 'Quantity' attribute value.

Returns:
value

setQuantity

public void setQuantity(java.lang.String quantity)
Set the 'Quantity' attribute value.

Parameters:
quantity -