Class CurrentCouponFlightInfoRefType

java.lang.Object
org.iata.iata._2015.easd._00.iata_offersandorderscommontypes.CurrentCouponFlightInfoRefType

public class CurrentCouponFlightInfoRefType extends Object
Current Coupon Flight Information Latest flight information as it relates to a coupon eg Current CheckedIn Flown.

Java class for CurrentCouponFlightInfoRefType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CurrentCouponFlightInfoRefType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="CheckedInAirlinePaxSegmentRef" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}PaxSegmentRefListType"/>
         <element name="CurrentAirlinePaxSegmentRef" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}PaxSegmentRefListType"/>
         <element name="FlownAirlinePaxSegmentRef" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}PaxSegmentRefListType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CurrentCouponFlightInfoRefType

      public CurrentCouponFlightInfoRefType()
  • Method Details

    • getCheckedInAirlinePaxSegmentRef

      public PaxSegmentRefListType getCheckedInAirlinePaxSegmentRef()
      Gets the value of the checkedInAirlinePaxSegmentRef property.
      Returns:
      possible object is PaxSegmentRefListType
    • setCheckedInAirlinePaxSegmentRef

      public void setCheckedInAirlinePaxSegmentRef(PaxSegmentRefListType value)
      Sets the value of the checkedInAirlinePaxSegmentRef property.
      Parameters:
      value - allowed object is PaxSegmentRefListType
    • getCurrentAirlinePaxSegmentRef

      public PaxSegmentRefListType getCurrentAirlinePaxSegmentRef()
      Gets the value of the currentAirlinePaxSegmentRef property.
      Returns:
      possible object is PaxSegmentRefListType
    • setCurrentAirlinePaxSegmentRef

      public void setCurrentAirlinePaxSegmentRef(PaxSegmentRefListType value)
      Sets the value of the currentAirlinePaxSegmentRef property.
      Parameters:
      value - allowed object is PaxSegmentRefListType
    • getFlownAirlinePaxSegmentRef

      public PaxSegmentRefListType getFlownAirlinePaxSegmentRef()
      Gets the value of the flownAirlinePaxSegmentRef property.
      Returns:
      possible object is PaxSegmentRefListType
    • setFlownAirlinePaxSegmentRef

      public void setFlownAirlinePaxSegmentRef(PaxSegmentRefListType value)
      Sets the value of the flownAirlinePaxSegmentRef property.
      Parameters:
      value - allowed object is PaxSegmentRefListType