org.ota.vehicle
Class VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment

java.lang.Object
  extended by org.ota.vehicle.VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment
Enclosing class:
VehicleLocationServicesOffered.SpecialEquipments

public static class VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment
extends java.lang.Object

Information on one specific piece of special equipment. 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="SpecialEquipment" maxOccurs="99">
   <xs:complexType>
     <xs:sequence>
       <xs:element type="ns:FormattedTextType" name="EquipDesc" minOccurs="0"/>
       <xs:element name="EquipCharges" minOccurs="0">
         <!-- Reference to inner class EquipCharges -->
       </xs:element>
     </xs:sequence>
     <xs:attribute type="xs:string" use="required" name="Type"/>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment.EquipCharges
          The charges associated with the rental of this piece of special equipment.
 
Constructor Summary
VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment()
           
 
Method Summary
 VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment.EquipCharges getEquipCharges()
          Get the 'EquipCharges' element value.
 FormattedText getEquipDesc()
          Get the 'EquipDesc' element value.
 java.lang.String getType()
          Get the 'Type' attribute value.
 void setEquipCharges(VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment.EquipCharges equipCharges)
          Set the 'EquipCharges' element value.
 void setEquipDesc(FormattedText equipDesc)
          Set the 'EquipDesc' element value.
 void setType(java.lang.String type)
          Set the 'Type' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment

public VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment()
Method Detail

getEquipDesc

public FormattedText getEquipDesc()
Get the 'EquipDesc' element value. The description of this piece of special equipment.

Returns:
value

setEquipDesc

public void setEquipDesc(FormattedText equipDesc)
Set the 'EquipDesc' element value. The description of this piece of special equipment.

Parameters:
equipDesc -

getEquipCharges

public VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment.EquipCharges getEquipCharges()
Get the 'EquipCharges' element value.

Returns:
value

setEquipCharges

public void setEquipCharges(VehicleLocationServicesOffered.SpecialEquipments.SpecialEquipment.EquipCharges equipCharges)
Set the 'EquipCharges' element value.

Parameters:
equipCharges -

getType

public java.lang.String getType()
Get the 'Type' attribute value. Identifies the specific type of special equipment that is being described. Refer to OpenTravel Code List Equipment Type (EQP).

Returns:
value

setType

public void setType(java.lang.String type)
Set the 'Type' attribute value. Identifies the specific type of special equipment that is being described. Refer to OpenTravel Code List Equipment Type (EQP).

Parameters:
type -