public class SendMailResponse
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sendMailResult" type="{http://irdeto.com/pisys/clientdevice}CommandResultData" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
SendMailResponse() |
Modifier and Type | Method and Description |
---|---|
CommandResultData |
getSendMailResult()
Gets the value of the sendMailResult property.
|
void |
setSendMailResult(CommandResultData value)
Sets the value of the sendMailResult property.
|
public CommandResultData getSendMailResult()
CommandResultData
public void setSendMailResult(CommandResultData value)
value
- allowed object is
CommandResultData