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