Class GetPrescriptionStatusResponseType

  • All Implemented Interfaces:
    Serializable

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

    Java class for GetPrescriptionStatusResponseType complex type.

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

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

      • securedGetPrescriptionStatusResponse

        protected SecuredContentType securedGetPrescriptionStatusResponse
    • Constructor Detail

      • GetPrescriptionStatusResponseType

        public GetPrescriptionStatusResponseType()
    • Method Detail

      • getSecuredGetPrescriptionStatusResponse

        public SecuredContentType getSecuredGetPrescriptionStatusResponse()
        Gets the value of the securedGetPrescriptionStatusResponse property.
        Returns:
        possible object is SecuredContentType
      • setSecuredGetPrescriptionStatusResponse

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