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