org.ota.air
Class AvailRQ.OriginDestinationInformation.SpecificFlightInfo
java.lang.Object
org.ota.air.SpecificFlightInfo
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>
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvailRQ.OriginDestinationInformation.SpecificFlightInfo
public AvailRQ.OriginDestinationInformation.SpecificFlightInfo()
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
-