Class ListOpenRidsResultItem


  • public class ListOpenRidsResultItem
    extends Object

    Java class for listOpenRidsResultItem complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="listOpenRidsResultItem">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="rid" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="reservedAtNihii" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="vision" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="creationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
             <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"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • reservedAtNihii

        protected String reservedAtNihii
      • vision

        protected String vision
      • creationDate

        protected Calendar creationDate
      • expirationDate

        protected Calendar expirationDate
      • patientId

        protected String patientId
      • prescriberId

        protected String prescriberId
      • emailAddress

        protected String emailAddress
      • telephoneNumber

        protected String telephoneNumber
    • Constructor Detail

      • ListOpenRidsResultItem

        public ListOpenRidsResultItem()
    • 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 is String
      • getReservedAtNihii

        public String getReservedAtNihii()
        Gets the value of the reservedAtNihii property.
        Returns:
        possible object is String
      • setReservedAtNihii

        public void setReservedAtNihii​(String value)
        Sets the value of the reservedAtNihii property.
        Parameters:
        value - allowed object is String
      • 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 is String
      • 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 is String
      • 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 is String
      • setPrescriptionStatus

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

        public void setContactPreference​(ContactPreference value)
        Sets the value of the contactPreference property.
        Parameters:
        value - allowed object is ContactPreference