org.ota.air
Class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.FlightNumberRange

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

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

Include or exclude a flight number range 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="FlightNumberRange" minOccurs="0" maxOccurs="5">
   <xs:complexType>
     <xs:attribute type="xs:string" use="optional" name="AirlineCode"/>
     <xs:attribute type="xs:string" use="required" name="RangeStart"/>
     <xs:attribute type="xs:string" use="required" name="RangeEnd"/>
     <xs:attribute type="xs:boolean" use="optional" name="IncludeIndicator"/>
   </xs:complexType>
 </xs:element>
 


Constructor Summary
FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.FlightNumberRange()
           
 
Method Summary
 java.lang.String getAirlineCode()
          Get the 'AirlineCode' attribute value.
 java.lang.Boolean getIncludeIndicator()
          Get the 'IncludeIndicator' attribute value.
 java.lang.String getRangeEnd()
          Get the 'RangeEnd' attribute value.
 java.lang.String getRangeStart()
          Get the 'RangeStart' attribute value.
 void setAirlineCode(java.lang.String airlineCode)
          Set the 'AirlineCode' attribute value.
 void setIncludeIndicator(java.lang.Boolean includeIndicator)
          Set the 'IncludeIndicator' attribute value.
 void setRangeEnd(java.lang.String rangeEnd)
          Set the 'RangeEnd' attribute value.
 void setRangeStart(java.lang.String rangeStart)
          Set the 'RangeStart' 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.FlightNumberRange

public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.FlightNumberRange()
Method Detail

getAirlineCode

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

Returns:
value

setAirlineCode

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

Parameters:
airlineCode -

getRangeStart

public java.lang.String getRangeStart()
Get the 'RangeStart' attribute value. The start number (inclusive) of the flight number range.

Returns:
value

setRangeStart

public void setRangeStart(java.lang.String rangeStart)
Set the 'RangeStart' attribute value. The start number (inclusive) of the flight number range.

Parameters:
rangeStart -

getRangeEnd

public java.lang.String getRangeEnd()
Get the 'RangeEnd' attribute value. The end number (inclusive) of the flight number range.

Returns:
value

setRangeEnd

public void setRangeEnd(java.lang.String rangeEnd)
Set the 'RangeEnd' attribute value. The end number (inclusive) of the flight number range.

Parameters:
rangeEnd -

getIncludeIndicator

public java.lang.Boolean getIncludeIndicator()
Get the 'IncludeIndicator' attribute value. When true, the flight number range should be included (i.e. travel is allowed on these flights). When false, the flight number range (inclusive) should be excluded (i.e. travel not allowed on these flights).

Returns:
value

setIncludeIndicator

public void setIncludeIndicator(java.lang.Boolean includeIndicator)
Set the 'IncludeIndicator' attribute value. When true, the flight number range should be included (i.e. travel is allowed on these flights). When false, the flight number range (inclusive) should be excluded (i.e. travel not allowed on these flights).

Parameters:
includeIndicator -