Class SegmentFilterCriteriaType

java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.SegmentFilterCriteriaType

public class SegmentFilterCriteriaType extends Object
Filters results based on segment information.

Java class for SegmentFilterCriteriaType complex type.

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

 <complexType name="SegmentFilterCriteriaType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Arrival" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ArrivalFilterCriteriaType"/>
         <element name="Dep" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}DepFilterCriteriaType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>