Class ListPrescriptionHistoryResponseType

  • All Implemented Interfaces:
    Serializable

    public class ListPrescriptionHistoryResponseType
    extends be.fgov.ehealth.commons.protocol.v2.StatusResponseType

    Java class for ListPrescriptionHistoryResponseType complex type.

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

     <complexType name="ListPrescriptionHistoryResponseType">
       <complexContent>
         <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType">
           <sequence minOccurs="0">
             <element name="SecuredListPrescriptionHistoryResponse" type="{urn:be:fgov:ehealth:recipe:core:v4}SecuredContentType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • securedListPrescriptionHistoryResponse

        protected SecuredContentType securedListPrescriptionHistoryResponse
    • Constructor Detail

      • ListPrescriptionHistoryResponseType

        public ListPrescriptionHistoryResponseType()
    • Method Detail

      • getSecuredListPrescriptionHistoryResponse

        public SecuredContentType getSecuredListPrescriptionHistoryResponse()
        Gets the value of the securedListPrescriptionHistoryResponse property.
        Returns:
        possible object is SecuredContentType
      • setSecuredListPrescriptionHistoryResponse

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