@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class QualityControlResult
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}BindingQualityMeasurement" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
</sequence>
<attribute name="End" type="{http://www.CIP4.org/JDFSchema_2_0}dateTime" />
<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" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<BindingQualityMeasurement> |
bindingQualityMeasurement |
protected DateTime |
end |
protected java.lang.Integer |
failed |
protected FileSpec |
fileSpec |
protected java.lang.Integer |
passed |
protected DateTime |
start |
| Constructor and Description |
|---|
QualityControlResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.util.List<BindingQualityMeasurement> |
getBindingQualityMeasurement()
Gets the value of the bindingQualityMeasurement property.
|
DateTime |
getEnd()
Gets the value of the end property.
|
java.lang.Integer |
getFailed()
Gets the value of the failed property.
|
FileSpec |
getFileSpec()
Gets the value of the fileSpec property.
|
java.lang.Integer |
getPassed()
Gets the value of the passed property.
|
DateTime |
getStart()
Gets the value of the start property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setEnd(DateTime value)
Sets the value of the end property.
|
void |
setFailed(java.lang.Integer value)
Sets the value of the failed property.
|
void |
setFileSpec(FileSpec value)
Sets the value of the fileSpec property.
|
void |
setPassed(java.lang.Integer value)
Sets the value of the passed property.
|
void |
setStart(DateTime value)
Sets the value of the start property.
|
QualityControlResult |
withBindingQualityMeasurement(BindingQualityMeasurement... values) |
QualityControlResult |
withBindingQualityMeasurement(java.util.Collection<BindingQualityMeasurement> values) |
QualityControlResult |
withEnd(DateTime value) |
QualityControlResult |
withFailed(java.lang.Integer value) |
QualityControlResult |
withFileSpec(FileSpec value) |
QualityControlResult |
withPassed(java.lang.Integer value) |
QualityControlResult |
withStart(DateTime value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<BindingQualityMeasurement> bindingQualityMeasurement
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected FileSpec fileSpec
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected DateTime end
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer failed
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer passed
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected DateTime start
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public FileSpec getFileSpec()
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setFileSpec(FileSpec value)
value - allowed object is
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public DateTime getEnd()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setEnd(DateTime value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getFailed()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setFailed(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getPassed()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setPassed(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public DateTime getStart()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setStart(DateTime value)
value - allowed object is
Stringpublic QualityControlResult withBindingQualityMeasurement(BindingQualityMeasurement... values)
public QualityControlResult withBindingQualityMeasurement(java.util.Collection<BindingQualityMeasurement> values)
public QualityControlResult withFileSpec(FileSpec value)
public QualityControlResult withEnd(DateTime value)
public QualityControlResult withFailed(java.lang.Integer value)
public QualityControlResult withPassed(java.lang.Integer value)
public QualityControlResult withStart(DateTime value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource