public class CommandStatusType extends DataThingType
Java class for CommandStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CommandStatusType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="CommandID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="StatusID" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="CommandState" type="{}CommandStateEnumType"/>
<element name="StateDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProgramFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProgramIndex" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ProgramLength" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
commandID |
protected CommandStateEnumType |
commandState |
protected String |
programFile |
protected Integer |
programIndex |
protected Integer |
programLength |
protected String |
stateDescription |
protected long |
statusID |
name| Constructor and Description |
|---|
CommandStatusType() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommandID()
Gets the value of the commandID property.
|
CommandStateEnumType |
getCommandState()
Gets the value of the commandState property.
|
String |
getProgramFile()
Gets the value of the programFile property.
|
Integer |
getProgramIndex()
Gets the value of the programIndex property.
|
Integer |
getProgramLength()
Gets the value of the programLength property.
|
String |
getStateDescription()
Gets the value of the stateDescription property.
|
long |
getStatusID()
Gets the value of the statusID property.
|
void |
setCommandID(long value)
Sets the value of the commandID property.
|
void |
setCommandState(CommandStateEnumType value)
Sets the value of the commandState property.
|
void |
setProgramFile(String value)
Sets the value of the programFile property.
|
void |
setProgramIndex(Integer value)
Sets the value of the programIndex property.
|
void |
setProgramLength(Integer value)
Sets the value of the programLength property.
|
void |
setStateDescription(String value)
Sets the value of the stateDescription property.
|
void |
setStatusID(long value)
Sets the value of the statusID property.
|
getName, setNameprotected long commandID
protected long statusID
protected CommandStateEnumType commandState
protected String stateDescription
protected String programFile
protected Integer programIndex
protected Integer programLength
public long getCommandID()
public void setCommandID(long value)
public long getStatusID()
public void setStatusID(long value)
public CommandStateEnumType getCommandState()
CommandStateEnumTypepublic void setCommandState(CommandStateEnumType value)
value - allowed object is
CommandStateEnumTypepublic String getStateDescription()
Stringpublic void setStateDescription(String value)
value - allowed object is
Stringpublic String getProgramFile()
Stringpublic void setProgramFile(String value)
value - allowed object is
Stringpublic Integer getProgramIndex()
Integerpublic void setProgramIndex(Integer value)
value - allowed object is
Integerpublic Integer getProgramLength()
IntegerCopyright © 2017. All rights reserved.