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