Package be.recipe.services.executor
Class GetPrescriptionForExecutorResult
- java.lang.Object
-
- be.recipe.services.core.ResponseType
-
- be.recipe.services.executor.GetPrescriptionForExecutorResult
-
public class GetPrescriptionForExecutorResult extends ResponseType
Java class for getPrescriptionForExecutorResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getPrescriptionForExecutorResult"> <complexContent> <extension base="{http:/services.recipe.be/core}ResponseType"> <sequence> <element name="getPrescriptionForExecutorResultSealed" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/> <element name="getPrescriptionForExecutorUnsealedResultPart" type="{http:/services.recipe.be/executor}getPrescriptionForExecutorUnsealedResultPart" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected byte[]getPrescriptionForExecutorResultSealedprotected GetPrescriptionForExecutorUnsealedResultPartgetPrescriptionForExecutorUnsealedResultPart-
Fields inherited from class be.recipe.services.core.ResponseType
id, responseStatus, status
-
-
Constructor Summary
Constructors Constructor Description GetPrescriptionForExecutorResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getGetPrescriptionForExecutorResultSealed()Gets the value of the getPrescriptionForExecutorResultSealed property.GetPrescriptionForExecutorUnsealedResultPartgetGetPrescriptionForExecutorUnsealedResultPart()Gets the value of the getPrescriptionForExecutorUnsealedResultPart property.voidsetGetPrescriptionForExecutorResultSealed(byte[] value)Sets the value of the getPrescriptionForExecutorResultSealed property.voidsetGetPrescriptionForExecutorUnsealedResultPart(GetPrescriptionForExecutorUnsealedResultPart value)Sets the value of the getPrescriptionForExecutorUnsealedResultPart property.-
Methods inherited from class be.recipe.services.core.ResponseType
getId, getResponseStatus, getStatus, setId, setResponseStatus, setStatus
-
-
-
-
Field Detail
-
getPrescriptionForExecutorResultSealed
protected byte[] getPrescriptionForExecutorResultSealed
-
getPrescriptionForExecutorUnsealedResultPart
protected GetPrescriptionForExecutorUnsealedResultPart getPrescriptionForExecutorUnsealedResultPart
-
-
Method Detail
-
getGetPrescriptionForExecutorResultSealed
public byte[] getGetPrescriptionForExecutorResultSealed()
Gets the value of the getPrescriptionForExecutorResultSealed property.- Returns:
- possible object is byte[]
-
setGetPrescriptionForExecutorResultSealed
public void setGetPrescriptionForExecutorResultSealed(byte[] value)
Sets the value of the getPrescriptionForExecutorResultSealed property.- Parameters:
value- allowed object is byte[]
-
getGetPrescriptionForExecutorUnsealedResultPart
public GetPrescriptionForExecutorUnsealedResultPart getGetPrescriptionForExecutorUnsealedResultPart()
Gets the value of the getPrescriptionForExecutorUnsealedResultPart property.- Returns:
- possible object is
GetPrescriptionForExecutorUnsealedResultPart
-
setGetPrescriptionForExecutorUnsealedResultPart
public void setGetPrescriptionForExecutorUnsealedResultPart(GetPrescriptionForExecutorUnsealedResultPart value)
Sets the value of the getPrescriptionForExecutorUnsealedResultPart property.- Parameters:
value- allowed object isGetPrescriptionForExecutorUnsealedResultPart
-
-