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