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