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