Class RequestType
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.RequestType
Payload information
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_OrderSalesInformationNotifRQ}DataListsType" minOccurs="0"/>
<element name="ReportOrderChange">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CurrentOrder" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}OrderType"/>
<element name="NewOrder" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_OrderSalesInformationNotifRQ}OrderType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dataLists property.Gets the value of the reportOrderChange property.voidsetDataLists(DataListsType value) Sets the value of the dataLists property.voidSets the value of the reportOrderChange property.
-
Field Details
-
dataLists
-
reportOrderChange
-
-
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
-
getReportOrderChange
Gets the value of the reportOrderChange property.- Returns:
- possible object is
RequestType.ReportOrderChange
-
setReportOrderChange
Sets the value of the reportOrderChange property.- Parameters:
value- allowed object isRequestType.ReportOrderChange
-