public class AirlineFlightLeg extends Object
Constructor and Description |
---|
AirlineFlightLeg() |
Modifier and Type | Method and Description |
---|---|
String |
getAirlineClass()
Reservation Booking Designator
|
String |
getArrivalAirport()
Arrival airport/city code
|
String |
getArrivalTime()
The arrival time in the local time zone
Format: HH:MM |
String |
getCarrierCode()
IATA carrier code
|
String |
getConjunctionTicket()
Identifying number of a ticket issued to a passenger in conjunction with this ticket and that constitutes a single contract of carriage
|
String |
getCouponNumber()
The coupon number associated with this leg of the trip.
|
String |
getDate()
Date of the leg
Format: YYYYMMDD |
String |
getDepartureTime()
The departure time in the local time at the departure airport
Format: HH:MM |
String |
getEndorsementOrRestriction()
An endorsement can be an agency-added notation or a mandatory government required notation, such as value-added tax.
|
String |
getExchangeTicket()
New ticket number that is issued when a ticket is exchanged
|
String |
getFare()
Fare of this leg
|
String |
getFareBasis()
Fare Basis/Ticket Designator
|
Integer |
getFee()
Fee for this leg of the trip
|
String |
getFlightNumber()
The flight number assigned by the airline carrier with no leading spaces
Should be a numeric string |
Integer |
getNumber()
Sequence number of the flight leg
|
String |
getOriginAirport()
Origin airport/city code
|
String |
getPassengerClass()
PassengerClass if this leg
|
String |
getServiceClass()
Deprecated.
Use passengerClass instead
|
String |
getStopoverCode()
Possible values are:
|
Integer |
getTaxes()
Taxes for this leg of the trip
|
void |
setAirlineClass(String value)
Reservation Booking Designator
|
void |
setArrivalAirport(String value)
Arrival airport/city code
|
void |
setArrivalTime(String value)
The arrival time in the local time zone
Format: HH:MM |
void |
setCarrierCode(String value)
IATA carrier code
|
void |
setConjunctionTicket(String value)
Identifying number of a ticket issued to a passenger in conjunction with this ticket and that constitutes a single contract of carriage
|
void |
setCouponNumber(String value)
The coupon number associated with this leg of the trip.
|
void |
setDate(String value)
Date of the leg
Format: YYYYMMDD |
void |
setDepartureTime(String value)
The departure time in the local time at the departure airport
Format: HH:MM |
void |
setEndorsementOrRestriction(String value)
An endorsement can be an agency-added notation or a mandatory government required notation, such as value-added tax.
|
void |
setExchangeTicket(String value)
New ticket number that is issued when a ticket is exchanged
|
void |
setFare(String value)
Fare of this leg
|
void |
setFareBasis(String value)
Fare Basis/Ticket Designator
|
void |
setFee(Integer value)
Fee for this leg of the trip
|
void |
setFlightNumber(String value)
The flight number assigned by the airline carrier with no leading spaces
Should be a numeric string |
void |
setNumber(Integer value)
Sequence number of the flight leg
|
void |
setOriginAirport(String value)
Origin airport/city code
|
void |
setPassengerClass(String value)
PassengerClass if this leg
|
void |
setServiceClass(String value)
Deprecated.
Use passengerClass instead
|
void |
setStopoverCode(String value)
Possible values are:
|
void |
setTaxes(Integer value)
Taxes for this leg of the trip
|
public String getAirlineClass()
public void setAirlineClass(String value)
public String getArrivalAirport()
public void setArrivalAirport(String value)
public String getArrivalTime()
public void setArrivalTime(String value)
public String getCarrierCode()
public void setCarrierCode(String value)
public String getConjunctionTicket()
public void setConjunctionTicket(String value)
public String getCouponNumber()
public void setCouponNumber(String value)
public String getDate()
public void setDate(String value)
public String getDepartureTime()
public void setDepartureTime(String value)
public String getEndorsementOrRestriction()
public void setEndorsementOrRestriction(String value)
public String getExchangeTicket()
public void setExchangeTicket(String value)
public String getFare()
public void setFare(String value)
public String getFareBasis()
public void setFareBasis(String value)
public Integer getFee()
public void setFee(Integer value)
public String getFlightNumber()
public void setFlightNumber(String value)
public Integer getNumber()
public void setNumber(Integer value)
public String getOriginAirport()
public void setOriginAirport(String value)
public String getPassengerClass()
public void setPassengerClass(String value)
@Deprecated public String getServiceClass()
Possible values are:
@Deprecated public void setServiceClass(String value)
Possible values are:
public String getStopoverCode()
public void setStopoverCode(String value)
public Integer getTaxes()
public void setTaxes(Integer value)
Copyright © 2024 Worldline Global Collect. All rights reserved.