Class GetPrescriptionForExecutorResult


  • public class GetPrescriptionForExecutorResult
    extends ResponseType

    Java class for getPrescriptionForExecutorResult complex type.

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

     <complexType name="getPrescriptionForExecutorResult">
       <complexContent>
         <extension base="{http:/services.recipe.be/core}ResponseType">
           <sequence>
             <element name="getPrescriptionForExecutorResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
             <element name="getPrescriptionForExecutorUnsealedResultPart" type="{http:/services.recipe.be/executor}getPrescriptionForExecutorUnsealedResultPart" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • getPrescriptionForExecutorResultSealed

        protected byte[] getPrescriptionForExecutorResultSealed
    • Constructor Detail

      • GetPrescriptionForExecutorResult

        public GetPrescriptionForExecutorResult()
    • Method Detail

      • getGetPrescriptionForExecutorResultSealed

        public byte[] getGetPrescriptionForExecutorResultSealed()
        Gets the value of the getPrescriptionForExecutorResultSealed property.
        Returns:
        possible object is byte[]
      • setGetPrescriptionForExecutorResultSealed

        public void setGetPrescriptionForExecutorResultSealed​(byte[] value)
        Sets the value of the getPrescriptionForExecutorResultSealed property.
        Parameters:
        value - allowed object is byte[]