Class RequestType.ReportOrderChange
java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.RequestType.ReportOrderChange
- Enclosing class:
- RequestType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the currentOrder property.Gets the value of the newOrder property.voidsetCurrentOrder(OrderType value) Sets the value of the currentOrder property.voidsetNewOrder(OrderType value) Sets the value of the newOrder property.
-
Field Details
-
currentOrder
-
newOrder
-
-
Constructor Details
-
ReportOrderChange
public ReportOrderChange()
-
-
Method Details
-
getCurrentOrder
Gets the value of the currentOrder property.- Returns:
- possible object is
OrderType
-
setCurrentOrder
Sets the value of the currentOrder property.- Parameters:
value- allowed object isOrderType
-
getNewOrder
Gets the value of the newOrder property.- Returns:
- possible object is
OrderType
-
setNewOrder
Sets the value of the newOrder property.- Parameters:
value- allowed object isOrderType
-