|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.AirCheckIn
org.ota.air.CheckInRQ
public class CheckInRQ
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CheckInRQ()
| Method Detail |
|---|
public OTAPayloadStdAttributes getOTAPayloadStdAttributes()
public void setOTAPayloadStdAttributes(OTAPayloadStdAttributes OTAPayloadStdAttributes)
OTAPayloadStdAttributes -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||