public class ProviderDoneMessage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
originatorCookie |
protected java.util.List<ReturnData> |
returnData |
| Constructor and Description |
|---|
ProviderDoneMessage() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOriginatorCookie()
Gets the value of the originatorCookie property.
|
java.util.List<ReturnData> |
getReturnData()
Gets the value of the returnData property.
|
void |
setOriginatorCookie(java.lang.String value)
Sets the value of the originatorCookie property.
|
protected java.lang.String originatorCookie
protected java.util.List<ReturnData> returnData
public java.lang.String getOriginatorCookie()
Stringpublic void setOriginatorCookie(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<ReturnData> getReturnData()
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 returnData property.
For example, to add a new item, do as follows:
getReturnData().add(newItem);
Objects of the following type(s) are allowed in the list
ReturnData
Copyright © 2018 SAP SE. All Rights Reserved.