Package be.recipe.services.patient
Class PatientRequest
- java.lang.Object
-
- be.recipe.services.patient.PatientRequest
-
public class PatientRequest extends Object
Java class for PatientRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PatientRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PatientRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPatientId()Gets the value of the patientId property.voidsetPatientId(String value)Sets the value of the patientId property.
-
-
-
Field Detail
-
patientId
protected String patientId
-
-