Package org.cxml

Class OrderRequest


  • public class OrderRequest
    extends java.lang.Object
    • Constructor Detail

      • OrderRequest

        public OrderRequest()
    • Method Detail

      • setOrderRequestHeader

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

        public java.util.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