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