Class RequestType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sdn.RequestType
Payload information for OrderViewRS.
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="DataLists" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}DataListsType" minOccurs="0"/>
<element name="Order" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceDeliveryNotifRQ}OrderType" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataLists property.getOrder()Gets the value of the order property.voidsetDataLists(DataListsType value) Sets the value of the dataLists property.
-
Field Details
-
dataLists
-
order
-
-
Constructor Details
-
RequestType
public RequestType()
-
-
Method Details
-
getDataLists
Gets the value of the dataLists property.- Returns:
- possible object is
DataListsType
-
setDataLists
Sets the value of the dataLists property.- Parameters:
value- allowed object isDataListsType
-
getOrder
Gets the value of the order 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
setmethod for the order property.For example, to add a new item, do as follows:
getOrder().add(newItem);Objects of the following type(s) are allowed in the list
OrderType
-