public class MessageType extends MiddleCommandType
Java class for MessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessageType">
<complexContent>
<extension base="{}MiddleCommandType">
<sequence>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
commandIDname| Constructor and Description |
|---|
MessageType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the value of the message property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
getCommandID, setCommandIDgetName, setNameprotected String message
Copyright © 2018. All rights reserved.