Package org.cxml

Class OrderRequest

java.lang.Object
org.cxml.OrderRequest

public class OrderRequest extends Object
  • Field Details

  • Constructor Details

    • OrderRequest

      public OrderRequest()
  • Method Details

    • getOrderRequestHeader

      public OrderRequestHeader getOrderRequestHeader()
      Gets the value of the orderRequestHeader property.
      Returns:
      possible object is OrderRequestHeader
    • setOrderRequestHeader

      public void setOrderRequestHeader(OrderRequestHeader value)
      Sets the value of the orderRequestHeader property.
      Parameters:
      value - allowed object is OrderRequestHeader
    • getItemOut

      public List<ItemOut> getItemOut()
      Gets the value of the itemOut 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 itemOut property.

      For example, to add a new item, do as follows:

          getItemOut().add(newItem);
       

      Objects of the following type(s) are allowed in the list ItemOut