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

public class RequestType extends Object
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 Details

  • Constructor Details

    • RequestType

      public RequestType()
  • Method Details

    • getDataLists

      public DataListsType getDataLists()
      Gets the value of the dataLists property.
      Returns:
      possible object is DataListsType
    • setDataLists

      public void setDataLists(DataListsType value)
      Sets the value of the dataLists property.
      Parameters:
      value - allowed object is DataListsType
    • getOrder

      public List<OrderType> 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 set method 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