java.lang.Object
de.hybris.platform.oneorderfacades.oneorder.sscn.RequestType

public class RequestType extends Object
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="Order" type="{http://www.iata.org/IATA/2015/00/2018.2/IATA_ServiceStatusChangeNotifRQ}OrderType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • RequestType

      public RequestType()
  • Method Details

    • getOrder

      public OrderType getOrder()
      Gets the value of the order property.
      Returns:
      possible object is OrderType
    • setOrder

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