Class ListNotificationsRequestType

  • All Implemented Interfaces:
    Serializable

    public class ListNotificationsRequestType
    extends RequestType

    Java class for ListNotificationsRequestType complex type.

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

     <complexType name="ListNotificationsRequestType">
       <complexContent>
         <extension base="{urn:be:fgov:ehealth:recipe:protocol:v4}RequestType">
           <sequence>
             <element name="SecuredListNotificationsRequest" type="{urn:be:fgov:ehealth:recipe:core:v4}SecuredContentType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • securedListNotificationsRequest

        protected SecuredContentType securedListNotificationsRequest
    • Constructor Detail

      • ListNotificationsRequestType

        public ListNotificationsRequestType()
    • Method Detail

      • getSecuredListNotificationsRequest

        public SecuredContentType getSecuredListNotificationsRequest()
        Gets the value of the securedListNotificationsRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredListNotificationsRequest

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