Package org.cxml

Class ProviderDoneMessage

java.lang.Object
org.cxml.ProviderDoneMessage

public class ProviderDoneMessage extends Object
  • Field Details

    • originatorCookie

      protected String originatorCookie
    • returnData

      protected List<ReturnData> returnData
  • Constructor Details

    • ProviderDoneMessage

      public ProviderDoneMessage()
  • Method Details

    • getOriginatorCookie

      public String getOriginatorCookie()
      Gets the value of the originatorCookie property.
      Returns:
      possible object is String
    • setOriginatorCookie

      public void setOriginatorCookie(String value)
      Sets the value of the originatorCookie property.
      Parameters:
      value - allowed object is String
    • getReturnData

      public 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 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