org.ota.air
Class CheckInRQ

java.lang.Object
  extended by org.ota.air.AirCheckIn
      extended by org.ota.air.CheckInRQ

public class CheckInRQ
extends AirCheckIn

This message provides an air travel check-in product specifically for the self-service channels (kiosks, web and mobile). The message will allow a customer, multiple customers or groups traveling together and employees to check-in for eligible flights. 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="OTA_AirCheckInRQ">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:AirCheckInType">
         <xs:attributeGroup ref="ns:OTA_PayloadStdAttributes"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.air.AirCheckIn
AirCheckIn.BaggageInfo, AirCheckIn.DocumentAndPrintInfo, AirCheckIn.FlightInfo, AirCheckIn.MessageFunction, AirCheckIn.PassengerFlightInfo, AirCheckIn.PassengerInfo, AirCheckIn.PaymentInfo
 
Constructor Summary
CheckInRQ()
           
 
Method Summary
 OTAPayloadStdAttributes getOTAPayloadStdAttributes()
          Get the 'OTA_PayloadStdAttributes' attributeGroup value.
 void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
          Set the 'OTA_PayloadStdAttributes' attributeGroup value.
 
Methods inherited from class org.ota.air.AirCheckIn
addBaggageInfo, addFlightInfo, addMessageFunction, addPassengerFlightInfo, addPassengerInfo, clearBaggageInfos, clearFlightInfos, clearMessageFunctions, clearPassengerFlightInfos, clearPassengerInfos, getBaggageInfo, getBaggageInfos, getDocumentAndPrintInfo, getFlightInfo, getFlightInfos, getMessageFunction, getMessageFunctions, getPassengerFlightInfo, getPassengerFlightInfos, getPassengerInfo, getPassengerInfos, getPaymentInfo, getPOS, setBaggageInfos, setDocumentAndPrintInfo, setFlightInfos, setMessageFunctions, setPassengerFlightInfos, setPassengerInfos, setPaymentInfo, setPOS, sizeBaggageInfos, sizeFlightInfos, sizeMessageFunctions, sizePassengerFlightInfos, sizePassengerInfos
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckInRQ

public CheckInRQ()
Method Detail

getOTAPayloadStdAttributes

public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
Get the 'OTA_PayloadStdAttributes' attributeGroup value. The standard attributes that appear on the root element for all OpenTravel messages.

Returns:
value

setOTAPayloadStdAttributes

public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
Set the 'OTA_PayloadStdAttributes' attributeGroup value. The standard attributes that appear on the root element for all OpenTravel messages.

Parameters:
OTAPayloadStdAttributes -