public class CRCLCommandInstanceType extends DataThingType
Java class for CRCLCommandInstanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CRCLCommandInstanceType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="CRCLCommand" type="{}CRCLCommandType"/>
<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 CRCLCommandType |
crclCommand |
protected String |
programFile |
protected Integer |
programIndex |
protected Integer |
programLength |
name| Constructor and Description |
|---|
CRCLCommandInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
CRCLCommandType |
getCRCLCommand()
Gets the value of the crclCommand 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.
|
void |
setCRCLCommand(CRCLCommandType value)
Sets the value of the crclCommand 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.
|
getName, setNameprotected CRCLCommandType crclCommand
protected String programFile
protected Integer programIndex
protected Integer programLength
public CRCLCommandType getCRCLCommand()
CRCLCommandTypepublic void setCRCLCommand(CRCLCommandType value)
value - allowed object is
CRCLCommandTypepublic 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 © 2018. All rights reserved.