Class GetOpenPrescriptionListRequestType

  • All Implemented Interfaces:
    Serializable

    public class GetOpenPrescriptionListRequestType
    extends RequestType

    Java class for GetOpenPrescriptionListRequestType complex type.

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

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

      • securedGetOpenPrescriptionListRequest

        protected SecuredContentType securedGetOpenPrescriptionListRequest
    • Constructor Detail

      • GetOpenPrescriptionListRequestType

        public GetOpenPrescriptionListRequestType()
    • Method Detail

      • getSecuredGetOpenPrescriptionListRequest

        public SecuredContentType getSecuredGetOpenPrescriptionListRequest()
        Gets the value of the securedGetOpenPrescriptionListRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredGetOpenPrescriptionListRequest

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