Package org.cxml
Class OrderRequest
java.lang.Object
org.cxml.OrderRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the itemOut property.Gets the value of the orderRequestHeader property.voidSets the value of the orderRequestHeader property.
-
Field Details
-
orderRequestHeader
-
itemOut
-
-
Constructor Details
-
OrderRequest
public OrderRequest()
-
-
Method Details
-
getOrderRequestHeader
Gets the value of the orderRequestHeader property.- Returns:
- possible object is
OrderRequestHeader
-
setOrderRequestHeader
Sets the value of the orderRequestHeader property.- Parameters:
value- allowed object isOrderRequestHeader
-
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
setmethod 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
-