Package org.cxml

Class ProviderDoneMessage


  • public class ProviderDoneMessage
    extends java.lang.Object
    • Field Detail

      • originatorCookie

        protected java.lang.String originatorCookie
      • returnData

        protected java.util.List<ReturnData> returnData
    • Constructor Detail

      • ProviderDoneMessage

        public ProviderDoneMessage()
    • 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 is String
      • 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 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