Class OrderFilterCriteriaType
java.lang.Object
de.hybris.platform.ndc182facades.messages.orderretrieverequest.OrderFilterCriteriaType
Order list request filter criteria.
Java class for OrderFilterCriteriaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderFilterCriteriaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BookingRefFilterCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}BookingInfoType" minOccurs="0"/>
<element name="FlightFilterCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}FlightFilterCriteriaType" minOccurs="0"/>
<element name="Order" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}OrderType" minOccurs="0"/>
<element name="PaxFilterCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}PaxType" minOccurs="0"/>
<element name="PaxGroupFilterCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}PaxGroupType" minOccurs="0"/>
<element name="PaymentFilterCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}PaymentMethodType" minOccurs="0"/>
<element name="ServiceFilterCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ServiceType" minOccurs="0"/>
<element name="TicketDocFilterCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}TicketDocFilterCriteriaType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BookingInfoTypeprotected FlightFilterCriteriaTypeprotected OrderTypeprotected PaxTypeprotected PaxGroupTypeprotected PaymentMethodTypeprotected ServiceTypeprotected TicketDocFilterCriteriaType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bookingRefFilterCriteria property.Gets the value of the flightFilterCriteria property.getOrder()Gets the value of the order property.Gets the value of the paxFilterCriteria property.Gets the value of the paxGroupFilterCriteria property.Gets the value of the paymentFilterCriteria property.Gets the value of the serviceFilterCriteria property.Gets the value of the ticketDocFilterCriteria property.voidSets the value of the bookingRefFilterCriteria property.voidSets the value of the flightFilterCriteria property.voidSets the value of the order property.voidsetPaxFilterCriteria(PaxType value) Sets the value of the paxFilterCriteria property.voidSets the value of the paxGroupFilterCriteria property.voidSets the value of the paymentFilterCriteria property.voidSets the value of the serviceFilterCriteria property.voidSets the value of the ticketDocFilterCriteria property.
-
Field Details
-
bookingRefFilterCriteria
-
flightFilterCriteria
-
order
-
paxFilterCriteria
-
paxGroupFilterCriteria
-
paymentFilterCriteria
-
serviceFilterCriteria
-
ticketDocFilterCriteria
-
-
Constructor Details
-
OrderFilterCriteriaType
public OrderFilterCriteriaType()
-
-
Method Details
-
getBookingRefFilterCriteria
Gets the value of the bookingRefFilterCriteria property.- Returns:
- possible object is
BookingInfoType
-
setBookingRefFilterCriteria
Sets the value of the bookingRefFilterCriteria property.- Parameters:
value- allowed object isBookingInfoType
-
getFlightFilterCriteria
Gets the value of the flightFilterCriteria property.- Returns:
- possible object is
FlightFilterCriteriaType
-
setFlightFilterCriteria
Sets the value of the flightFilterCriteria property.- Parameters:
value- allowed object isFlightFilterCriteriaType
-
getOrder
Gets the value of the order property.- Returns:
- possible object is
OrderType
-
setOrder
Sets the value of the order property.- Parameters:
value- allowed object isOrderType
-
getPaxFilterCriteria
Gets the value of the paxFilterCriteria property.- Returns:
- possible object is
PaxType
-
setPaxFilterCriteria
Sets the value of the paxFilterCriteria property.- Parameters:
value- allowed object isPaxType
-
getPaxGroupFilterCriteria
Gets the value of the paxGroupFilterCriteria property.- Returns:
- possible object is
PaxGroupType
-
setPaxGroupFilterCriteria
Sets the value of the paxGroupFilterCriteria property.- Parameters:
value- allowed object isPaxGroupType
-
getPaymentFilterCriteria
Gets the value of the paymentFilterCriteria property.- Returns:
- possible object is
PaymentMethodType
-
setPaymentFilterCriteria
Sets the value of the paymentFilterCriteria property.- Parameters:
value- allowed object isPaymentMethodType
-
getServiceFilterCriteria
Gets the value of the serviceFilterCriteria property.- Returns:
- possible object is
ServiceType
-
setServiceFilterCriteria
Sets the value of the serviceFilterCriteria property.- Parameters:
value- allowed object isServiceType
-
getTicketDocFilterCriteria
Gets the value of the ticketDocFilterCriteria property.- Returns:
- possible object is
TicketDocFilterCriteriaType
-
setTicketDocFilterCriteria
Sets the value of the ticketDocFilterCriteria property.- Parameters:
value- allowed object isTicketDocFilterCriteriaType
-