public class PunchOutOrderMessage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected BuyerCookie |
buyerCookie |
protected java.util.List<ItemIn> |
itemIn |
protected PunchOutOrderMessageHeader |
punchOutOrderMessageHeader |
| Constructor and Description |
|---|
PunchOutOrderMessage() |
| Modifier and Type | Method and Description |
|---|---|
BuyerCookie |
getBuyerCookie()
Gets the value of the buyerCookie property.
|
java.util.List<ItemIn> |
getItemIn()
Gets the value of the itemIn property.
|
PunchOutOrderMessageHeader |
getPunchOutOrderMessageHeader()
Gets the value of the punchOutOrderMessageHeader property.
|
void |
setBuyerCookie(BuyerCookie value)
Sets the value of the buyerCookie property.
|
void |
setPunchOutOrderMessageHeader(PunchOutOrderMessageHeader value)
Sets the value of the punchOutOrderMessageHeader property.
|
protected BuyerCookie buyerCookie
protected PunchOutOrderMessageHeader punchOutOrderMessageHeader
protected java.util.List<ItemIn> itemIn
public BuyerCookie getBuyerCookie()
BuyerCookiepublic void setBuyerCookie(BuyerCookie value)
value - allowed object is
BuyerCookiepublic PunchOutOrderMessageHeader getPunchOutOrderMessageHeader()
PunchOutOrderMessageHeaderpublic void setPunchOutOrderMessageHeader(PunchOutOrderMessageHeader value)
value - allowed object is
PunchOutOrderMessageHeaderpublic java.util.List<ItemIn> getItemIn()
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 itemIn property.
For example, to add a new item, do as follows:
getItemIn().add(newItem);
Objects of the following type(s) are allowed in the list
ItemIn
Copyright © 2018 SAP SE. All Rights Reserved.