public class StopMotionType extends MiddleCommandType
Java class for StopMotionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopMotionType">
<complexContent>
<extension base="{}MiddleCommandType">
<sequence>
<element name="StopCondition" type="{}StopConditionEnumType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected StopConditionEnumType |
stopCondition |
commandIDname| Constructor and Description |
|---|
StopMotionType() |
| Modifier and Type | Method and Description |
|---|---|
StopConditionEnumType |
getStopCondition()
Gets the value of the stopCondition property.
|
void |
setStopCondition(StopConditionEnumType value)
Sets the value of the stopCondition property.
|
getCommandID, setCommandIDgetName, setNameprotected StopConditionEnumType stopCondition
public StopConditionEnumType getStopCondition()
StopConditionEnumTypepublic void setStopCondition(StopConditionEnumType value)
value - allowed object is
StopConditionEnumTypeCopyright © 2017. All rights reserved.