Class CreateFeedbackParam


  • public class CreateFeedbackParam
    extends ExecutorRequest

    Java class for createFeedbackParam complex type.

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

     <complexType name="createFeedbackParam">
       <complexContent>
         <extension base="{http:/services.recipe.be/executor}ExecutorRequest">
           <sequence>
             <element name="prescriberId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="rid" type="{http:/services.recipe.be/core}rid"/>
             <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • prescriberId

        protected String prescriberId
      • content

        protected byte[] content
      • symmKey

        protected byte[] symmKey
    • Constructor Detail

      • CreateFeedbackParam

        public CreateFeedbackParam()
    • Method Detail

      • getPrescriberId

        public String getPrescriberId()
        Gets the value of the prescriberId property.
        Returns:
        possible object is String
      • setPrescriberId

        public void setPrescriberId​(String value)
        Sets the value of the prescriberId property.
        Parameters:
        value - allowed object is String
      • getRid

        public String getRid()
        Gets the value of the rid property.
        Returns:
        possible object is String
      • setRid

        public void setRid​(String value)
        Sets the value of the rid property.
        Parameters:
        value - allowed object is String
      • getContent

        public byte[] getContent()
        Gets the value of the content property.
        Returns:
        possible object is byte[]
      • setContent

        public void setContent​(byte[] value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is byte[]
      • 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[]