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