public class Trigger extends ParameterType implements Serializable
Java class for Trigger complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Trigger">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ChangedPath" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="RepeatTime" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="RepeatStep" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ChangedPath> |
changedPaths |
protected Integer |
repeatStep |
protected Double |
repeatTime |
| Constructor and Description |
|---|
Trigger() |
| Modifier and Type | Method and Description |
|---|---|
List<ChangedPath> |
getChangedPaths()
Gets the value of the changedPaths property.
|
Integer |
getRepeatStep()
Gets the value of the repeatStep property.
|
Double |
getRepeatTime()
Gets the value of the repeatTime property.
|
void |
setRepeatStep(Integer value)
Sets the value of the repeatStep property.
|
void |
setRepeatTime(Double value)
Sets the value of the repeatTime property.
|
protected List<ChangedPath> changedPaths
protected Double repeatTime
protected Integer repeatStep
public List<ChangedPath> getChangedPaths()
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 changedPaths property.
For example, to add a new item, do as follows:
getChangedPaths().add(newItem);
Objects of the following type(s) are allowed in the list
ChangedPath
public Double getRepeatTime()
Doublepublic void setRepeatTime(Double value)
value - allowed object is
Doublepublic Integer getRepeatStep()
IntegerCopyright © 2012. All Rights Reserved.