Class CurrentCouponFlightInfoType

java.lang.Object
de.hybris.platform.ndc182facades.messages.orderviewresponse.CurrentCouponFlightInfoType

public class CurrentCouponFlightInfoType extends Object
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 Details

  • Constructor Details

    • CurrentCouponFlightInfoType

      public CurrentCouponFlightInfoType()
  • Method Details

    • getCheckedInAirlineInfo

      public PaxSegmentRefType getCheckedInAirlineInfo()
      Gets the value of the checkedInAirlineInfo property.
      Returns:
      possible object is PaxSegmentRefType
    • setCheckedInAirlineInfo

      public void setCheckedInAirlineInfo(PaxSegmentRefType value)
      Sets the value of the checkedInAirlineInfo property.
      Parameters:
      value - allowed object is PaxSegmentRefType
    • getCurrentAirlineInfo

      public PaxSegmentRefType getCurrentAirlineInfo()
      Gets the value of the currentAirlineInfo property.
      Returns:
      possible object is PaxSegmentRefType
    • setCurrentAirlineInfo

      public void setCurrentAirlineInfo(PaxSegmentRefType value)
      Sets the value of the currentAirlineInfo property.
      Parameters:
      value - allowed object is PaxSegmentRefType
    • getFlownAirlineInfo

      public PaxSegmentRefType getFlownAirlineInfo()
      Gets the value of the flownAirlineInfo property.
      Returns:
      possible object is PaxSegmentRefType
    • setFlownAirlineInfo

      public void setFlownAirlineInfo(PaxSegmentRefType value)
      Sets the value of the flownAirlineInfo property.
      Parameters:
      value - allowed object is PaxSegmentRefType