|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectorg.ota.air.FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.Flights.Flight
public static class FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.Flights.Flight
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 |
|---|
public FareDisplayRS.FareDisplayInfos.FareDisplayInfo.Restrictions.Restriction.Flights.Flight()
| Method Detail |
|---|
public java.lang.String getAirlineCode()
public void setAirlineCode(java.lang.String airlineCode)
airlineCode - public java.lang.String getFlightNumber()
public void setFlightNumber(java.lang.String flightNumber)
flightNumber - public java.lang.Boolean getIncludeExcludeUseInd()
public void setIncludeExcludeUseInd(java.lang.Boolean includeExcludeUseInd)
includeExcludeUseInd -
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||