Class GetOpenPrescriptionListResponseType

  • All Implemented Interfaces:
    Serializable

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

    Java class for GetOpenPrescriptionListResponseType complex type.

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

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

      • securedGetOpenPrescriptionListResponse

        protected SecuredContentType securedGetOpenPrescriptionListResponse
    • Constructor Detail

      • GetOpenPrescriptionListResponseType

        public GetOpenPrescriptionListResponseType()
    • Method Detail

      • getSecuredGetOpenPrescriptionListResponse

        public SecuredContentType getSecuredGetOpenPrescriptionListResponse()
        Gets the value of the securedGetOpenPrescriptionListResponse property.
        Returns:
        possible object is SecuredContentType
      • setSecuredGetOpenPrescriptionListResponse

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