public class AirLeg
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected AirLegDestination |
airLegDestination |
protected AirLegOrigin |
airLegOrigin |
protected java.lang.String |
arrivalTime |
protected BookingClassCode |
bookingClassCode |
protected java.lang.String |
departureTime |
protected java.lang.String |
equipment |
protected java.lang.String |
flightNumber |
protected java.util.List<Meal> |
meal |
protected Rate |
rate |
protected java.lang.String |
seatNumber |
protected java.lang.String |
seatType |
protected java.lang.String |
stops |
protected java.lang.String |
travelSegment |
protected java.lang.String |
upgrade |
protected Vendor |
vendor |
| Constructor and Description |
|---|
AirLeg() |
| Modifier and Type | Method and Description |
|---|---|
AirLegDestination |
getAirLegDestination()
Gets the value of the airLegDestination property.
|
AirLegOrigin |
getAirLegOrigin()
Gets the value of the airLegOrigin property.
|
java.lang.String |
getArrivalTime()
Gets the value of the arrivalTime property.
|
BookingClassCode |
getBookingClassCode()
Gets the value of the bookingClassCode property.
|
java.lang.String |
getDepartureTime()
Gets the value of the departureTime property.
|
java.lang.String |
getEquipment()
Gets the value of the equipment property.
|
java.lang.String |
getFlightNumber()
Gets the value of the flightNumber property.
|
java.util.List<Meal> |
getMeal()
Gets the value of the meal property.
|
Rate |
getRate()
Gets the value of the rate property.
|
java.lang.String |
getSeatNumber()
Gets the value of the seatNumber property.
|
java.lang.String |
getSeatType()
Gets the value of the seatType property.
|
java.lang.String |
getStops()
Gets the value of the stops property.
|
java.lang.String |
getTravelSegment()
Gets the value of the travelSegment property.
|
java.lang.String |
getUpgrade()
Gets the value of the upgrade property.
|
Vendor |
getVendor()
Gets the value of the vendor property.
|
void |
setAirLegDestination(AirLegDestination value)
Sets the value of the airLegDestination property.
|
void |
setAirLegOrigin(AirLegOrigin value)
Sets the value of the airLegOrigin property.
|
void |
setArrivalTime(java.lang.String value)
Sets the value of the arrivalTime property.
|
void |
setBookingClassCode(BookingClassCode value)
Sets the value of the bookingClassCode property.
|
void |
setDepartureTime(java.lang.String value)
Sets the value of the departureTime property.
|
void |
setEquipment(java.lang.String value)
Sets the value of the equipment property.
|
void |
setFlightNumber(java.lang.String value)
Sets the value of the flightNumber property.
|
void |
setRate(Rate value)
Sets the value of the rate property.
|
void |
setSeatNumber(java.lang.String value)
Sets the value of the seatNumber property.
|
void |
setSeatType(java.lang.String value)
Sets the value of the seatType property.
|
void |
setStops(java.lang.String value)
Sets the value of the stops property.
|
void |
setTravelSegment(java.lang.String value)
Sets the value of the travelSegment property.
|
void |
setUpgrade(java.lang.String value)
Sets the value of the upgrade property.
|
void |
setVendor(Vendor value)
Sets the value of the vendor property.
|
protected java.lang.String travelSegment
protected java.lang.String departureTime
protected java.lang.String arrivalTime
protected java.lang.String flightNumber
protected java.lang.String seatNumber
protected java.lang.String seatType
protected java.lang.String upgrade
protected java.lang.String stops
protected java.lang.String equipment
protected Vendor vendor
protected AirLegOrigin airLegOrigin
protected AirLegDestination airLegDestination
protected BookingClassCode bookingClassCode
protected Rate rate
protected java.util.List<Meal> meal
public java.lang.String getTravelSegment()
Stringpublic void setTravelSegment(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDepartureTime()
Stringpublic void setDepartureTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getArrivalTime()
Stringpublic void setArrivalTime(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFlightNumber()
Stringpublic void setFlightNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSeatNumber()
Stringpublic void setSeatNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSeatType()
Stringpublic void setSeatType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUpgrade()
Stringpublic void setUpgrade(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStops()
Stringpublic void setStops(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEquipment()
Stringpublic void setEquipment(java.lang.String value)
value - allowed object is
Stringpublic Vendor getVendor()
Vendorpublic void setVendor(Vendor value)
value - allowed object is
Vendorpublic AirLegOrigin getAirLegOrigin()
AirLegOriginpublic void setAirLegOrigin(AirLegOrigin value)
value - allowed object is
AirLegOriginpublic AirLegDestination getAirLegDestination()
AirLegDestinationpublic void setAirLegDestination(AirLegDestination value)
value - allowed object is
AirLegDestinationpublic BookingClassCode getBookingClassCode()
BookingClassCodepublic void setBookingClassCode(BookingClassCode value)
value - allowed object is
BookingClassCodepublic void setRate(Rate value)
value - allowed object is
Ratepublic java.util.List<Meal> getMeal()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the meal property.
For example, to add a new item, do as follows:
getMeal().add(newItem);
Objects of the following type(s) are allowed in the list
Meal
Copyright © 2018 SAP SE. All Rights Reserved.