Package be.recipe.services.patient
Class GetPrescriptionForPatientResult.Reservation
- java.lang.Object
-
- be.recipe.services.patient.GetPrescriptionForPatientResult.Reservation
-
- Enclosing class:
- GetPrescriptionForPatientResult
public static class GetPrescriptionForPatientResult.Reservation extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="status" use="required" type="{http:/services.recipe.be/core}reservationStatus" /> <attribute name="executorId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="contactPreference" type="{http:/services.recipe.be/core}contactPreference" /> <attribute name="email" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="phoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ContactPreferencecontactPreferenceprotected Stringemailprotected StringexecutorIdprotected StringphoneNumberprotected ReservationStatusstatus
-
Constructor Summary
Constructors Constructor Description Reservation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactPreferencegetContactPreference()Gets the value of the contactPreference property.StringgetEmail()Gets the value of the email property.StringgetExecutorId()Gets the value of the executorId property.StringgetPhoneNumber()Gets the value of the phoneNumber property.ReservationStatusgetStatus()Gets the value of the status property.voidsetContactPreference(ContactPreference value)Sets the value of the contactPreference property.voidsetEmail(String value)Sets the value of the email property.voidsetExecutorId(String value)Sets the value of the executorId property.voidsetPhoneNumber(String value)Sets the value of the phoneNumber property.voidsetStatus(ReservationStatus value)Sets the value of the status property.
-
-
-
Field Detail
-
status
protected ReservationStatus status
-
executorId
protected String executorId
-
contactPreference
protected ContactPreference contactPreference
-
email
protected String email
-
phoneNumber
protected String phoneNumber
-
-
Method Detail
-
getStatus
public ReservationStatus getStatus()
Gets the value of the status property.- Returns:
- possible object is
ReservationStatus
-
setStatus
public void setStatus(ReservationStatus value)
Sets the value of the status property.- Parameters:
value- allowed object isReservationStatus
-
getExecutorId
public String getExecutorId()
Gets the value of the executorId property.- Returns:
- possible object is
String
-
setExecutorId
public void setExecutorId(String value)
Sets the value of the executorId property.- Parameters:
value- allowed object isString
-
getContactPreference
public ContactPreference getContactPreference()
Gets the value of the contactPreference property.- Returns:
- possible object is
ContactPreference
-
setContactPreference
public void setContactPreference(ContactPreference value)
Sets the value of the contactPreference property.- Parameters:
value- allowed object isContactPreference
-
getEmail
public String getEmail()
Gets the value of the email property.- Returns:
- possible object is
String
-
setEmail
public void setEmail(String value)
Sets the value of the email property.- Parameters:
value- allowed object isString
-
getPhoneNumber
public String getPhoneNumber()
Gets the value of the phoneNumber property.- Returns:
- possible object is
String
-
-