Class GetPrescriptionStatusRequestType

  • All Implemented Interfaces:
    Serializable

    public class GetPrescriptionStatusRequestType
    extends RequestType

    Java class for GetPrescriptionStatusRequestType complex type.

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

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

      • securedGetPrescriptionStatusRequest

        protected SecuredContentType securedGetPrescriptionStatusRequest
    • Constructor Detail

      • GetPrescriptionStatusRequestType

        public GetPrescriptionStatusRequestType()
    • Method Detail

      • getSecuredGetPrescriptionStatusRequest

        public SecuredContentType getSecuredGetPrescriptionStatusRequest()
        Gets the value of the securedGetPrescriptionStatusRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredGetPrescriptionStatusRequest

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