Package be.recipe.services.patient
Class GetPrescriptionStatusResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.recipe.services.patient.GetPrescriptionStatusResult
-
public class GetPrescriptionStatusResult extends ResponseType
Java class for getPrescriptionStatusResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getPrescriptionStatusResult"> <complexContent> <extension base="{http:/services.recipe.be/core}ResponseType"> <sequence> <element name="prescriptionStatus" type="{http:/services.recipe.be/core}prescriptionStatus" minOccurs="0"/> <element name="executorId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringexecutorIdprotected PrescriptionStatusprescriptionStatus-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description GetPrescriptionStatusResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExecutorId()Gets the value of the executorId property.PrescriptionStatusgetPrescriptionStatus()Gets the value of the prescriptionStatus property.voidsetExecutorId(String value)Sets the value of the executorId property.voidsetPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Field Detail
-
prescriptionStatus
protected PrescriptionStatus prescriptionStatus
-
executorId
protected String executorId
-
-
Method Detail
-
getPrescriptionStatus
public PrescriptionStatus getPrescriptionStatus()
Gets the value of the prescriptionStatus property.- Returns:
- possible object is
PrescriptionStatus
-
setPrescriptionStatus
public void setPrescriptionStatus(PrescriptionStatus value)
Sets the value of the prescriptionStatus property.- Parameters:
value- allowed object isPrescriptionStatus
-
getExecutorId
public String getExecutorId()
Gets the value of the executorId property.- Returns:
- possible object is
String
-
-