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