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