Package be.recipe.services.executor
Class ArchiveStandard
- java.lang.Object
-
- be.recipe.services.executor.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 Summary
Fields Modifier and Type Field Description protected CalendarcreationDateprotected byte[]encryptionKeyprotected StringencryptionKeyIdprotected IDexecutorIdprotected IDpatientIdprotected IDprescriberIdprotected IDprescriptionPrescriberIdprotected byte[]prescriptionSealedprotected StringprescriptionTypeprotected Propertiespropertiesprotected Stringridprotected byte[]timestampedPrescriptionprotected StringtimestampedPrescriptionVersionprotected StringtimestampeIdprotected byte[]unsealedPrescriptionprotected ValidationWarningsvalidationWarnings
-
Constructor Summary
Constructors Constructor Description ArchiveStandard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendargetCreationDate()Gets the value of the creationDate property.byte[]getEncryptionKey()Gets the value of the encryptionKey property.StringgetEncryptionKeyId()Gets the value of the encryptionKeyId property.IDgetExecutorId()Gets the value of the executorId property.IDgetPatientId()Gets the value of the patientId property.IDgetPrescriberId()Gets the value of the prescriberId property.IDgetPrescriptionPrescriberId()Gets the value of the prescriptionPrescriberId property.byte[]getPrescriptionSealed()Gets the value of the prescriptionSealed property.StringgetPrescriptionType()Gets the value of the prescriptionType property.PropertiesgetProperties()Gets the value of the properties property.StringgetRid()Gets the value of the rid property.byte[]getTimestampedPrescription()Gets the value of the timestampedPrescription property.StringgetTimestampedPrescriptionVersion()Gets the value of the timestampedPrescriptionVersion property.StringgetTimestampeId()Gets the value of the timestampeId property.byte[]getUnsealedPrescription()Gets the value of the unsealedPrescription property.ValidationWarningsgetValidationWarnings()Gets the value of the validationWarnings property.voidsetCreationDate(Calendar value)Sets the value of the creationDate property.voidsetEncryptionKey(byte[] value)Sets the value of the encryptionKey property.voidsetEncryptionKeyId(String value)Sets the value of the encryptionKeyId property.voidsetExecutorId(ID value)Sets the value of the executorId property.voidsetPatientId(ID value)Sets the value of the patientId property.voidsetPrescriberId(ID value)Sets the value of the prescriberId property.voidsetPrescriptionPrescriberId(ID value)Sets the value of the prescriptionPrescriberId property.voidsetPrescriptionSealed(byte[] value)Sets the value of the prescriptionSealed property.voidsetPrescriptionType(String value)Sets the value of the prescriptionType property.voidsetProperties(Properties value)Sets the value of the properties property.voidsetRid(String value)Sets the value of the rid property.voidsetTimestampedPrescription(byte[] value)Sets the value of the timestampedPrescription property.voidsetTimestampedPrescriptionVersion(String value)Sets the value of the timestampedPrescriptionVersion property.voidsetTimestampeId(String value)Sets the value of the timestampeId property.voidsetUnsealedPrescription(byte[] value)Sets the value of the unsealedPrescription property.voidsetValidationWarnings(ValidationWarnings value)Sets the value of the validationWarnings property.
-
-
-
Field Detail
-
creationDate
protected Calendar creationDate
-
executorId
protected ID executorId
-
rid
protected String rid
-
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
-
properties
protected Properties properties
-
validationWarnings
protected ValidationWarnings validationWarnings
-
prescriptionSealed
protected byte[] prescriptionSealed
-
timestampeId
protected String timestampeId
-
-
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 isString
-
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 isID
-
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 isString
-
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 isString
-
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 isString
-
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 isID
-
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 isID
-
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 isString
-
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 isID
-
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 isProperties
-
getValidationWarnings
public ValidationWarnings getValidationWarnings()
Gets the value of the validationWarnings property.- Returns:
- possible object is
ValidationWarnings
-
setValidationWarnings
public void setValidationWarnings(ValidationWarnings value)
Sets the value of the validationWarnings property.- Parameters:
value- allowed object isValidationWarnings
-
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
-
-