Class FlightFilterCriteriaType

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

public class FlightFilterCriteriaType extends Object
Filters based on Flight Number, Origin Destination, Segment, or Departure/Arrival.

Java class for FlightFilterCriteriaType complex type.

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

 <complexType name="FlightFilterCriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ArrivalFilterCriteria" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}ArrivalFilterCriteriaType" minOccurs="0"/>
         <element name="CabinTypeFilterCriteria" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}CabinTypeType" minOccurs="0"/>
         <element name="DepFilterCriteria" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}DepFilterCriteriaType" minOccurs="0"/>
         <element name="FareBasisCode" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}CodeType" minOccurs="0"/>
         <element name="MarketingCarrierInfoNEW" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}MarketingCarrierInfoType" minOccurs="0"/>
         <element name="OriginDestFilterCriteria" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}OriginDestFilterCriteriaType" minOccurs="0"/>
         <element name="SegmentFilterCriteria" type="{http://www.iata.org/IATA/2015/EASD/00/IATA_OffersAndOrdersCommonTypes}SegmentFilterCriteriaType" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • FlightFilterCriteriaType

      public FlightFilterCriteriaType()
  • Method Details

    • getArrivalFilterCriteria

      public ArrivalFilterCriteriaType getArrivalFilterCriteria()
      Gets the value of the arrivalFilterCriteria property.
      Returns:
      possible object is ArrivalFilterCriteriaType
    • setArrivalFilterCriteria

      public void setArrivalFilterCriteria(ArrivalFilterCriteriaType value)
      Sets the value of the arrivalFilterCriteria property.
      Parameters:
      value - allowed object is ArrivalFilterCriteriaType
    • getCabinTypeFilterCriteria

      public CabinTypeType getCabinTypeFilterCriteria()
      Gets the value of the cabinTypeFilterCriteria property.
      Returns:
      possible object is CabinTypeType
    • setCabinTypeFilterCriteria

      public void setCabinTypeFilterCriteria(CabinTypeType value)
      Sets the value of the cabinTypeFilterCriteria property.
      Parameters:
      value - allowed object is CabinTypeType
    • getDepFilterCriteria

      public DepFilterCriteriaType getDepFilterCriteria()
      Gets the value of the depFilterCriteria property.
      Returns:
      possible object is DepFilterCriteriaType
    • setDepFilterCriteria

      public void setDepFilterCriteria(DepFilterCriteriaType value)
      Sets the value of the depFilterCriteria property.
      Parameters:
      value - allowed object is DepFilterCriteriaType
    • getFareBasisCode

      public String getFareBasisCode()
      Gets the value of the fareBasisCode property.
      Returns:
      possible object is String
    • setFareBasisCode

      public void setFareBasisCode(String value)
      Sets the value of the fareBasisCode property.
      Parameters:
      value - allowed object is String
    • getMarketingCarrierInfoNEW

      public MarketingCarrierInfoType getMarketingCarrierInfoNEW()
      Gets the value of the marketingCarrierInfoNEW property.
      Returns:
      possible object is MarketingCarrierInfoType
    • setMarketingCarrierInfoNEW

      public void setMarketingCarrierInfoNEW(MarketingCarrierInfoType value)
      Sets the value of the marketingCarrierInfoNEW property.
      Parameters:
      value - allowed object is MarketingCarrierInfoType
    • getOriginDestFilterCriteria

      public OriginDestFilterCriteriaType getOriginDestFilterCriteria()
      Gets the value of the originDestFilterCriteria property.
      Returns:
      possible object is OriginDestFilterCriteriaType
    • setOriginDestFilterCriteria

      public void setOriginDestFilterCriteria(OriginDestFilterCriteriaType value)
      Sets the value of the originDestFilterCriteria property.
      Parameters:
      value - allowed object is OriginDestFilterCriteriaType
    • getSegmentFilterCriteria

      public List<SegmentFilterCriteriaType> getSegmentFilterCriteria()
      Gets the value of the segmentFilterCriteria property.

      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 segmentFilterCriteria property.

      For example, to add a new item, do as follows:

          getSegmentFilterCriteria().add(newItem);
       

      Objects of the following type(s) are allowed in the list SegmentFilterCriteriaType