Class GetExecutorProfileResponseType

  • All Implemented Interfaces:
    Serializable

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

    Java class for GetExecutorProfileResponseType complex type.

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

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

      • securedGetExecutorProfileResponse

        protected SecuredContentType securedGetExecutorProfileResponse
    • Constructor Detail

      • GetExecutorProfileResponseType

        public GetExecutorProfileResponseType()
    • Method Detail

      • getSecuredGetExecutorProfileResponse

        public SecuredContentType getSecuredGetExecutorProfileResponse()
        Gets the value of the securedGetExecutorProfileResponse property.
        Returns:
        possible object is SecuredContentType
      • setSecuredGetExecutorProfileResponse

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