Package be.recipe.services.executor
Class CreateFeedbackResponse
- java.lang.Object
-
- be.recipe.services.executor.CreateFeedbackResponse
-
public class CreateFeedbackResponse extends Object
Java class for createFeedbackResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="createFeedbackResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CreateFeedbackResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]createFeedbackResultSealed
-
Constructor Summary
Constructors Constructor Description CreateFeedbackResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getCreateFeedbackResultSealed()Gets the value of the createFeedbackResultSealed property.voidsetCreateFeedbackResultSealed(byte[] value)Sets the value of the createFeedbackResultSealed property.
-
-
-
Method Detail
-
getCreateFeedbackResultSealed
public byte[] getCreateFeedbackResultSealed()
Gets the value of the createFeedbackResultSealed property.- Returns:
- possible object is byte[]
-
setCreateFeedbackResultSealed
public void setCreateFeedbackResultSealed(byte[] value)
Sets the value of the createFeedbackResultSealed property.- Parameters:
value- allowed object is byte[]
-
-