Class 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>
     
    • Constructor Detail

      • Reservation

        public Reservation()
    • Method Detail

      • 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 is String
      • setContactPreference

        public void setContactPreference​(ContactPreference value)
        Sets the value of the contactPreference property.
        Parameters:
        value - allowed object is ContactPreference
      • 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 is String
      • getPhoneNumber

        public String getPhoneNumber()
        Gets the value of the phoneNumber property.
        Returns:
        possible object is String
      • setPhoneNumber

        public void setPhoneNumber​(String value)
        Sets the value of the phoneNumber property.
        Parameters:
        value - allowed object is String