org.ota.air
Class AvailRQ.OriginDestinationInformation.SpecificFlightInfo

java.lang.Object
  extended by org.ota.air.SpecificFlightInfo
      extended by org.ota.air.AvailRQ.OriginDestinationInformation.SpecificFlightInfo
Enclosing class:
AvailRQ.OriginDestinationInformation

public static class AvailRQ.OriginDestinationInformation.SpecificFlightInfo
extends SpecificFlightInfo

To specify a flight for this origin and destination for which availability is to be checked. 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="SpecificFlightInfo" minOccurs="0">
   <xs:complexType>
     <xs:complexContent>
       <xs:extension base="ns:SpecificFlightInfoType">
         <xs:attribute type="xs:boolean" use="optional" name="PollingIndicator"/>
       </xs:extension>
     </xs:complexContent>
   </xs:complexType>
 </xs:element>
 


Nested Class Summary
 
Nested classes/interfaces inherited from class org.ota.air.SpecificFlightInfo
SpecificFlightInfo.BookingClassPref
 
Constructor Summary
AvailRQ.OriginDestinationInformation.SpecificFlightInfo()
           
 
Method Summary
 java.lang.Boolean getPollingIndicator()
          Get the 'PollingIndicator' attribute value.
 void setPollingIndicator(java.lang.Boolean pollingIndicator)
          Set the 'PollingIndicator' attribute value.
 
Methods inherited from class org.ota.air.SpecificFlightInfo
addBookingClassPref, clearBookingClassPrefs, getAirline, getBookingClassPref, getBookingClassPrefs, getFlightNumber, setAirline, setBookingClassPrefs, setFlightNumber, sizeBookingClassPrefs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvailRQ.OriginDestinationInformation.SpecificFlightInfo

public AvailRQ.OriginDestinationInformation.SpecificFlightInfo()
Method Detail

getPollingIndicator

public java.lang.Boolean getPollingIndicator()
Get the 'PollingIndicator' attribute value. Indicates if the actual inventory information needs to be returned for a specific flight.

Returns:
value

setPollingIndicator

public void setPollingIndicator(java.lang.Boolean pollingIndicator)
Set the 'PollingIndicator' attribute value. Indicates if the actual inventory information needs to be returned for a specific flight.

Parameters:
pollingIndicator -