public class ItemOutIndustry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected ItemOutRetail |
itemOutRetail |
protected java.lang.String |
planningType |
protected Priority |
priority |
protected java.util.List<ReferenceDocumentInfo> |
referenceDocumentInfo |
| Constructor and Description |
|---|
ItemOutIndustry() |
| Modifier and Type | Method and Description |
|---|---|
ItemOutRetail |
getItemOutRetail()
Gets the value of the itemOutRetail property.
|
java.lang.String |
getPlanningType()
Gets the value of the planningType property.
|
Priority |
getPriority()
Gets the value of the priority property.
|
java.util.List<ReferenceDocumentInfo> |
getReferenceDocumentInfo()
Gets the value of the referenceDocumentInfo property.
|
void |
setItemOutRetail(ItemOutRetail value)
Sets the value of the itemOutRetail property.
|
void |
setPlanningType(java.lang.String value)
Sets the value of the planningType property.
|
void |
setPriority(Priority value)
Sets the value of the priority property.
|
protected java.lang.String planningType
protected ItemOutRetail itemOutRetail
protected java.util.List<ReferenceDocumentInfo> referenceDocumentInfo
protected Priority priority
public java.lang.String getPlanningType()
Stringpublic void setPlanningType(java.lang.String value)
value - allowed object is
Stringpublic ItemOutRetail getItemOutRetail()
ItemOutRetailpublic void setItemOutRetail(ItemOutRetail value)
value - allowed object is
ItemOutRetailpublic java.util.List<ReferenceDocumentInfo> getReferenceDocumentInfo()
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 referenceDocumentInfo property.
For example, to add a new item, do as follows:
getReferenceDocumentInfo().add(newItem);
Objects of the following type(s) are allowed in the list
ReferenceDocumentInfo
public Priority getPriority()
PriorityCopyright © 2018 SAP SE. All Rights Reserved.