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