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