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