public class CRCLProgramType extends DataThingType
Java class for CRCLProgramType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CRCLProgramType">
<complexContent>
<extension base="{}DataThingType">
<sequence>
<element name="InitCanon" type="{}InitCanonType"/>
<element name="MiddleCommand" type="{}MiddleCommandType" maxOccurs="unbounded" minOccurs="0"/>
<element name="EndCanon" type="{}EndCanonType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EndCanonType |
endCanon |
protected InitCanonType |
initCanon |
protected List<MiddleCommandType> |
middleCommand |
name| Constructor and Description |
|---|
CRCLProgramType() |
| Modifier and Type | Method and Description |
|---|---|
EndCanonType |
getEndCanon()
Gets the value of the endCanon property.
|
InitCanonType |
getInitCanon()
Gets the value of the initCanon property.
|
List<MiddleCommandType> |
getMiddleCommand()
Gets the value of the middleCommand property.
|
void |
setEndCanon(EndCanonType value)
Sets the value of the endCanon property.
|
void |
setInitCanon(InitCanonType value)
Sets the value of the initCanon property.
|
getName, setNameprotected InitCanonType initCanon
protected List<MiddleCommandType> middleCommand
protected EndCanonType endCanon
public InitCanonType getInitCanon()
InitCanonTypepublic void setInitCanon(InitCanonType value)
value - allowed object is
InitCanonTypepublic List<MiddleCommandType> getMiddleCommand()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the middleCommand property.
For example, to add a new item, do as follows:
getMiddleCommand().add(newItem);
Objects of the following type(s) are allowed in the list
MiddleCommandType
public EndCanonType getEndCanon()
EndCanonTypepublic void setEndCanon(EndCanonType value)
value - allowed object is
EndCanonTypeCopyright © 2017. All rights reserved.