Class CreateFeedbackResponseType
- java.lang.Object
-
- be.fgov.ehealth.commons.protocol.v2.ResponseType
-
- be.fgov.ehealth.commons.protocol.v2.StatusResponseType
-
- be.fgov.ehealth.recipe.protocol.v4.CreateFeedbackResponseType
-
- All Implemented Interfaces:
Serializable
public class CreateFeedbackResponseType extends be.fgov.ehealth.commons.protocol.v2.StatusResponseTypeJava class for CreateFeedbackResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateFeedbackResponseType"> <complexContent> <extension base="{urn:be:fgov:ehealth:commons:protocol:v2}StatusResponseType"> <sequence minOccurs="0"> <element name="SecuredCreateFeedbackResponse" 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 SecuredContentTypesecuredCreateFeedbackResponse
-
Constructor Summary
Constructors Constructor Description CreateFeedbackResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecuredContentTypegetSecuredCreateFeedbackResponse()Gets the value of the securedCreateFeedbackResponse property.voidsetSecuredCreateFeedbackResponse(SecuredContentType value)Sets the value of the securedCreateFeedbackResponse property.-
Methods inherited from class be.fgov.ehealth.commons.protocol.v2.StatusResponseType
getStatus, setStatus
-
-
-
-
Field Detail
-
securedCreateFeedbackResponse
protected SecuredContentType securedCreateFeedbackResponse
-
-
Method Detail
-
getSecuredCreateFeedbackResponse
public SecuredContentType getSecuredCreateFeedbackResponse()
Gets the value of the securedCreateFeedbackResponse property.- Returns:
- possible object is
SecuredContentType
-
setSecuredCreateFeedbackResponse
public void setSecuredCreateFeedbackResponse(SecuredContentType value)
Sets the value of the securedCreateFeedbackResponse property.- Parameters:
value- allowed object isSecuredContentType
-
-