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