public class TAuthenticateMessageInput extends Object
Java class for tAuthenticateMessageInput complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tAuthenticateMessageInput">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dmMessage" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected byte[] |
dmMessage |
| Constructor and Description |
|---|
TAuthenticateMessageInput() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getDmMessage()
Gets the value of the dmMessage property.
|
void |
setDmMessage(byte[] value)
Sets the value of the dmMessage property.
|
Copyright © 2016. All rights reserved.