Class GetProfileResponseType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.ResponseType
-
- be.fgov.ehealth.commons.protocol.v2.StatusResponseType
-
- be.fgov.ehealth.recipe.protocol.v4.GetProfileResponseType
-
- All Implemented Interfaces:
Serializable
public class GetProfileResponseType extends be.fgov.ehealth.commons.protocol.v2.StatusResponseTypeJava class for GetProfileResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetProfileResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType"> <sequence minOccurs="0"> <element name="SecuredGetProfileResponse" 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 SecuredContentTypesecuredGetProfileResponse
-
Constructor Summary
Constructors Constructor Description GetProfileResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecuredContentTypegetSecuredGetProfileResponse()Gets the value of the securedGetProfileResponse property.voidsetSecuredGetProfileResponse(SecuredContentType value)Sets the value of the securedGetProfileResponse property.-
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.StatusResponseType
getStatus, setStatus
-
-
-
-
Field Detail
-
securedGetProfileResponse
protected SecuredContentType securedGetProfileResponse
-
-
Method Detail
-
getSecuredGetProfileResponse
public SecuredContentType getSecuredGetProfileResponse()
Gets the value of the securedGetProfileResponse property.- Returns:
- possible object is
SecuredContentType
-
setSecuredGetProfileResponse
public void setSecuredGetProfileResponse(SecuredContentType value)
Sets the value of the securedGetProfileResponse property.- Parameters:
value- allowed object isSecuredContentType
-
-