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}nonNegativeInteger"/>
<element name="StatusID" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
<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}nonNegativeInteger" minOccurs="0"/>
<element name="ProgramLength" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
commandID |
protected CommandStateEnumType |
commandState |
protected String |
programFile |
protected BigInteger |
programIndex |
protected BigInteger |
programLength |
protected String |
stateDescription |
protected BigInteger |
statusID |
name| Constructor and Description |
|---|
CommandStatusType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
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.
|
BigInteger |
getProgramIndex()
Gets the value of the programIndex property.
|
BigInteger |
getProgramLength()
Gets the value of the programLength property.
|
String |
getStateDescription()
Gets the value of the stateDescription property.
|
BigInteger |
getStatusID()
Gets the value of the statusID property.
|
void |
setCommandID(BigInteger 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(BigInteger value)
Sets the value of the programIndex property.
|
void |
setProgramLength(BigInteger value)
Sets the value of the programLength property.
|
void |
setStateDescription(String value)
Sets the value of the stateDescription property.
|
void |
setStatusID(BigInteger value)
Sets the value of the statusID property.
|
getName, setNameprotected BigInteger commandID
protected BigInteger statusID
protected CommandStateEnumType commandState
protected String stateDescription
protected String programFile
protected BigInteger programIndex
protected BigInteger programLength
public BigInteger getCommandID()
BigIntegerpublic void setCommandID(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getStatusID()
BigIntegerpublic void setStatusID(BigInteger value)
value - allowed object is
BigIntegerpublic 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 BigInteger getProgramIndex()
BigIntegerpublic void setProgramIndex(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getProgramLength()
BigIntegerpublic void setProgramLength(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016. All rights reserved.