org.ota.pkg
Class BookRS.TicketingInfo

java.lang.Object
  extended by org.ota.air.TicketingInfo
      extended by org.ota.air.TicketingInfoRS
          extended by org.ota.pkg.BookRS.TicketingInfo
Enclosing class:
BookRS

public static class BookRS.TicketingInfo
extends TicketingInfoRS

Info on ticketing fulfilment, 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="TicketingInfo" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:TicketingInfoRS_Type">
         <xs:attribute type="xs:boolean" name="TOD_Ind"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.air.TicketingInfo
TicketingInfo.BookingChange, TicketingInfo.TicketAdvisory
 
Constructor Summary
BookRS.TicketingInfo()
           
 
Method Summary
 java.lang.Boolean getTODInd()
          Get the 'TOD_Ind' attribute value.
 void setTODInd(java.lang.Boolean TODInd)
          Set the 'TOD_Ind' attribute value.
 
Methods inherited from class org.ota.air.TicketingInfoRS
getETicketNumber, setETicketNumber
 
Methods inherited from class org.ota.air.TicketingInfo
addTicketAdvisory, clearTicketAdvisories, getBookingChange, getCancelOnExpiryInd, getFlightSegmentRefNumber, getMiscTicketingCode, getOperation, getPassengerTypeCode, getPricingSystem, getPseudoCityCode, getRequestedTicketingDate, getReverseTktgSegmentsInd, getTicket, getTicketAdvisories, getTicketAdvisory, getTicketDocumentNbr, getTicketingStatus, getTicketingVendor, getTicketTimeLimit, getTimeLimitMinutes, getTotalFare, getTravelerRefNumber, setBookingChange, setCancelOnExpiryInd, setFlightSegmentRefNumber, setMiscTicketingCode, setOperation, setPassengerTypeCode, setPricingSystem, setPseudoCityCode, setRequestedTicketingDate, setReverseTktgSegmentsInd, setTicket, setTicketAdvisories, setTicketDocumentNbr, setTicketingStatus, setTicketingVendor, setTicketTimeLimit, setTimeLimitMinutes, setTotalFare, setTravelerRefNumber, sizeTicketAdvisories
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BookRS.TicketingInfo

public BookRS.TicketingInfo()
Method Detail

getTODInd

public java.lang.Boolean getTODInd()
Get the 'TOD_Ind' attribute value. When 'true', paper ticket(s) must be collected at the airport before departure. Collection information will be set out in the 'TicketAdvisory' element.

Returns:
value

setTODInd

public void setTODInd(java.lang.Boolean TODInd)
Set the 'TOD_Ind' attribute value. When 'true', paper ticket(s) must be collected at the airport before departure. Collection information will be set out in the 'TicketAdvisory' element.

Parameters:
TODInd -