public class QualityMeasurement
extends java.lang.Object
implements java.io.Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BindingQualityMeasurement" 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="Start" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<attribute name="End" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<BindingQualityMeasurement> |
bindingQualityMeasurements |
protected java.lang.String |
end |
protected java.lang.Integer |
failed |
protected java.lang.Integer |
passed |
protected java.lang.String |
start |
| Constructor and Description |
|---|
QualityMeasurement() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BindingQualityMeasurement> |
getBindingQualityMeasurements()
Gets the value of the bindingQualityMeasurements property.
|
java.lang.String |
getEnd()
Gets the value of the end property.
|
java.lang.Integer |
getFailed()
Gets the value of the failed property.
|
java.lang.Integer |
getPassed()
Gets the value of the passed property.
|
java.lang.String |
getStart()
Gets the value of the start property.
|
void |
setEnd(java.lang.String value)
Sets the value of the end property.
|
void |
setFailed(java.lang.Integer value)
Sets the value of the failed property.
|
void |
setPassed(java.lang.Integer value)
Sets the value of the passed property.
|
void |
setStart(java.lang.String value)
Sets the value of the start property.
|
protected java.util.List<BindingQualityMeasurement> bindingQualityMeasurements
protected java.lang.Integer failed
protected java.lang.Integer passed
protected java.lang.String start
protected java.lang.String end
public java.util.List<BindingQualityMeasurement> getBindingQualityMeasurements()
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 bindingQualityMeasurements property.
For example, to add a new item, do as follows:
getBindingQualityMeasurements().add(newItem);
Objects of the following type(s) are allowed in the list
BindingQualityMeasurement
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.String getStart()
Stringpublic void setStart(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEnd()
Stringpublic void setEnd(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.