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