public class QualityControlResult extends ParameterType implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}QualityMeasurement" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</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 java.lang.Object |
bindingQualityParamsRef |
protected java.lang.Integer |
failed |
protected java.lang.Object |
fileSpecRef |
protected java.lang.Integer |
passed |
protected java.util.List<QualityMeasurement> |
qualityMeasurements |
| Constructor and Description |
|---|
QualityControlResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getBindingQualityParamsRef()
Gets the value of the bindingQualityParamsRef property.
|
java.lang.Integer |
getFailed()
Gets the value of the failed property.
|
java.lang.Object |
getFileSpecRef()
Gets the value of the fileSpecRef property.
|
java.lang.Integer |
getPassed()
Gets the value of the passed property.
|
java.util.List<QualityMeasurement> |
getQualityMeasurements()
Gets the value of the qualityMeasurements property.
|
void |
setBindingQualityParamsRef(java.lang.Object value)
Sets the value of the bindingQualityParamsRef property.
|
void |
setFailed(java.lang.Integer value)
Sets the value of the failed property.
|
void |
setFileSpecRef(java.lang.Object value)
Sets the value of the fileSpecRef property.
|
void |
setPassed(java.lang.Integer value)
Sets the value of the passed property.
|
protected java.util.List<QualityMeasurement> qualityMeasurements
protected java.lang.Integer failed
protected java.lang.Integer passed
protected java.lang.Object fileSpecRef
protected java.lang.Object bindingQualityParamsRef
public java.util.List<QualityMeasurement> getQualityMeasurements()
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 qualityMeasurements property.
For example, to add a new item, do as follows:
getQualityMeasurements().add(newItem);
Objects of the following type(s) are allowed in the list
QualityMeasurement
public java.lang.Integer getFailed()
Integerpublic void setFailed(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getPassed()
Integerpublic void setPassed(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Object getFileSpecRef()
Objectpublic void setFileSpecRef(java.lang.Object value)
value - allowed object is
Objectpublic java.lang.Object getBindingQualityParamsRef()
Objectpublic void setBindingQualityParamsRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.