Package be.recipe.services.executor
Class GetPrescriptionForExecutorUnsealedResultPart
- java.lang.Object
-
- be.recipe.services.executor.GetPrescriptionForExecutorUnsealedResultPart
-
public class GetPrescriptionForExecutorUnsealedResultPart extends Object
Java class for getPrescriptionForExecutorUnsealedResultPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getPrescriptionForExecutorUnsealedResultPart"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="prescriptionType" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringpatientIdprotected StringprescriptionType
-
Constructor Summary
Constructors Constructor Description GetPrescriptionForExecutorUnsealedResultPart()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPatientId()Gets the value of the patientId property.StringgetPrescriptionType()Gets the value of the prescriptionType property.voidsetPatientId(String value)Sets the value of the patientId property.voidsetPrescriptionType(String value)Sets the value of the prescriptionType property.
-
-
-
Method Detail
-
getPatientId
public String getPatientId()
Gets the value of the patientId property.- Returns:
- possible object is
String
-
setPatientId
public void setPatientId(String value)
Sets the value of the patientId property.- Parameters:
value- allowed object isString
-
getPrescriptionType
public String getPrescriptionType()
Gets the value of the prescriptionType property.- Returns:
- possible object is
String
-
-