Class RequestType.ReportOrderChange

java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.osin.RequestType.ReportOrderChange
Enclosing class:
RequestType

public static class RequestType.ReportOrderChange extends Object

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 Details

  • Constructor Details

    • ReportOrderChange

      public ReportOrderChange()
  • Method Details

    • getCurrentOrder

      public OrderType getCurrentOrder()
      Gets the value of the currentOrder property.
      Returns:
      possible object is OrderType
    • setCurrentOrder

      public void setCurrentOrder(OrderType value)
      Sets the value of the currentOrder property.
      Parameters:
      value - allowed object is OrderType
    • getNewOrder

      public OrderType getNewOrder()
      Gets the value of the newOrder property.
      Returns:
      possible object is OrderType
    • setNewOrder

      public void setNewOrder(OrderType value)
      Sets the value of the newOrder property.
      Parameters:
      value - allowed object is OrderType