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}positiveInteger"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
commandID |
name| Constructor and Description |
|---|
CRCLCommandType() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getCommandID()
Gets the value of the commandID property.
|
void |
setCommandID(BigInteger value)
Sets the value of the commandID property.
|
getName, setNameprotected BigInteger commandID
public BigInteger getCommandID()
BigIntegerpublic void setCommandID(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016. All rights reserved.