Class ArchiveStandard


  • public class ArchiveStandard
    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"/>
             <element name="executorId" type="{http:/services.recipe.be/executor}ID"/>
             <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="timestampedPrescription" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
             <element name="timestampedPrescriptionVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="prescriptionType" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="patientId" type="{http:/services.recipe.be/executor}ID"/>
             <element name="prescriberId" type="{http:/services.recipe.be/executor}ID"/>
             <element name="encryptionKeyId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="encryptionKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="unsealedPrescription" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
             <element name="prescriptionPrescriberId" type="{http:/services.recipe.be/executor}ID"/>
             <element name="properties" type="{http:/services.recipe.be/executor}properties" minOccurs="0"/>
             <element name="validationWarnings" type="{http:/services.recipe.be/executor}validationWarnings" minOccurs="0"/>
             <element name="prescriptionSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
             <element name="timestampeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • creationDate

        protected Calendar creationDate
      • executorId

        protected ID executorId
      • timestampedPrescription

        protected byte[] timestampedPrescription
      • timestampedPrescriptionVersion

        protected String timestampedPrescriptionVersion
      • prescriptionType

        protected String prescriptionType
      • patientId

        protected ID patientId
      • prescriberId

        protected ID prescriberId
      • encryptionKeyId

        protected String encryptionKeyId
      • encryptionKey

        protected byte[] encryptionKey
      • unsealedPrescription

        protected byte[] unsealedPrescription
      • prescriptionPrescriberId

        protected ID prescriptionPrescriberId
      • prescriptionSealed

        protected byte[] prescriptionSealed
      • timestampeId

        protected String timestampeId
    • Constructor Detail

      • ArchiveStandard

        public ArchiveStandard()
    • 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
      • getExecutorId

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

        public void setExecutorId​(ID value)
        Sets the value of the executorId property.
        Parameters:
        value - allowed object is ID
      • 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
      • getTimestampedPrescription

        public byte[] getTimestampedPrescription()
        Gets the value of the timestampedPrescription property.
        Returns:
        possible object is byte[]
      • setTimestampedPrescription

        public void setTimestampedPrescription​(byte[] value)
        Sets the value of the timestampedPrescription property.
        Parameters:
        value - allowed object is byte[]
      • getTimestampedPrescriptionVersion

        public String getTimestampedPrescriptionVersion()
        Gets the value of the timestampedPrescriptionVersion property.
        Returns:
        possible object is String
      • setTimestampedPrescriptionVersion

        public void setTimestampedPrescriptionVersion​(String value)
        Sets the value of the timestampedPrescriptionVersion property.
        Parameters:
        value - allowed object is String
      • 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
      • 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
      • getEncryptionKey

        public byte[] getEncryptionKey()
        Gets the value of the encryptionKey property.
        Returns:
        possible object is byte[]
      • setEncryptionKey

        public void setEncryptionKey​(byte[] value)
        Sets the value of the encryptionKey property.
        Parameters:
        value - allowed object is byte[]
      • getUnsealedPrescription

        public byte[] getUnsealedPrescription()
        Gets the value of the unsealedPrescription property.
        Returns:
        possible object is byte[]
      • setUnsealedPrescription

        public void setUnsealedPrescription​(byte[] value)
        Sets the value of the unsealedPrescription property.
        Parameters:
        value - allowed object is byte[]
      • getPrescriptionPrescriberId

        public ID getPrescriptionPrescriberId()
        Gets the value of the prescriptionPrescriberId property.
        Returns:
        possible object is ID
      • setPrescriptionPrescriberId

        public void setPrescriptionPrescriberId​(ID value)
        Sets the value of the prescriptionPrescriberId property.
        Parameters:
        value - allowed object is ID
      • 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
      • setValidationWarnings

        public void setValidationWarnings​(ValidationWarnings value)
        Sets the value of the validationWarnings property.
        Parameters:
        value - allowed object is ValidationWarnings
      • 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[]
      • getTimestampeId

        public String getTimestampeId()
        Gets the value of the timestampeId property.
        Returns:
        possible object is String
      • setTimestampeId

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