Class ListNotificationsResponseType

  • All Implemented Interfaces:
    Serializable

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

    Java class for ListNotificationsResponseType complex type.

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

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

      • securedListNotificationsResponse

        protected SecuredContentType securedListNotificationsResponse
    • Constructor Detail

      • ListNotificationsResponseType

        public ListNotificationsResponseType()
    • Method Detail

      • getSecuredListNotificationsResponse

        public SecuredContentType getSecuredListNotificationsResponse()
        Gets the value of the securedListNotificationsResponse property.
        Returns:
        possible object is SecuredContentType
      • setSecuredListNotificationsResponse

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