Class ListRidsInProcessParam


  • public class ListRidsInProcessParam
    extends ExecutorRequest

    Java class for listRidsInProcessParam complex type.

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

     <complexType name="listRidsInProcessParam">
       <complexContent>
         <extension base="{http:/services.recipe.be/executor}ExecutorRequest">
           <sequence>
             <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

      • symmKey

        protected byte[] symmKey
      • page

        protected Page page
    • Constructor Detail

      • ListRidsInProcessParam

        public ListRidsInProcessParam()
    • Method Detail

      • 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