public class QualityControlParams extends ParameterType implements 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 IDREF |
bindingQualityParamsRef |
protected Integer |
sampleInterval |
protected Duration |
timeInterval |
| Constructor and Description |
|---|
QualityControlParams() |
| Modifier and Type | Method and Description |
|---|---|
IDREF |
getBindingQualityParamsRef()
Gets the value of the bindingQualityParamsRef property.
|
Integer |
getSampleInterval()
Gets the value of the sampleInterval property.
|
Duration |
getTimeInterval()
Gets the value of the timeInterval property.
|
void |
setBindingQualityParamsRef(IDREF value)
Sets the value of the bindingQualityParamsRef property.
|
void |
setSampleInterval(Integer value)
Sets the value of the sampleInterval property.
|
void |
setTimeInterval(Duration value)
Sets the value of the timeInterval property.
|
protected Integer sampleInterval
protected Duration timeInterval
protected IDREF bindingQualityParamsRef
public Integer getSampleInterval()
Integerpublic void setSampleInterval(Integer value)
value - allowed object is
Integerpublic Duration getTimeInterval()
Stringpublic void setTimeInterval(Duration value)
value - allowed object is
Stringpublic IDREF getBindingQualityParamsRef()
StringCopyright © 2014. All Rights Reserved.