Class SendNotificationResponse


  • public class SendNotificationResponse
    extends Object

    Java class for sendNotificationResponse complex type.

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

     <complexType name="sendNotificationResponse">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="SendNotificationResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • sendNotificationResultSealed

        protected byte[] sendNotificationResultSealed
    • Constructor Detail

      • SendNotificationResponse

        public SendNotificationResponse()
    • Method Detail

      • getSendNotificationResultSealed

        public byte[] getSendNotificationResultSealed()
        Gets the value of the sendNotificationResultSealed property.
        Returns:
        possible object is byte[]
      • setSendNotificationResultSealed

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