Class MarkAsArchivedRequestType

  • All Implemented Interfaces:
    Serializable

    public class MarkAsArchivedRequestType
    extends RequestType

    Java class for MarkAsArchivedRequestType complex type.

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

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

    • Constructor Detail

      • MarkAsArchivedRequestType

        public MarkAsArchivedRequestType()
    • Method Detail

      • getSecuredMarkAsArchivedRequest

        public SecuredContentType getSecuredMarkAsArchivedRequest()
        Gets the value of the securedMarkAsArchivedRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredMarkAsArchivedRequest

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