org.ota.air
Class DemandTicketRQ.MessageFunction

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

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

Specifies the ticketing function to be done - an ET, itinerary invoice, or an automated MCO or a combination of functions. 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="4">
   <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 DemandTicketRQ.MessageFunction.Function
          Schema fragment(s) for this class:
 
Constructor Summary
DemandTicketRQ.MessageFunction()
           
 
Method Summary
 DemandTicketRQ.MessageFunction.Function getFunction()
          Get the 'Function' attribute value.
 void setFunction(DemandTicketRQ.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

DemandTicketRQ.MessageFunction

public DemandTicketRQ.MessageFunction()
Method Detail

getFunction

public DemandTicketRQ.MessageFunction.Function getFunction()
Get the 'Function' attribute value. Specifies the ticketing function to be performed.

Returns:
value

setFunction

public void setFunction(DemandTicketRQ.MessageFunction.Function function)
Set the 'Function' attribute value. Specifies the ticketing function to be performed.

Parameters:
function -