Class GetVisionRequestType

  • All Implemented Interfaces:
    Serializable

    public class GetVisionRequestType
    extends RequestType

    Java class for GetVisionRequestType complex type.

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

     <complexType name="GetVisionRequestType">
       <complexContent>
         <extension base="{urn:be:fgov:ehealth:recipe:protocol:v4}RequestType">
           <sequence>
             <element name="SecuredGetVisionRequest" type="{urn:be:fgov:ehealth:recipe:core:v4}SecuredContentType"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • GetVisionRequestType

        public GetVisionRequestType()
    • Method Detail

      • getSecuredGetVisionRequest

        public SecuredContentType getSecuredGetVisionRequest()
        Gets the value of the securedGetVisionRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredGetVisionRequest

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