Class MarkAsDeliveredRequestType

  • All Implemented Interfaces:
    Serializable

    public class MarkAsDeliveredRequestType
    extends RequestType

    Java class for MarkAsDeliveredRequestType complex type.

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

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

      • securedMarkAsDeliveredRequest

        protected SecuredContentType securedMarkAsDeliveredRequest
    • Constructor Detail

      • MarkAsDeliveredRequestType

        public MarkAsDeliveredRequestType()
    • Method Detail

      • getSecuredMarkAsDeliveredRequest

        public SecuredContentType getSecuredMarkAsDeliveredRequest()
        Gets the value of the securedMarkAsDeliveredRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredMarkAsDeliveredRequest

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