Class ListPrescriptionHistoryRequestType

  • All Implemented Interfaces:
    Serializable

    public class ListPrescriptionHistoryRequestType
    extends RequestType

    Java class for ListPrescriptionHistoryRequestType complex type.

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

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

      • securedListPrescriptionHistoryRequest

        protected SecuredContentType securedListPrescriptionHistoryRequest
    • Constructor Detail

      • ListPrescriptionHistoryRequestType

        public ListPrescriptionHistoryRequestType()
    • Method Detail

      • getSecuredListPrescriptionHistoryRequest

        public SecuredContentType getSecuredListPrescriptionHistoryRequest()
        Gets the value of the securedListPrescriptionHistoryRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredListPrescriptionHistoryRequest

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