Class ListOpenPrescriptionsResponseType

  • All Implemented Interfaces:
    Serializable

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

    Java class for ListOpenPrescriptionsResponseType complex type.

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

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

      • securedListOpenPrescriptionsResponse

        protected SecuredContentType securedListOpenPrescriptionsResponse
    • Constructor Detail

      • ListOpenPrescriptionsResponseType

        public ListOpenPrescriptionsResponseType()
    • Method Detail

      • getSecuredListOpenPrescriptionsResponse

        public SecuredContentType getSecuredListOpenPrescriptionsResponse()
        Gets the value of the securedListOpenPrescriptionsResponse property.
        Returns:
        possible object is SecuredContentType
      • setSecuredListOpenPrescriptionsResponse

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