public class OrderRequestHeaderIndustry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected Priority |
priority |
protected java.util.List<ReferenceDocumentInfo> |
referenceDocumentInfo |
| Constructor and Description |
|---|
OrderRequestHeaderIndustry() |
| Modifier and Type | Method and Description |
|---|---|
Priority |
getPriority()
Gets the value of the priority property.
|
java.util.List<ReferenceDocumentInfo> |
getReferenceDocumentInfo()
Gets the value of the referenceDocumentInfo property.
|
void |
setPriority(Priority value)
Sets the value of the priority property.
|
protected java.util.List<ReferenceDocumentInfo> referenceDocumentInfo
protected Priority priority
public 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.