Class GetPrescriptionStatusResult


  • public class GetPrescriptionStatusResult
    extends ResponseType

    Java class for getPrescriptionStatusResult complex type.

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

     <complexType name="getPrescriptionStatusResult">
       <complexContent>
         <extension base="{http:/services.recipe.be/core}ResponseType">
           <sequence>
             <element name="prescriptionStatus" type="{http:/services.recipe.be/core}prescriptionStatus" minOccurs="0"/>
             <element name="executorId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GetPrescriptionStatusResult

        public GetPrescriptionStatusResult()
    • Method Detail

      • setPrescriptionStatus

        public void setPrescriptionStatus​(PrescriptionStatus value)
        Sets the value of the prescriptionStatus property.
        Parameters:
        value - allowed object is PrescriptionStatus
      • getExecutorId

        public String getExecutorId()
        Gets the value of the executorId property.
        Returns:
        possible object is String
      • setExecutorId

        public void setExecutorId​(String value)
        Sets the value of the executorId property.
        Parameters:
        value - allowed object is String