Class ListPrescriptionsResponseType

  • All Implemented Interfaces:
    Serializable

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

    Java class for ListPrescriptionsResponseType complex type.

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

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

      • securedListPrescriptionsResponse

        protected SecuredContentType securedListPrescriptionsResponse
    • Constructor Detail

      • ListPrescriptionsResponseType

        public ListPrescriptionsResponseType()
    • Method Detail

      • getSecuredListPrescriptionsResponse

        public SecuredContentType getSecuredListPrescriptionsResponse()
        Gets the value of the securedListPrescriptionsResponse property.
        Returns:
        possible object is SecuredContentType
      • setSecuredListPrescriptionsResponse

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