Class UpdateProfileRequestType

  • All Implemented Interfaces:
    Serializable

    public class UpdateProfileRequestType
    extends RequestType

    Java class for UpdateProfileRequestType complex type.

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

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

    • Constructor Detail

      • UpdateProfileRequestType

        public UpdateProfileRequestType()
    • Method Detail

      • getSecuredUpdateProfileRequest

        public SecuredContentType getSecuredUpdateProfileRequest()
        Gets the value of the securedUpdateProfileRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredUpdateProfileRequest

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