Package org.cxml
Class ProviderDoneMessage
java.lang.Object
org.cxml.ProviderDoneMessage
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the originatorCookie property.Gets the value of the returnData property.voidsetOriginatorCookie(String value) Sets the value of the originatorCookie property.
-
Field Details
-
originatorCookie
-
returnData
-
-
Constructor Details
-
ProviderDoneMessage
public ProviderDoneMessage()
-
-
Method Details
-
getOriginatorCookie
Gets the value of the originatorCookie property.- Returns:
- possible object is
String
-
setOriginatorCookie
Sets the value of the originatorCookie property.- Parameters:
value- allowed object isString
-
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
-