Package be.recipe.services.executor
Class ListRidsInProcess
- java.lang.Object
-
- be.recipe.services.executor.ListRidsInProcess
-
public class ListRidsInProcess extends Object
Java class for listRidsInProcess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="listRidsInProcess"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ListRidsInProcessParamSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="ProgramIdentification" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Mguid" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]listRidsInProcessParamSealedprotected Stringmguidprotected StringprogramIdentification
-
Constructor Summary
Constructors Constructor Description ListRidsInProcess()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getListRidsInProcessParamSealed()Gets the value of the listRidsInProcessParamSealed property.StringgetMguid()Gets the value of the mguid property.StringgetProgramIdentification()Gets the value of the programIdentification property.voidsetListRidsInProcessParamSealed(byte[] value)Sets the value of the listRidsInProcessParamSealed property.voidsetMguid(String value)Sets the value of the mguid property.voidsetProgramIdentification(String value)Sets the value of the programIdentification property.
-
-
-
Method Detail
-
getListRidsInProcessParamSealed
public byte[] getListRidsInProcessParamSealed()
Gets the value of the listRidsInProcessParamSealed property.- Returns:
- possible object is byte[]
-
setListRidsInProcessParamSealed
public void setListRidsInProcessParamSealed(byte[] value)
Sets the value of the listRidsInProcessParamSealed property.- Parameters:
value- allowed object is byte[]
-
getProgramIdentification
public String getProgramIdentification()
Gets the value of the programIdentification property.- Returns:
- possible object is
String
-
setProgramIdentification
public void setProgramIdentification(String value)
Sets the value of the programIdentification property.- Parameters:
value- allowed object isString
-
getMguid
public String getMguid()
Gets the value of the mguid property.- Returns:
- possible object is
String
-
-