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