public class QualityControlResult extends ParameterType implements Serializable
Java class for QualityControlResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="QualityControlResult">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}QualityMeasurement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Failed" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Passed" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="FileSpecRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
<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 |
failed |
protected Object |
fileSpecRef |
protected Integer |
passed |
protected List<QualityMeasurement> |
qualityMeasurement |
| Constructor and Description |
|---|
QualityControlResult() |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBindingQualityParamsRef()
Gets the value of the bindingQualityParamsRef property.
|
Integer |
getFailed()
Gets the value of the failed property.
|
Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
Integer |
getPassed()
Gets the value of the passed property.
|
List<QualityMeasurement> |
getQualityMeasurement()
Gets the value of the qualityMeasurement property.
|
void |
setBindingQualityParamsRef(Object value)
Sets the value of the bindingQualityParamsRef property.
|
void |
setFailed(Integer value)
Sets the value of the failed property.
|
void |
setFileSpecRef(Object value)
Sets the value of the fileSpecRef property.
|
void |
setPassed(Integer value)
Sets the value of the passed property.
|
protected List<QualityMeasurement> qualityMeasurement
protected Integer failed
protected Integer passed
protected Object fileSpecRef
protected Object bindingQualityParamsRef
public List<QualityMeasurement> getQualityMeasurement()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the qualityMeasurement property.
For example, to add a new item, do as follows:
getQualityMeasurement().add(newItem);
Objects of the following type(s) are allowed in the list
QualityMeasurement
public Integer getFailed()
Integerpublic void setFailed(Integer value)
value - allowed object is
Integerpublic Integer getPassed()
Integerpublic void setPassed(Integer value)
value - allowed object is
Integerpublic Object getFileSpecRef()
Objectpublic void setFileSpecRef(Object value)
value - allowed object is
Objectpublic Object getBindingQualityParamsRef()
ObjectCopyright © 2013. All Rights Reserved.