Class GetVisionResponseType

  • All Implemented Interfaces:
    Serializable

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

    Java class for GetVisionResponseType complex type.

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

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

      • GetVisionResponseType

        public GetVisionResponseType()
    • Method Detail

      • getSecuredGetVisionResponse

        public SecuredContentType getSecuredGetVisionResponse()
        Gets the value of the securedGetVisionResponse property.
        Returns:
        possible object is SecuredContentType
      • setSecuredGetVisionResponse

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