Class ListPrescriptionsRequestType

  • All Implemented Interfaces:
    Serializable

    public class ListPrescriptionsRequestType
    extends RequestType

    Java class for ListPrescriptionsRequestType complex type.

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

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

      • securedListPrescriptionsRequest

        protected SecuredContentType securedListPrescriptionsRequest
    • Constructor Detail

      • ListPrescriptionsRequestType

        public ListPrescriptionsRequestType()
    • Method Detail

      • getSecuredListPrescriptionsRequest

        public SecuredContentType getSecuredListPrescriptionsRequest()
        Gets the value of the securedListPrescriptionsRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredListPrescriptionsRequest

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