org.ota.air
Class AirCheckIn.MessageFunction

java.lang.Object
  extended by org.ota.air.AirCheckIn.MessageFunction
Enclosing class:
AirCheckIn

public static class AirCheckIn.MessageFunction
extends java.lang.Object

Specifies the primary function(s) of a particular Check-in message. 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="MessageFunction" minOccurs="0" maxOccurs="23">
   <xs:complexType>
     <xs:attribute use="required" name="Function">
       <xs:simpleType>
         <!-- Reference to inner class Function -->
       </xs:simpleType>
     </xs:attribute>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
static class AirCheckIn.MessageFunction.Function
          Schema fragment(s) for this class:
 
Constructor Summary
AirCheckIn.MessageFunction()
           
 
Method Summary
 AirCheckIn.MessageFunction.Function getFunction()
          Get the 'Function' attribute value.
 void setFunction(AirCheckIn.MessageFunction.Function function)
          Set the 'Function' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AirCheckIn.MessageFunction

public AirCheckIn.MessageFunction()
Method Detail

getFunction

public AirCheckIn.MessageFunction.Function getFunction()
Get the 'Function' attribute value. Specifies the primary function(s) of a particular Check-in message.

Returns:
value

setFunction

public void setFunction(AirCheckIn.MessageFunction.Function function)
Set the 'Function' attribute value. Specifies the primary function(s) of a particular Check-in message.

Parameters:
function -