Package be.recipe.services.executor
Class PrescriptionWithSecurityToken
- java.lang.Object
-
- be.recipe.services.executor.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 Summary
Fields Modifier and Type Field Description protected CalendarcreationDateprotected StringencryptionKeyIdprotected BooleanfeedbackRequestedprotected Stringidprotected IDpatientIdprotected IDprescriberIdprotected byte[]prescriptionSealedprotected StringprescriptionTypeprotected Propertiespropertiesprotected Stringridprotected byte[]securityToken
-
Constructor Summary
Constructors Constructor Description PrescriptionWithSecurityToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CalendargetCreationDate()Gets the value of the creationDate property.StringgetEncryptionKeyId()Gets the value of the encryptionKeyId property.BooleangetFeedbackRequested()StringgetId()Gets the value of the id property.IDgetPatientId()Gets the value of the patientId property.IDgetPrescriberId()Gets the value of the prescriberId 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[]getSecurityToken()Gets the value of the securityToken property.BooleanisFeedbackRequested()Gets the value of the feedbackRequested property.voidsetCreationDate(Calendar value)Sets the value of the creationDate property.voidsetEncryptionKeyId(String value)Sets the value of the encryptionKeyId property.voidsetFeedbackRequested(Boolean value)Sets the value of the feedbackRequested property.voidsetId(String value)Sets the value of the id property.voidsetPatientId(ID value)Sets the value of the patientId property.voidsetPrescriberId(ID value)Sets the value of the prescriberId 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.voidsetSecurityToken(byte[] value)Sets the value of the securityToken property.
-
-
-
Field Detail
-
creationDate
protected Calendar creationDate
-
rid
protected String rid
-
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
-
properties
protected Properties properties
-
id
protected String id
-
-
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
-
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
-
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 isBoolean
-
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
-
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 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
-
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 isProperties
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getFeedbackRequested
public Boolean getFeedbackRequested()
-
-