Class SegmentFilterCriteriaType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.SegmentFilterCriteriaType
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ArrivalFilterCriteriaTypeprotected DepFilterCriteriaType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the arrival property.getDep()Gets the value of the dep property.voidSets the value of the arrival property.voidsetDep(DepFilterCriteriaType value) Sets the value of the dep property.
-
Field Details
-
arrival
-
dep
-
-
Constructor Details
-
SegmentFilterCriteriaType
public SegmentFilterCriteriaType()
-
-
Method Details
-
getArrival
Gets the value of the arrival property.- Returns:
- possible object is
ArrivalFilterCriteriaType
-
setArrival
Sets the value of the arrival property.- Parameters:
value- allowed object isArrivalFilterCriteriaType
-
getDep
Gets the value of the dep property.- Returns:
- possible object is
DepFilterCriteriaType
-
setDep
Sets the value of the dep property.- Parameters:
value- allowed object isDepFilterCriteriaType
-