Class SendNotificationParam


  • public class SendNotificationParam
    extends Object

    Java class for sendNotificationParam complex type.

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

     <complexType name="sendNotificationParam">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <all>
             <element name="patientId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="executorId" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
             <element name="symmKey" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </all>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • patientId

        protected String patientId
      • executorId

        protected String executorId
      • content

        protected byte[] content
      • symmKey

        protected byte[] symmKey
    • Constructor Detail

      • SendNotificationParam

        public SendNotificationParam()
    • 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
      • 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
      • getContent

        public byte[] getContent()
        Gets the value of the content property.
        Returns:
        possible object is byte[]
      • setContent

        public void setContent​(byte[] value)
        Sets the value of the content property.
        Parameters:
        value - allowed object is byte[]
      • getSymmKey

        public byte[] getSymmKey()
        Gets the value of the symmKey property.
        Returns:
        possible object is byte[]
      • setSymmKey

        public void setSymmKey​(byte[] value)
        Sets the value of the symmKey property.
        Parameters:
        value - allowed object is byte[]