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 Object |
bindingQualityParamsRef |
protected Integer |
sampleInterval |
protected String |
timeInterval |
| Constructor and Description |
|---|
QualityControlParams() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBindingQualityParamsRef()
Gets the value of the bindingQualityParamsRef property.
|
Integer |
getSampleInterval()
Gets the value of the sampleInterval property.
|
String |
getTimeInterval()
Gets the value of the timeInterval property.
|
void |
setBindingQualityParamsRef(Object value)
Sets the value of the bindingQualityParamsRef property.
|
void |
setSampleInterval(Integer value)
Sets the value of the sampleInterval property.
|
void |
setTimeInterval(String value)
Sets the value of the timeInterval property.
|
protected Integer sampleInterval
protected String timeInterval
protected Object bindingQualityParamsRef
public Integer getSampleInterval()
Integerpublic void setSampleInterval(Integer value)
value - allowed object is
Integerpublic String getTimeInterval()
Stringpublic void setTimeInterval(String value)
value - allowed object is
Stringpublic Object getBindingQualityParamsRef()
ObjectCopyright © 2012. All Rights Reserved.