public class BufferParams extends ParameterType implements java.io.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 java.lang.String |
minimumWait |
| Constructor and Description |
|---|
BufferParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMinimumWait()
Gets the value of the minimumWait property.
|
void |
setMinimumWait(java.lang.String value)
Sets the value of the minimumWait property.
|
public java.lang.String getMinimumWait()
Stringpublic void setMinimumWait(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.