Class ListReservationsParam


  • public class ListReservationsParam
    extends ExecutorRequest

    Java class for listReservationsParam complex type.

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

     <complexType name="listReservationsParam">
       <complexContent>
         <extension base="{http:/services.recipe.be/executor}ExecutorRequest">
           <sequence>
             <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="page" type="{http:/services.recipe.be/core}Page" minOccurs="0"/>
             <element name="sortOptions" type="{http:/services.recipe.be/core}ReservationSortedBy" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ListReservationsParam

        public ListReservationsParam()
    • 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[]
      • getStartDate

        public Calendar getStartDate()
        Gets the value of the startDate property.
        Returns:
        possible object is String
      • setStartDate

        public void setStartDate​(Calendar value)
        Sets the value of the startDate property.
        Parameters:
        value - allowed object is String
      • 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