|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ota.air.TicketingInfo
org.ota.air.TicketingInfoRS
public class TicketingInfoRS
Extends TicketingInfoType to provide an eTicketNumber. Minimum information about ticketing required to complete the booking transaction plus eTicket number. Schema fragment(s) for this class:
<xs:complexType xmlns:ns="http://www.opentravel.org/OTA/2003/05" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TicketingInfoRS_Type"> <xs:complexContent> <xs:extension base="ns:TicketingInfoType"> <xs:attribute type="xs:string" use="optional" name="eTicketNumber"/> </xs:extension> </xs:complexContent> </xs:complexType>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.ota.air.TicketingInfo |
---|
TicketingInfo.BookingChange, TicketingInfo.TicketAdvisory |
Constructor Summary | |
---|---|
TicketingInfoRS()
|
Method Summary | |
---|---|
java.lang.String |
getETicketNumber()
Get the 'eTicketNumber' attribute value. |
void |
setETicketNumber(java.lang.String eTicketNumber)
Set the 'eTicketNumber' attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TicketingInfoRS()
Method Detail |
---|
public java.lang.String getETicketNumber()
public void setETicketNumber(java.lang.String eTicketNumber)
eTicketNumber
-
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |