Package be.recipe.services.executor
Class ListReservationsResultItem
- java.lang.Object
-
- be.recipe.services.executor.ListReservationsResultItem
-
public class ListReservationsResultItem extends Object
Java class for listReservationsResultItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listReservationsResultItem"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <all> <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="executorId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="creationDateReservation" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="lastUpdateReservation" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="prescription" type="{http:/services.recipe.be/executor}getOpenPrescriptionForExecutor" minOccurs="0"/> <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="prescriptionStatus" type="{http:/services.recipe.be/core}prescriptionStatus"/> <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="prescriberId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="emailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="telephoneNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="contactPreference" type="{http:/services.recipe.be/core}contactPreference" minOccurs="0"/> <element name="vision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="status" type="{http:/services.recipe.be/core}reservationStatus" minOccurs="0"/> </all> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected ContactPreferencecontactPreferenceprotected CalendarcreationDateprotected CalendarcreationDateReservationprotected StringemailAddressprotected StringexecutorIdprotected CalendarexpirationDateprotected CalendarlastUpdateReservationprotected StringpatientIdprotected StringprescriberIdprotected GetOpenPrescriptionForExecutorprescriptionprotected PrescriptionStatusprescriptionStatusprotected Stringridprotected ReservationStatusstatusprotected StringtelephoneNumberprotected Stringvision
-
Constructor Summary
Constructors Constructor Description ListReservationsResultItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContactPreferencegetContactPreference()Gets the value of the contactPreference property.CalendargetCreationDate()Gets the value of the creationDate property.CalendargetCreationDateReservation()Gets the value of the creationDateReservation property.StringgetEmailAddress()Gets the value of the emailAddress property.StringgetExecutorId()Gets the value of the executorId property.CalendargetExpirationDate()Gets the value of the expirationDate property.CalendargetLastUpdateReservation()Gets the value of the lastUpdateReservation property.StringgetPatientId()Gets the value of the patientId property.StringgetPrescriberId()Gets the value of the prescriberId property.GetOpenPrescriptionForExecutorgetPrescription()Gets the value of the prescription property.PrescriptionStatusgetPrescriptionStatus()Gets the value of the prescriptionStatus property.StringgetRid()Gets the value of the rid property.ReservationStatusgetStatus()Gets the value of the status property.StringgetTelephoneNumber()Gets the value of the telephoneNumber property.StringgetVision()Gets the value of the vision property.voidsetContactPreference(ContactPreference value)Sets the value of the contactPreference property.voidsetCreationDate(Calendar value)Sets the value of the creationDate property.voidsetCreationDateReservation(Calendar value)Sets the value of the creationDateReservation property.voidsetEmailAddress(String value)Sets the value of the emailAddress property.voidsetExecutorId(String value)Sets the value of the executorId property.voidsetExpirationDate(Calendar value)Sets the value of the expirationDate property.voidsetLastUpdateReservation(Calendar value)Sets the value of the lastUpdateReservation property.voidsetPatientId(String value)Sets the value of the patientId property.voidsetPrescriberId(String value)Sets the value of the prescriberId property.voidsetPrescription(GetOpenPrescriptionForExecutor value)Sets the value of the prescription property.voidsetPrescriptionStatus(PrescriptionStatus value)Sets the value of the prescriptionStatus property.voidsetRid(String value)Sets the value of the rid property.voidsetStatus(ReservationStatus value)Sets the value of the status property.voidsetTelephoneNumber(String value)Sets the value of the telephoneNumber property.voidsetVision(String value)Sets the value of the vision property.
-
-
-
Field Detail
-
rid
protected String rid
-
executorId
protected String executorId
-
creationDateReservation
protected Calendar creationDateReservation
-
lastUpdateReservation
protected Calendar lastUpdateReservation
-
prescription
protected GetOpenPrescriptionForExecutor prescription
-
creationDate
protected Calendar creationDate
-
expirationDate
protected Calendar expirationDate
-
prescriptionStatus
protected PrescriptionStatus prescriptionStatus
-
patientId
protected String patientId
-
prescriberId
protected String prescriberId
-
emailAddress
protected String emailAddress
-
telephoneNumber
protected String telephoneNumber
-
contactPreference
protected ContactPreference contactPreference
-
vision
protected String vision
-
status
protected ReservationStatus status
-
-
Method Detail
-
getRid
public String getRid()
Gets the value of the rid property.- Returns:
- possible object is
String
-
setRid
public void setRid(String value)
Sets the value of the rid property.- Parameters:
value- allowed object isString
-
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
-
getCreationDateReservation
public Calendar getCreationDateReservation()
Gets the value of the creationDateReservation property.- Returns:
- possible object is
String
-
setCreationDateReservation
public void setCreationDateReservation(Calendar value)
Sets the value of the creationDateReservation property.- Parameters:
value- allowed object isString
-
getLastUpdateReservation
public Calendar getLastUpdateReservation()
Gets the value of the lastUpdateReservation property.- Returns:
- possible object is
String
-
setLastUpdateReservation
public void setLastUpdateReservation(Calendar value)
Sets the value of the lastUpdateReservation property.- Parameters:
value- allowed object isString
-
getPrescription
public GetOpenPrescriptionForExecutor getPrescription()
Gets the value of the prescription property.- Returns:
- possible object is
GetOpenPrescriptionForExecutor
-
setPrescription
public void setPrescription(GetOpenPrescriptionForExecutor value)
Sets the value of the prescription property.- Parameters:
value- allowed object isGetOpenPrescriptionForExecutor
-
getCreationDate
public Calendar getCreationDate()
Gets the value of the creationDate property.- Returns:
- possible object is
String
-
setCreationDate
public void setCreationDate(Calendar value)
Sets the value of the creationDate property.- Parameters:
value- allowed object isString
-
getExpirationDate
public Calendar getExpirationDate()
Gets the value of the expirationDate property.- Returns:
- possible object is
String
-
setExpirationDate
public void setExpirationDate(Calendar value)
Sets the value of the expirationDate property.- Parameters:
value- allowed object isString
-
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
-
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
-
getPrescriberId
public String getPrescriberId()
Gets the value of the prescriberId property.- Returns:
- possible object is
String
-
setPrescriberId
public void setPrescriberId(String value)
Sets the value of the prescriberId property.- Parameters:
value- allowed object isString
-
getEmailAddress
public String getEmailAddress()
Gets the value of the emailAddress property.- Returns:
- possible object is
String
-
setEmailAddress
public void setEmailAddress(String value)
Sets the value of the emailAddress property.- Parameters:
value- allowed object isString
-
getTelephoneNumber
public String getTelephoneNumber()
Gets the value of the telephoneNumber property.- Returns:
- possible object is
String
-
setTelephoneNumber
public void setTelephoneNumber(String value)
Sets the value of the telephoneNumber 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
-
getVision
public String getVision()
Gets the value of the vision property.- Returns:
- possible object is
String
-
setVision
public void setVision(String value)
Sets the value of the vision property.- Parameters:
value- allowed object isString
-
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
-
-