Package org.cxml
Class ProviderDoneMessage
- java.lang.Object
-
- org.cxml.ProviderDoneMessage
-
public class ProviderDoneMessage extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringoriginatorCookieprotected java.util.List<ReturnData>returnData
-
Constructor Summary
Constructors Constructor Description ProviderDoneMessage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetOriginatorCookie()Gets the value of the originatorCookie property.java.util.List<ReturnData>getReturnData()Gets the value of the returnData property.voidsetOriginatorCookie(java.lang.String value)Sets the value of the originatorCookie property.
-
-
-
Field Detail
-
originatorCookie
protected java.lang.String originatorCookie
-
returnData
protected java.util.List<ReturnData> returnData
-
-
Method Detail
-
getOriginatorCookie
public java.lang.String getOriginatorCookie()
Gets the value of the originatorCookie property.- Returns:
- possible object is
String
-
setOriginatorCookie
public void setOriginatorCookie(java.lang.String value)
Sets the value of the originatorCookie property.- Parameters:
value- allowed object isString
-
getReturnData
public java.util.List<ReturnData> getReturnData()
Gets the value of the returnData 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 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
-
-