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