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