Class ListNotificationsParam


  • public class ListNotificationsParam
    extends ExecutorRequest

    Java class for listNotificationsParam complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="listNotificationsParam">
       <complexContent>
         <extension base="{http:/services.recipe.be/executor}ExecutorRequest">
           <sequence>
             <element name="readFlag" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
             <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="page" type="{http:/services.recipe.be/core}Page" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • readFlag

        protected boolean readFlag
      • symmKey

        protected byte[] symmKey
      • page

        protected Page page
    • Constructor Detail

      • ListNotificationsParam

        public ListNotificationsParam()
    • Method Detail

      • isReadFlag

        public boolean isReadFlag()
        Gets the value of the readFlag property.
      • setReadFlag

        public void setReadFlag​(boolean value)
        Sets the value of the readFlag property.
      • getSymmKey

        public byte[] getSymmKey()
        Gets the value of the symmKey property.
        Returns:
        possible object is byte[]
      • setSymmKey

        public void setSymmKey​(byte[] value)
        Sets the value of the symmKey property.
        Parameters:
        value - allowed object is byte[]
      • getPage

        public Page getPage()
        Gets the value of the page property.
        Returns:
        possible object is Page
      • setPage

        public void setPage​(Page value)
        Sets the value of the page property.
        Parameters:
        value - allowed object is Page