Package be.recipe.services.prescriber
Class ValidationPropertiesParam
- java.lang.Object
-
- be.recipe.services.core.PartyIdentification
-
- be.recipe.services.prescriber.ValidationPropertiesParam
-
public class ValidationPropertiesParam extends PartyIdentification
Java class for validationPropertiesParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="validationPropertiesParam"> <complexContent> <extension base="{http:/services.recipe.be/core}partyIdentification"> <sequence> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="clientPropertiesVersion" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringclientPropertiesVersionprotected byte[]symmKey-
Fields inherited from class be.recipe.services.core.PartyIdentification
executorId, mandateHolderId, mandateHolderType, patientId, prescriberId, quality, type
-
-
Constructor Summary
Constructors Constructor Description ValidationPropertiesParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientPropertiesVersion()Gets the value of the clientPropertiesVersion property.byte[]getSymmKey()Gets the value of the symmKey property.voidsetClientPropertiesVersion(String value)Sets the value of the clientPropertiesVersion property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.-
Methods inherited from class be.recipe.services.core.PartyIdentification
getExecutorId, getMandateHolderId, getMandateHolderType, getPatientId, getPrescriberId, getQuality, getType, setExecutorId, setMandateHolderId, setMandateHolderType, setPatientId, setPrescriberId, setQuality, setType
-
-
-
-
Field Detail
-
symmKey
protected byte[] symmKey
-
clientPropertiesVersion
protected String clientPropertiesVersion
-
-
Method Detail
-
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[]
-
getClientPropertiesVersion
public String getClientPropertiesVersion()
Gets the value of the clientPropertiesVersion property.- Returns:
- possible object is
String
-
-