Class PrescriptionWithSecurityToken


  • public class PrescriptionWithSecurityToken
    extends Object

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
             <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="feedbackRequested" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="encryptionKeyId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="prescriptionSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
             <element name="prescriptionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="patientId" type="{http:/services.recipe.be/executor}ID" minOccurs="0"/>
             <element name="prescriberId" type="{http:/services.recipe.be/executor}ID" minOccurs="0"/>
             <element name="securityToken" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
             <element name="properties" type="{http:/services.recipe.be/executor}properties" minOccurs="0"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • creationDate

        protected Calendar creationDate
      • feedbackRequested

        protected Boolean feedbackRequested
      • encryptionKeyId

        protected String encryptionKeyId
      • prescriptionSealed

        protected byte[] prescriptionSealed
      • prescriptionType

        protected String prescriptionType
      • patientId

        protected ID patientId
      • prescriberId

        protected ID prescriberId
      • securityToken

        protected byte[] securityToken
    • Constructor Detail

      • PrescriptionWithSecurityToken

        public PrescriptionWithSecurityToken()
    • Method Detail

      • getCreationDate

        public Calendar getCreationDate()
        Gets the value of the creationDate property.
        Returns:
        possible object is String
      • setCreationDate

        public void setCreationDate​(Calendar value)
        Sets the value of the creationDate 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
      • isFeedbackRequested

        public Boolean isFeedbackRequested()
        Gets the value of the feedbackRequested property.
        Returns:
        possible object is Boolean
      • setFeedbackRequested

        public void setFeedbackRequested​(Boolean value)
        Sets the value of the feedbackRequested property.
        Parameters:
        value - allowed object is Boolean
      • getEncryptionKeyId

        public String getEncryptionKeyId()
        Gets the value of the encryptionKeyId property.
        Returns:
        possible object is String
      • setEncryptionKeyId

        public void setEncryptionKeyId​(String value)
        Sets the value of the encryptionKeyId property.
        Parameters:
        value - allowed object is String
      • getPrescriptionSealed

        public byte[] getPrescriptionSealed()
        Gets the value of the prescriptionSealed property.
        Returns:
        possible object is byte[]
      • setPrescriptionSealed

        public void setPrescriptionSealed​(byte[] value)
        Sets the value of the prescriptionSealed property.
        Parameters:
        value - allowed object is byte[]
      • getPrescriptionType

        public String getPrescriptionType()
        Gets the value of the prescriptionType property.
        Returns:
        possible object is String
      • setPrescriptionType

        public void setPrescriptionType​(String value)
        Sets the value of the prescriptionType property.
        Parameters:
        value - allowed object is String
      • getPatientId

        public ID getPatientId()
        Gets the value of the patientId property.
        Returns:
        possible object is ID
      • setPatientId

        public void setPatientId​(ID value)
        Sets the value of the patientId property.
        Parameters:
        value - allowed object is ID
      • getPrescriberId

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

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

        public byte[] getSecurityToken()
        Gets the value of the securityToken property.
        Returns:
        possible object is byte[]
      • setSecurityToken

        public void setSecurityToken​(byte[] value)
        Sets the value of the securityToken property.
        Parameters:
        value - allowed object is byte[]
      • getProperties

        public Properties getProperties()
        Gets the value of the properties property.
        Returns:
        possible object is Properties
      • setProperties

        public void setProperties​(Properties value)
        Sets the value of the properties property.
        Parameters:
        value - allowed object is Properties
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getFeedbackRequested

        public Boolean getFeedbackRequested()