public class BufferParams extends ParameterType implements Serializable
Java class for BufferParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BufferParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="MinimumWait" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
minimumWait |
| Constructor and Description |
|---|
BufferParams() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getMinimumWait()
Gets the value of the minimumWait property.
|
void |
setMinimumWait(Duration value)
Sets the value of the minimumWait property.
|
protected Duration minimumWait
Copyright © 2013. All Rights Reserved.