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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BindingQualityMeasurement" 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="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> |
bindingQualityMeasurement |
protected DateTime |
end |
protected Integer |
failed |
protected Integer |
passed |
protected DateTime |
start |
| Constructor and Description |
|---|
QualityMeasurement() |
| Modifier and Type | Method and Description |
|---|---|
List<BindingQualityMeasurement> |
getBindingQualityMeasurement()
Gets the value of the bindingQualityMeasurement property.
|
DateTime |
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.
|
DateTime |
getStart()
Gets the value of the start property.
|
void |
setEnd(DateTime 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(DateTime value)
Sets the value of the start property.
|
protected List<BindingQualityMeasurement> bindingQualityMeasurement
protected Integer failed
protected Integer passed
protected DateTime start
protected DateTime end
public List<BindingQualityMeasurement> getBindingQualityMeasurement()
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 bindingQualityMeasurement property.
For example, to add a new item, do as follows:
getBindingQualityMeasurement().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 DateTime getStart()
Stringpublic void setStart(DateTime value)
value - allowed object is
Stringpublic DateTime getEnd()
StringCopyright © 2013. All Rights Reserved.