org.ota.air
Class AirCheckIn.MessageFunction
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AirCheckIn.MessageFunction
public AirCheckIn.MessageFunction()
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
-