Class MarkAsUnDeliveredRequestType

  • All Implemented Interfaces:
    Serializable

    public class MarkAsUnDeliveredRequestType
    extends RequestType

    Java class for MarkAsUnDeliveredRequestType complex type.

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

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

      • securedMarkAsUnDeliveredRequest

        protected SecuredContentType securedMarkAsUnDeliveredRequest
    • Constructor Detail

      • MarkAsUnDeliveredRequestType

        public MarkAsUnDeliveredRequestType()
    • Method Detail

      • getSecuredMarkAsUnDeliveredRequest

        public SecuredContentType getSecuredMarkAsUnDeliveredRequest()
        Gets the value of the securedMarkAsUnDeliveredRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredMarkAsUnDeliveredRequest

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