Package be.recipe.services.patient
Class GetExecutorProfileParam
- java.lang.Object
-
- be.recipe.services.patient.GetExecutorProfileParam
-
public class GetExecutorProfileParam extends Object
Java class for getExecutorProfileParam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getExecutorProfileParam"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="executorId" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="symmKey" use="required" type="{http://www.w3.org/2001/XMLSchema}base64Binary" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexecutorIdprotected byte[]symmKey
-
Constructor Summary
Constructors Constructor Description GetExecutorProfileParam()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExecutorId()Gets the value of the executorId property.byte[]getSymmKey()Gets the value of the symmKey property.voidsetExecutorId(String value)Sets the value of the executorId property.voidsetSymmKey(byte[] value)Sets the value of the symmKey property.
-
-
-
Field Detail
-
executorId
protected String executorId
-
symmKey
protected byte[] symmKey
-
-
Method Detail
-
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
-
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[]
-
-