Class ListRelationsItem


  • public class ListRelationsItem
    extends Object

    Java class for listRelationsItem complex type.

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

     <complexType name="listRelationsItem">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="patientFirstname" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="patientLastname" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="mandateHolderId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="mandateHolderType" type="{http:/services.recipe.be/core}mandateHolderType"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • patientId

        protected String patientId
      • patientFirstname

        protected String patientFirstname
      • patientLastname

        protected String patientLastname
      • mandateHolderId

        protected String mandateHolderId
    • Constructor Detail

      • ListRelationsItem

        public ListRelationsItem()
    • Method Detail

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

        public String getPatientFirstname()
        Gets the value of the patientFirstname property.
        Returns:
        possible object is String
      • setPatientFirstname

        public void setPatientFirstname​(String value)
        Sets the value of the patientFirstname property.
        Parameters:
        value - allowed object is String
      • getPatientLastname

        public String getPatientLastname()
        Gets the value of the patientLastname property.
        Returns:
        possible object is String
      • setPatientLastname

        public void setPatientLastname​(String value)
        Sets the value of the patientLastname 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