Class PartyIdentification

  • Direct Known Subclasses:
    GetPrescriptionForPatientParam, ListOpenRidsParam, ListRelationsParam, ListRidsHistoryParam, RevokePrescriptionParam, RevokePrescriptionParam, ValidationPropertiesParam

    public class PartyIdentification
    extends Object

    Java class for partyIdentification complex type.

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

     <complexType name="partyIdentification">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="prescriberId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="executorId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="quality" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="mandateHolderId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="mandateHolderType" type="{http:/services.recipe.be/core}mandateHolderType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • prescriberId

        protected String prescriberId
      • executorId

        protected String executorId
      • patientId

        protected String patientId
      • quality

        protected String quality
      • mandateHolderId

        protected String mandateHolderId
    • Constructor Detail

      • PartyIdentification

        public PartyIdentification()
    • Method Detail

      • 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
      • 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
      • 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
      • getType

        public String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

        public void setType​(String value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is String
      • getQuality

        public String getQuality()
        Gets the value of the quality property.
        Returns:
        possible object is String
      • setQuality

        public void setQuality​(String value)
        Sets the value of the quality property.
        Parameters:
        value - allowed object is String
      • getMandateHolderId

        public String getMandateHolderId()
        Gets the value of the mandateHolderId property.
        Returns:
        possible object is String
      • setMandateHolderId

        public void setMandateHolderId​(String value)
        Sets the value of the mandateHolderId property.
        Parameters:
        value - allowed object is String
      • setMandateHolderType

        public void setMandateHolderType​(MandateHolderType value)
        Sets the value of the mandateHolderType property.
        Parameters:
        value - allowed object is MandateHolderType