org.ota.shared
Class Equipment

java.lang.Object
  extended by org.ota.shared.Equipment

public class Equipment
extends java.lang.Object

Specifies the aircraft equipment type. 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="EquipmentType">
   <xs:simpleContent>
     <xs:extension base="xs:string">
       <xs:attribute type="xs:string" use="optional" name="AirEquipType"/>
       <xs:attribute type="xs:boolean" use="optional" name="ChangeofGauge"/>
     </xs:extension>
   </xs:simpleContent>
 </xs:complexType>
 


Constructor Summary
Equipment()
           
 
Method Summary
 java.lang.String getAirEquip()
          Get the 'AirEquipType' attribute value.
 java.lang.Boolean getChangeofGauge()
          Get the 'ChangeofGauge' attribute value.
 java.lang.String getString()
          Get the extension value.
 void setAirEquip(java.lang.String airEquip)
          Set the 'AirEquipType' attribute value.
 void setChangeofGauge(java.lang.Boolean changeofGauge)
          Set the 'ChangeofGauge' attribute value.
 void setString(java.lang.String string)
          Set the extension value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Equipment

public Equipment()
Method Detail

getString

public java.lang.String getString()
Get the extension value.

Returns:
value

setString

public void setString(java.lang.String string)
Set the extension value.

Parameters:
string -

getAirEquip

public java.lang.String getAirEquip()
Get the 'AirEquipType' attribute value. This is the 3 character IATA code.

Returns:
value

setAirEquip

public void setAirEquip(java.lang.String airEquip)
Set the 'AirEquipType' attribute value. This is the 3 character IATA code.

Parameters:
airEquip -

getChangeofGauge

public java.lang.Boolean getChangeofGauge()
Get the 'ChangeofGauge' attribute value. Indicates there is an equipment change. false

Returns:
value

setChangeofGauge

public void setChangeofGauge(java.lang.Boolean changeofGauge)
Set the 'ChangeofGauge' attribute value. Indicates there is an equipment change. false

Parameters:
changeofGauge -