Class PutRidsInProcessRequestType

  • All Implemented Interfaces:
    Serializable

    public class PutRidsInProcessRequestType
    extends RequestType

    Java class for PutRidsInProcessRequestType complex type.

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

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

      • securedPutRidsInProcessRequest

        protected SecuredContentType securedPutRidsInProcessRequest
    • Constructor Detail

      • PutRidsInProcessRequestType

        public PutRidsInProcessRequestType()
    • Method Detail

      • getSecuredPutRidsInProcessRequest

        public SecuredContentType getSecuredPutRidsInProcessRequest()
        Gets the value of the securedPutRidsInProcessRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredPutRidsInProcessRequest

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