public class AirDetail
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AirLeg> |
airLeg |
protected java.util.List<AvailablePrice> |
availablePrice |
protected Penalty |
penalty |
protected TripType |
tripType |
| Constructor and Description |
|---|
AirDetail() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AirLeg> |
getAirLeg()
Gets the value of the airLeg property.
|
java.util.List<AvailablePrice> |
getAvailablePrice()
Gets the value of the availablePrice property.
|
Penalty |
getPenalty()
Gets the value of the penalty property.
|
TripType |
getTripType()
Gets the value of the tripType property.
|
void |
setPenalty(Penalty value)
Sets the value of the penalty property.
|
void |
setTripType(TripType value)
Sets the value of the tripType property.
|
protected TripType tripType
protected java.util.List<AirLeg> airLeg
protected java.util.List<AvailablePrice> availablePrice
protected Penalty penalty
public TripType getTripType()
TripTypepublic void setTripType(TripType value)
value - allowed object is
TripTypepublic java.util.List<AirLeg> getAirLeg()
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 airLeg property.
For example, to add a new item, do as follows:
getAirLeg().add(newItem);
Objects of the following type(s) are allowed in the list
AirLeg
public java.util.List<AvailablePrice> getAvailablePrice()
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 availablePrice property.
For example, to add a new item, do as follows:
getAvailablePrice().add(newItem);
Objects of the following type(s) are allowed in the list
AvailablePrice
public Penalty getPenalty()
PenaltyCopyright © 2018 SAP SE. All Rights Reserved.