public class QualityControlParams extends ParameterType implements java.io.Serializable
Java class for QualityControlParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualityControlParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="SampleInterval" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="TimeInterval" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="BindingQualityParamsRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
bindingQualityParamsRef |
protected java.lang.Integer |
sampleInterval |
protected java.lang.String |
timeInterval |
| Constructor and Description |
|---|
QualityControlParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBindingQualityParamsRef()
Gets the value of the bindingQualityParamsRef property.
|
java.lang.Integer |
getSampleInterval()
Gets the value of the sampleInterval property.
|
java.lang.String |
getTimeInterval()
Gets the value of the timeInterval property.
|
void |
setBindingQualityParamsRef(java.lang.Object value)
Sets the value of the bindingQualityParamsRef property.
|
void |
setSampleInterval(java.lang.Integer value)
Sets the value of the sampleInterval property.
|
void |
setTimeInterval(java.lang.String value)
Sets the value of the timeInterval property.
|
protected java.lang.Integer sampleInterval
protected java.lang.String timeInterval
protected java.lang.Object bindingQualityParamsRef
public java.lang.Integer getSampleInterval()
Integerpublic void setSampleInterval(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getTimeInterval()
Stringpublic void setTimeInterval(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getBindingQualityParamsRef()
Objectpublic void setBindingQualityParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.