Class SendNotificationResponseType

  • All Implemented Interfaces:
    Serializable

    public class SendNotificationResponseType
    extends be.fgov.ehealth.commons.protocol.v2.StatusResponseType

    Java class for SendNotificationResponseType complex type.

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

     <complexType name="SendNotificationResponseType">
       <complexContent>
         <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType">
           <sequence minOccurs="0">
             <element name="SecuredSendNotificationResponse" type="{urn:be:fgov:ehealth:recipe:core:v4}SecuredContentType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • securedSendNotificationResponse

        protected SecuredContentType securedSendNotificationResponse
    • Constructor Detail

      • SendNotificationResponseType

        public SendNotificationResponseType()
    • Method Detail

      • getSecuredSendNotificationResponse

        public SecuredContentType getSecuredSendNotificationResponse()
        Gets the value of the securedSendNotificationResponse property.
        Returns:
        possible object is SecuredContentType
      • setSecuredSendNotificationResponse

        public void setSecuredSendNotificationResponse​(SecuredContentType value)
        Sets the value of the securedSendNotificationResponse property.
        Parameters:
        value - allowed object is SecuredContentType