Class ListOpenPrescriptionsRequestType

  • All Implemented Interfaces:
    Serializable

    public class ListOpenPrescriptionsRequestType
    extends RequestType

    Java class for ListOpenPrescriptionsRequestType complex type.

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

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

      • securedListOpenPrescriptionsRequest

        protected SecuredContentType securedListOpenPrescriptionsRequest
    • Constructor Detail

      • ListOpenPrescriptionsRequestType

        public ListOpenPrescriptionsRequestType()
    • Method Detail

      • getSecuredListOpenPrescriptionsRequest

        public SecuredContentType getSecuredListOpenPrescriptionsRequest()
        Gets the value of the securedListOpenPrescriptionsRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredListOpenPrescriptionsRequest

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