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