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