Class ListPatientPrescriptionsParam


  • public class ListPatientPrescriptionsParam
    extends Object

    Java class for listPatientPrescriptionsParam complex type.

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

     <complexType name="listPatientPrescriptionsParam">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="symmKey" type="{http:/services.recipe.be/core}SymmKey"/>
             <element name="reserved" type="{http:/services.recipe.be/core}Reserved" minOccurs="0"/>
             <element name="page" type="{http:/services.recipe.be/core}Page" minOccurs="0"/>
             <element name="sortOptions" type="{http:/services.recipe.be/core}PrescriptionSortedBy" minOccurs="0"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • ListPatientPrescriptionsParam

        public ListPatientPrescriptionsParam()
    • 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[]
      • getReserved

        public Reserved getReserved()
        Gets the value of the reserved property.
        Returns:
        possible object is Reserved
      • setReserved

        public void setReserved​(Reserved value)
        Sets the value of the reserved property.
        Parameters:
        value - allowed object is Reserved
      • 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