Class GetExecutorProfileRequestType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.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 Summary
Fields Modifier and Type Field Description protected SecuredContentTypesecuredGetExecutorProfileRequest-
Fields inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
programId
-
-
Constructor Summary
Constructors Constructor Description GetExecutorProfileRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecuredContentTypegetSecuredGetExecutorProfileRequest()Gets the value of the securedGetExecutorProfileRequest property.voidsetSecuredGetExecutorProfileRequest(SecuredContentType value)Sets the value of the securedGetExecutorProfileRequest property.-
Methods inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
getProgramId, setProgramId
-
-
-
-
Field Detail
-
securedGetExecutorProfileRequest
protected SecuredContentType securedGetExecutorProfileRequest
-
-
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 isSecuredContentType
-
-