Class ListRidsHistoryParam


  • public class ListRidsHistoryParam
    extends PartyIdentification

    Java class for listRidsHistoryParam complex type.

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

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

      • symmKey

        protected byte[] symmKey
      • activeResults

        protected Boolean activeResults
      • page

        protected Page page
      • session

        protected byte[] session
    • Constructor Detail

      • ListRidsHistoryParam

        public ListRidsHistoryParam()
    • 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[]
      • isActiveResults

        public Boolean isActiveResults()
        Gets the value of the activeResults property.
        Returns:
        possible object is Boolean
      • setActiveResults

        public void setActiveResults​(Boolean value)
        Sets the value of the activeResults property.
        Parameters:
        value - allowed object is Boolean
      • 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
      • getSession

        public byte[] getSession()
        Gets the value of the session property.
        Returns:
        possible object is byte[]
      • setSession

        public void setSession​(byte[] value)
        Sets the value of the session property.
        Parameters:
        value - allowed object is byte[]
      • getActiveResults

        public Boolean getActiveResults()