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