Class GetExecutorProfileRequestType

  • All Implemented Interfaces:
    Serializable

    public class GetExecutorProfileRequestType
    extends RequestType

    Java class for GetExecutorProfileRequestType complex type.

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

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

      • securedGetExecutorProfileRequest

        protected SecuredContentType securedGetExecutorProfileRequest
    • Constructor Detail

      • GetExecutorProfileRequestType

        public GetExecutorProfileRequestType()
    • Method Detail

      • getSecuredGetExecutorProfileRequest

        public SecuredContentType getSecuredGetExecutorProfileRequest()
        Gets the value of the securedGetExecutorProfileRequest property.
        Returns:
        possible object is SecuredContentType
      • setSecuredGetExecutorProfileRequest

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