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