org.ota.air
Class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.Flights.Flight

java.lang.Object
  extended by org.ota.air.FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.Flights.Flight
Enclosing class:
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.Flights

public static class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.Flights.Flight
extends java.lang.Object

Include or exclude a specific flight number 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="Flight" maxOccurs="99">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="AirlineCode"/>
     <xs:attribute type="xs:string" use="optional" name="FlightNumber"/>
     <xs:attribute type="xs:boolean" use="optional" name="IncludeExcludeUseInd"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.Flights.Flight()
           
 
Method Summary
 java.lang.String getAirlineCode()
          Get the 'AirlineCode' attribute value.
 java.lang.String getFlightNumber()
          Get the 'FlightNumber' attribute value.
 java.lang.Boolean getIncludeExcludeUseInd()
          Get the 'IncludeExcludeUseInd' attribute value.
 void setAirlineCode(java.lang.String airlineCode)
          Set the 'AirlineCode' attribute value.
 void setFlightNumber(java.lang.String flightNumber)
          Set the 'FlightNumber' attribute value.
 void setIncludeExcludeUseInd(java.lang.Boolean includeExcludeUseInd)
          Set the 'IncludeExcludeUseInd' attribute value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.Flights.Flight

public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.Flights.Flight()
Method Detail

getAirlineCode

public java.lang.String getAirlineCode()
Get the 'AirlineCode' attribute value. The airline code of the restricted flight

Returns:
value

setAirlineCode

public void setAirlineCode(java.lang.String airlineCode)
Set the 'AirlineCode' attribute value. The airline code of the restricted flight

Parameters:
airlineCode -

getFlightNumber

public java.lang.String getFlightNumber()
Get the 'FlightNumber' attribute value. The number of the restricted flight

Returns:
value

setFlightNumber

public void setFlightNumber(java.lang.String flightNumber)
Set the 'FlightNumber' attribute value. The number of the restricted flight

Parameters:
flightNumber -

getIncludeExcludeUseInd

public java.lang.Boolean getIncludeExcludeUseInd()
Get the 'IncludeExcludeUseInd' attribute value. When true, the flight number should be included (i.e., travel allowed on this flight)When false, the flight number should be excluded (i.e., no travel allowed on this flight)

Returns:
value

setIncludeExcludeUseInd

public void setIncludeExcludeUseInd(java.lang.Boolean includeExcludeUseInd)
Set the 'IncludeExcludeUseInd' attribute value. When true, the flight number should be included (i.e., travel allowed on this flight)When false, the flight number should be excluded (i.e., no travel allowed on this flight)

Parameters:
includeExcludeUseInd -