Package be.recipe.services.prescriber
Class SendNotificationParam
- java.lang.Object
-
- be.recipe.services.prescriber.SendNotificationParam
-
public class SendNotificationParam extends Object
Java class for sendNotificationParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sendNotificationParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="executorId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </all> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description SendNotificationParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getContent()Gets the value of the content property.StringgetExecutorId()Gets the value of the executorId property.StringgetPatientId()Gets the value of the patientId property.byte[]getSymmKey()Gets the value of the symmKey property.voidsetContent(byte[] value)Sets the value of the content property.voidsetExecutorId(String value)Sets the value of the executorId property.voidsetPatientId(String value)Sets the value of the patientId property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.
-
-
-
Method Detail
-
getPatientId
public String getPatientId()
Gets the value of the patientId property.- Returns:
- possible object is
String
-
setPatientId
public void setPatientId(String value)
Sets the value of the patientId property.- Parameters:
value- allowed object isString
-
getExecutorId
public String getExecutorId()
Gets the value of the executorId property.- Returns:
- possible object is
String
-
setExecutorId
public void setExecutorId(String value)
Sets the value of the executorId property.- Parameters:
value- allowed object isString
-
getContent
public byte[] getContent()
Gets the value of the content property.- Returns:
- possible object is byte[]
-
setContent
public void setContent(byte[] value)
Sets the value of the content property.- Parameters:
value- allowed object is byte[]
-
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[]
-
-