Class CurrentCouponFlightInfoType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderviewresponse.CurrentCouponFlightInfoType
Latest flight information as it relates to a coupon (e.g. Current, CheckedIn, Flown).
Java class for CurrentCouponFlightInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrentCouponFlightInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="CheckedInAirlineInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}PaxSegmentRefType"/>
<element name="CurrentAirlineInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}PaxSegmentRefType"/>
<element name="FlownAirlineInfo" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderViewRS}PaxSegmentRefType"/>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PaxSegmentRefTypeprotected PaxSegmentRefTypeprotected PaxSegmentRefType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the checkedInAirlineInfo property.Gets the value of the currentAirlineInfo property.Gets the value of the flownAirlineInfo property.voidSets the value of the checkedInAirlineInfo property.voidSets the value of the currentAirlineInfo property.voidSets the value of the flownAirlineInfo property.
-
Field Details
-
checkedInAirlineInfo
-
currentAirlineInfo
-
flownAirlineInfo
-
-
Constructor Details
-
CurrentCouponFlightInfoType
public CurrentCouponFlightInfoType()
-
-
Method Details
-
getCheckedInAirlineInfo
Gets the value of the checkedInAirlineInfo property.- Returns:
- possible object is
PaxSegmentRefType
-
setCheckedInAirlineInfo
Sets the value of the checkedInAirlineInfo property.- Parameters:
value- allowed object isPaxSegmentRefType
-
getCurrentAirlineInfo
Gets the value of the currentAirlineInfo property.- Returns:
- possible object is
PaxSegmentRefType
-
setCurrentAirlineInfo
Sets the value of the currentAirlineInfo property.- Parameters:
value- allowed object isPaxSegmentRefType
-
getFlownAirlineInfo
Gets the value of the flownAirlineInfo property.- Returns:
- possible object is
PaxSegmentRefType
-
setFlownAirlineInfo
Sets the value of the flownAirlineInfo property.- Parameters:
value- allowed object isPaxSegmentRefType
-