Package be.recipe.services.prescriber
Class GetPrescriptionForPrescriberResponse
- java.lang.Object
-
- be.recipe.services.prescriber.GetPrescriptionForPrescriberResponse
-
public class GetPrescriptionForPrescriberResponse extends Object
Java class for getPrescriptionForPrescriberResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getPrescriptionForPrescriberResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GetPrescriptionForPrescriberResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]getPrescriptionForPrescriberResultSealed
-
Constructor Summary
Constructors Constructor Description GetPrescriptionForPrescriberResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getGetPrescriptionForPrescriberResultSealed()Gets the value of the getPrescriptionForPrescriberResultSealed property.voidsetGetPrescriptionForPrescriberResultSealed(byte[] value)Sets the value of the getPrescriptionForPrescriberResultSealed property.
-
-
-
Method Detail
-
getGetPrescriptionForPrescriberResultSealed
public byte[] getGetPrescriptionForPrescriberResultSealed()
Gets the value of the getPrescriptionForPrescriberResultSealed property.- Returns:
- possible object is byte[]
-
setGetPrescriptionForPrescriberResultSealed
public void setGetPrescriptionForPrescriberResultSealed(byte[] value)
Sets the value of the getPrescriptionForPrescriberResultSealed property.- Parameters:
value- allowed object is byte[]
-
-