Class QualityControlResult
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
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}BindingQuality" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}ColorMeasurement" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Inspection" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}RegistrationQuality" minOccurs="0"/>
</sequence>
<attribute name="Box" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="End" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<attribute name="Failed" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Measurements" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="MeasurementUsage">
<simpleType>
<list>
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Master"/>
<enumeration value="Standard"/>
</restriction>
</simpleType>
</list>
</simpleType>
</attribute>
<attribute name="Passed" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Position" type="{http://www.CIP4.org/JDFSchema_2_0}Face" />
<attribute name="QualityControlMethods" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" />
<attribute name="Sample" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerRange" />
<attribute name="Severity" type="{http://www.CIP4.org/JDFSchema_2_0}Score" />
<attribute name="SourceDeviceID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="Start" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BindingQualityprotected List<BindingQualityMeasurement>protected Rectangleprotected ColorMeasurementprotected DateTimeprotected Integerprotected FileSpecprotected Inspectionprotected Integerprotected List<QualityControlResult.MeasurementUsage>protected Integerprotected Faceprotected RegistrationQualityprotected IntegerListprotected Integerprotected Stringprotected DateTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the bindingQuality property.Gets the value of the bindingQualityMeasurement property.getBox()Gets the value of the box property.Gets the value of the colorMeasurement property.getEnd()Gets the value of the end property.Gets the value of the failed property.Gets the value of the fileSpec property.Gets the value of the inspection property.Gets the value of the measurements property.Gets the value of the measurementUsage property.Gets the value of the passed property.Gets the value of the position property.Gets the value of the qualityControlMethods property.Gets the value of the registrationQuality property.Gets the value of the sample property.Gets the value of the severity property.Gets the value of the sourceDeviceID property.getStart()Gets the value of the start property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetBindingQuality(BindingQuality value) Sets the value of the bindingQuality property.voidSets the value of the box property.voidSets the value of the colorMeasurement property.voidSets the value of the end property.voidSets the value of the failed property.voidsetFileSpec(FileSpec value) Sets the value of the fileSpec property.voidsetInspection(Inspection value) Sets the value of the inspection property.voidsetMeasurements(Integer value) Sets the value of the measurements property.voidSets the value of the passed property.voidsetPosition(Face value) Sets the value of the position property.voidSets the value of the registrationQuality property.voidsetSample(IntegerList value) Sets the value of the sample property.voidsetSeverity(Integer value) Sets the value of the severity property.voidsetSourceDeviceID(String value) Sets the value of the sourceDeviceID property.voidSets the value of the start property.withBindingQuality(BindingQuality value) withFailed(Integer value) withFileSpec(FileSpec value) withInspection(Inspection value) withMeasurements(Integer value) withPassed(Integer value) withPosition(Face value) withQualityControlMethods(String... values) withQualityControlMethods(Collection<String> values) withSample(IntegerList value) withSeverity(Integer value) withSourceDeviceID(String value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
bindingQualityMeasurement
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<BindingQualityMeasurement> bindingQualityMeasurement -
bindingQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected BindingQuality bindingQuality -
colorMeasurement
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected ColorMeasurement colorMeasurement -
fileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected FileSpec fileSpec -
inspection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Inspection inspection -
registrationQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected RegistrationQuality registrationQuality -
box
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Rectangle box -
end
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime end -
failed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer failed -
measurements
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer measurements -
measurementUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected List<QualityControlResult.MeasurementUsage> measurementUsage -
passed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer passed -
position
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Face position -
qualityControlMethods
-
sample
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected IntegerList sample -
severity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer severity -
sourceDeviceID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String sourceDeviceID -
start
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected DateTime start
-
-
Constructor Details
-
QualityControlResult
public QualityControlResult()
-
-
Method Details
-
getBindingQualityMeasurement
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<BindingQualityMeasurement> getBindingQualityMeasurement()Gets the value of the bindingQualityMeasurement property.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
setmethod 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 -
getBindingQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public BindingQuality getBindingQuality()Gets the value of the bindingQuality property.- Returns:
- possible object is
BindingQuality
-
setBindingQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setBindingQuality(BindingQuality value) Sets the value of the bindingQuality property.- Parameters:
value- allowed object isBindingQuality
-
getColorMeasurement
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public ColorMeasurement getColorMeasurement()Gets the value of the colorMeasurement property.- Returns:
- possible object is
ColorMeasurement
-
setColorMeasurement
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setColorMeasurement(ColorMeasurement value) Sets the value of the colorMeasurement property.- Parameters:
value- allowed object isColorMeasurement
-
getFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public FileSpec getFileSpec()Gets the value of the fileSpec property.- Returns:
- possible object is
FileSpec
-
setFileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setFileSpec(FileSpec value) Sets the value of the fileSpec property.- Parameters:
value- allowed object isFileSpec
-
getInspection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Inspection getInspection()Gets the value of the inspection property.- Returns:
- possible object is
Inspection
-
setInspection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setInspection(Inspection value) Sets the value of the inspection property.- Parameters:
value- allowed object isInspection
-
getRegistrationQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public RegistrationQuality getRegistrationQuality()Gets the value of the registrationQuality property.- Returns:
- possible object is
RegistrationQuality
-
setRegistrationQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setRegistrationQuality(RegistrationQuality value) Sets the value of the registrationQuality property.- Parameters:
value- allowed object isRegistrationQuality
-
getBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Rectangle getBox()Gets the value of the box property.- Returns:
- possible object is
String
-
setBox
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setBox(Rectangle value) Sets the value of the box property.- Parameters:
value- allowed object isString
-
getEnd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DateTime getEnd()Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setEnd(DateTime value) Sets the value of the end property.- Parameters:
value- allowed object isString
-
getFailed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getFailed()Gets the value of the failed property.- Returns:
- possible object is
Integer
-
setFailed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setFailed(Integer value) Sets the value of the failed property.- Parameters:
value- allowed object isInteger
-
getMeasurements
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getMeasurements()Gets the value of the measurements property.- Returns:
- possible object is
Integer
-
setMeasurements
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setMeasurements(Integer value) Sets the value of the measurements property.- Parameters:
value- allowed object isInteger
-
getMeasurementUsage
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<QualityControlResult.MeasurementUsage> getMeasurementUsage()Gets the value of the measurementUsage property.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
setmethod for the measurementUsage property.For example, to add a new item, do as follows:
getMeasurementUsage().add(newItem);Objects of the following type(s) are allowed in the list
QualityControlResult.MeasurementUsage -
getPassed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getPassed()Gets the value of the passed property.- Returns:
- possible object is
Integer
-
setPassed
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPassed(Integer value) Sets the value of the passed property.- Parameters:
value- allowed object isInteger
-
getPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Face getPosition()Gets the value of the position property.- Returns:
- possible object is
Face
-
setPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPosition(Face value) Sets the value of the position property.- Parameters:
value- allowed object isFace
-
getQualityControlMethods
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public List<String> getQualityControlMethods()Gets the value of the qualityControlMethods property.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
setmethod for the qualityControlMethods property.For example, to add a new item, do as follows:
getQualityControlMethods().add(newItem);Objects of the following type(s) are allowed in the list
String -
getSample
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public IntegerList getSample()Gets the value of the sample property.- Returns:
- possible object is
String
-
setSample
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSample(IntegerList value) Sets the value of the sample property.- Parameters:
value- allowed object isString
-
getSeverity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Integer getSeverity()Gets the value of the severity property.- Returns:
- possible object is
Integer
-
setSeverity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSeverity(Integer value) Sets the value of the severity property.- Parameters:
value- allowed object isInteger
-
getSourceDeviceID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public String getSourceDeviceID()Gets the value of the sourceDeviceID property.- Returns:
- possible object is
String
-
setSourceDeviceID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setSourceDeviceID(String value) Sets the value of the sourceDeviceID property.- Parameters:
value- allowed object isString
-
getStart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public DateTime getStart()Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setStart(DateTime value) Sets the value of the start property.- Parameters:
value- allowed object isString
-
withBindingQualityMeasurement
-
withBindingQualityMeasurement
public QualityControlResult withBindingQualityMeasurement(Collection<BindingQualityMeasurement> values) -
withBindingQuality
-
withColorMeasurement
-
withFileSpec
-
withInspection
-
withRegistrationQuality
-
withBox
-
withEnd
-
withFailed
-
withMeasurements
-
withMeasurementUsage
-
withMeasurementUsage
public QualityControlResult withMeasurementUsage(Collection<QualityControlResult.MeasurementUsage> values) -
withPassed
-
withPosition
-
withQualityControlMethods
-
withQualityControlMethods
-
withSample
-
withSeverity
-
withSourceDeviceID
-
withStart
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-