Class PutVisionForPatientRequestType

  • All Implemented Interfaces:
    Serializable

    public class PutVisionForPatientRequestType
    extends RequestType

    Java class for PutVisionForPatientRequestType complex type.

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

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

      • securedPutVisionForPatientRequest

        protected SecuredContentType securedPutVisionForPatientRequest
    • Constructor Detail

      • PutVisionForPatientRequestType

        public PutVisionForPatientRequestType()
    • Method Detail

      • getSecuredPutVisionForPatientRequest

        public SecuredContentType getSecuredPutVisionForPatientRequest()
        Gets the value of the securedPutVisionForPatientRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredPutVisionForPatientRequest

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