Class RequestType
java.lang.Object
de.hybris.platform.ndc182shoppingfacades.messages.orderretrieverequest.RequestType
Payload information for OrderListRQ.
Java class for RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OrderFilterCriteria" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}OrderFilterCriteriaType"/>
<element name="OrderRetrieveParameters" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderRetrieveRQ}ResponseParametersType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OrderFilterCriteriaTypeprotected ResponseParametersType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the orderFilterCriteria property.Gets the value of the orderRetrieveParameters property.voidSets the value of the orderFilterCriteria property.voidSets the value of the orderRetrieveParameters property.
-
Field Details
-
orderFilterCriteria
-
orderRetrieveParameters
-
-
Constructor Details
-
RequestType
public RequestType()
-
-
Method Details
-
getOrderFilterCriteria
Gets the value of the orderFilterCriteria property.- Returns:
- possible object is
OrderFilterCriteriaType
-
setOrderFilterCriteria
Sets the value of the orderFilterCriteria property.- Parameters:
value- allowed object isOrderFilterCriteriaType
-
getOrderRetrieveParameters
Gets the value of the orderRetrieveParameters property.- Returns:
- possible object is
ResponseParametersType
-
setOrderRetrieveParameters
Sets the value of the orderRetrieveParameters property.- Parameters:
value- allowed object isResponseParametersType
-