Class PutVisionForPatientResponseType

  • All Implemented Interfaces:
    Serializable

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

    Java class for PutVisionForPatientResponseType complex type.

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

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

      • securedPutVisionForPatientResponse

        protected SecuredContentType securedPutVisionForPatientResponse
    • Constructor Detail

      • PutVisionForPatientResponseType

        public PutVisionForPatientResponseType()
    • Method Detail

      • getSecuredPutVisionForPatientResponse

        public SecuredContentType getSecuredPutVisionForPatientResponse()
        Gets the value of the securedPutVisionForPatientResponse property.
        Returns:
        possible object is SecuredContentType
      • setSecuredPutVisionForPatientResponse

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