Class SendNotificationRequestType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.RequestType
-
- be.fgov.ehealth.recipe.protocol.v4.SendNotificationRequestType
-
- All Implemented Interfaces:
Serializable
public class SendNotificationRequestType extends RequestType
Java class for SendNotificationRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SendNotificationRequestType"> <complexContent> <extension base="{urn:be:fgov:ehealth:recipe:protocol:v4}RequestType"> <sequence> <element name="SecuredSendNotificationRequest" 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 SecuredContentTypesecuredSendNotificationRequest-
Fields inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
programId
-
-
Constructor Summary
Constructors Constructor Description SendNotificationRequestType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecuredContentTypegetSecuredSendNotificationRequest()Gets the value of the securedSendNotificationRequest property.voidsetSecuredSendNotificationRequest(SecuredContentType value)Sets the value of the securedSendNotificationRequest property.-
Methods inherited from class be.fgov.ehealth.recipe.protocol.v4.RequestType
getProgramId, setProgramId
-
-
-
-
Field Detail
-
securedSendNotificationRequest
protected SecuredContentType securedSendNotificationRequest
-
-
Method Detail
-
getSecuredSendNotificationRequest
public SecuredContentType getSecuredSendNotificationRequest()
Gets the value of the securedSendNotificationRequest property.- Returns:
- possible object is
SecuredContentType
-
setSecuredSendNotificationRequest
public void setSecuredSendNotificationRequest(SecuredContentType value)
Sets the value of the securedSendNotificationRequest property.- Parameters:
value- allowed object isSecuredContentType
-
-