public class QualityMeasurement extends Object implements 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 List<BindingQualityMeasurement> |
bindingQualityMeasurements |
protected String |
end |
protected Integer |
failed |
protected Integer |
passed |
protected String |
start |
| Constructor and Description |
|---|
QualityMeasurement() |
| Modifier and Type | Method and Description |
|---|---|
List<BindingQualityMeasurement> |
getBindingQualityMeasurements()
Gets the value of the bindingQualityMeasurements property.
|
String |
getEnd()
Gets the value of the end property.
|
Integer |
getFailed()
Gets the value of the failed property.
|
Integer |
getPassed()
Gets the value of the passed property.
|
String |
getStart()
Gets the value of the start property.
|
void |
setEnd(String value)
Sets the value of the end property.
|
void |
setFailed(Integer value)
Sets the value of the failed property.
|
void |
setPassed(Integer value)
Sets the value of the passed property.
|
void |
setStart(String value)
Sets the value of the start property.
|
protected List<BindingQualityMeasurement> bindingQualityMeasurements
protected Integer failed
protected Integer passed
protected String start
protected String end
public 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 Integer getFailed()
Integerpublic void setFailed(Integer value)
value - allowed object is
Integerpublic Integer getPassed()
Integerpublic void setPassed(Integer value)
value - allowed object is
Integerpublic String getStart()
Stringpublic void setStart(String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.