public abstract class CRCLCommandType extends DataThingType
Java class for CRCLCommandType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CRCLCommandType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="CommandID" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
commandID |
name| Constructor and Description |
|---|
CRCLCommandType() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCommandID()
Gets the value of the commandID property.
|
void |
setCommandID(long value)
Sets the value of the commandID property.
|
getName, setNameCopyright © 2017. All rights reserved.