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