Class QualityControlResult
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.QualityControlResult
-
- All Implemented Interfaces:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class QualityControlResult extends SpecificResource implements java.io.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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQualityControlResult.MeasurementUsageJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected BindingQualitybindingQualityprotected java.util.List<BindingQualityMeasurement>bindingQualityMeasurementprotected Rectangleboxprotected ColorMeasurementcolorMeasurementprotected DateTimeendprotected java.lang.Integerfailedprotected FileSpecfileSpecprotected Inspectioninspectionprotected java.lang.Integermeasurementsprotected java.util.List<QualityControlResult.MeasurementUsage>measurementUsageprotected java.lang.Integerpassedprotected Facepositionprotected java.util.List<java.lang.String>qualityControlMethodsprotected RegistrationQualityregistrationQualityprotected IntegerListsampleprotected java.lang.Integerseverityprotected java.lang.StringsourceDeviceIDprotected DateTimestart
-
Constructor Summary
Constructors Constructor Description QualityControlResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)BindingQualitygetBindingQuality()Gets the value of the bindingQuality property.java.util.List<BindingQualityMeasurement>getBindingQualityMeasurement()Gets the value of the bindingQualityMeasurement property.RectanglegetBox()Gets the value of the box property.ColorMeasurementgetColorMeasurement()Gets the value of the colorMeasurement property.DateTimegetEnd()Gets the value of the end property.java.lang.IntegergetFailed()Gets the value of the failed property.FileSpecgetFileSpec()Gets the value of the fileSpec property.InspectiongetInspection()Gets the value of the inspection property.java.lang.IntegergetMeasurements()Gets the value of the measurements property.java.util.List<QualityControlResult.MeasurementUsage>getMeasurementUsage()Gets the value of the measurementUsage property.java.lang.IntegergetPassed()Gets the value of the passed property.FacegetPosition()Gets the value of the position property.java.util.List<java.lang.String>getQualityControlMethods()Gets the value of the qualityControlMethods property.RegistrationQualitygetRegistrationQuality()Gets the value of the registrationQuality property.IntegerListgetSample()Gets the value of the sample property.java.lang.IntegergetSeverity()Gets the value of the severity property.java.lang.StringgetSourceDeviceID()Gets the value of the sourceDeviceID property.DateTimegetStart()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.voidsetBox(Rectangle value)Sets the value of the box property.voidsetColorMeasurement(ColorMeasurement value)Sets the value of the colorMeasurement property.voidsetEnd(DateTime value)Sets the value of the end property.voidsetFailed(java.lang.Integer value)Sets 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(java.lang.Integer value)Sets the value of the measurements property.voidsetPassed(java.lang.Integer value)Sets the value of the passed property.voidsetPosition(Face value)Sets the value of the position property.voidsetRegistrationQuality(RegistrationQuality value)Sets the value of the registrationQuality property.voidsetSample(IntegerList value)Sets the value of the sample property.voidsetSeverity(java.lang.Integer value)Sets the value of the severity property.voidsetSourceDeviceID(java.lang.String value)Sets the value of the sourceDeviceID property.voidsetStart(DateTime value)Sets the value of the start property.QualityControlResultwithBindingQuality(BindingQuality value)QualityControlResultwithBindingQualityMeasurement(java.util.Collection<BindingQualityMeasurement> values)QualityControlResultwithBindingQualityMeasurement(BindingQualityMeasurement... values)QualityControlResultwithBox(Rectangle value)QualityControlResultwithColorMeasurement(ColorMeasurement value)QualityControlResultwithEnd(DateTime value)QualityControlResultwithFailed(java.lang.Integer value)QualityControlResultwithFileSpec(FileSpec value)QualityControlResultwithInspection(Inspection value)QualityControlResultwithMeasurements(java.lang.Integer value)QualityControlResultwithMeasurementUsage(java.util.Collection<QualityControlResult.MeasurementUsage> values)QualityControlResultwithMeasurementUsage(QualityControlResult.MeasurementUsage... values)QualityControlResultwithPassed(java.lang.Integer value)QualityControlResultwithPosition(Face value)QualityControlResultwithQualityControlMethods(java.lang.String... values)QualityControlResultwithQualityControlMethods(java.util.Collection<java.lang.String> values)QualityControlResultwithRegistrationQuality(RegistrationQuality value)QualityControlResultwithSample(IntegerList value)QualityControlResultwithSeverity(java.lang.Integer value)QualityControlResultwithSourceDeviceID(java.lang.String value)QualityControlResultwithStart(DateTime value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
bindingQualityMeasurement
protected java.util.List<BindingQualityMeasurement> bindingQualityMeasurement
-
bindingQuality
protected BindingQuality bindingQuality
-
colorMeasurement
protected ColorMeasurement colorMeasurement
-
fileSpec
protected FileSpec fileSpec
-
inspection
protected Inspection inspection
-
registrationQuality
protected RegistrationQuality registrationQuality
-
box
protected Rectangle box
-
end
protected DateTime end
-
failed
protected java.lang.Integer failed
-
measurements
protected java.lang.Integer measurements
-
measurementUsage
protected java.util.List<QualityControlResult.MeasurementUsage> measurementUsage
-
passed
protected java.lang.Integer passed
-
position
protected Face position
-
qualityControlMethods
protected java.util.List<java.lang.String> qualityControlMethods
-
sample
protected IntegerList sample
-
severity
protected java.lang.Integer severity
-
sourceDeviceID
protected java.lang.String sourceDeviceID
-
start
protected DateTime start
-
-
Method Detail
-
getBindingQualityMeasurement
public java.util.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
public BindingQuality getBindingQuality()
Gets the value of the bindingQuality property.- Returns:
- possible object is
BindingQuality
-
setBindingQuality
public void setBindingQuality(BindingQuality value)
Sets the value of the bindingQuality property.- Parameters:
value- allowed object isBindingQuality
-
getColorMeasurement
public ColorMeasurement getColorMeasurement()
Gets the value of the colorMeasurement property.- Returns:
- possible object is
ColorMeasurement
-
setColorMeasurement
public void setColorMeasurement(ColorMeasurement value)
Sets the value of the colorMeasurement property.- Parameters:
value- allowed object isColorMeasurement
-
getFileSpec
public FileSpec getFileSpec()
Gets the value of the fileSpec property.- Returns:
- possible object is
FileSpec
-
setFileSpec
public void setFileSpec(FileSpec value)
Sets the value of the fileSpec property.- Parameters:
value- allowed object isFileSpec
-
getInspection
public Inspection getInspection()
Gets the value of the inspection property.- Returns:
- possible object is
Inspection
-
setInspection
public void setInspection(Inspection value)
Sets the value of the inspection property.- Parameters:
value- allowed object isInspection
-
getRegistrationQuality
public RegistrationQuality getRegistrationQuality()
Gets the value of the registrationQuality property.- Returns:
- possible object is
RegistrationQuality
-
setRegistrationQuality
public void setRegistrationQuality(RegistrationQuality value)
Sets the value of the registrationQuality property.- Parameters:
value- allowed object isRegistrationQuality
-
getBox
public Rectangle getBox()
Gets the value of the box property.- Returns:
- possible object is
String
-
setBox
public void setBox(Rectangle value)
Sets the value of the box property.- Parameters:
value- allowed object isString
-
getEnd
public DateTime getEnd()
Gets the value of the end property.- Returns:
- possible object is
String
-
setEnd
public void setEnd(DateTime value)
Sets the value of the end property.- Parameters:
value- allowed object isString
-
getFailed
public java.lang.Integer getFailed()
Gets the value of the failed property.- Returns:
- possible object is
Integer
-
setFailed
public void setFailed(java.lang.Integer value)
Sets the value of the failed property.- Parameters:
value- allowed object isInteger
-
getMeasurements
public java.lang.Integer getMeasurements()
Gets the value of the measurements property.- Returns:
- possible object is
Integer
-
setMeasurements
public void setMeasurements(java.lang.Integer value)
Sets the value of the measurements property.- Parameters:
value- allowed object isInteger
-
getMeasurementUsage
public java.util.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
public java.lang.Integer getPassed()
Gets the value of the passed property.- Returns:
- possible object is
Integer
-
setPassed
public void setPassed(java.lang.Integer value)
Sets the value of the passed property.- Parameters:
value- allowed object isInteger
-
getPosition
public Face getPosition()
Gets the value of the position property.- Returns:
- possible object is
Face
-
setPosition
public void setPosition(Face value)
Sets the value of the position property.- Parameters:
value- allowed object isFace
-
getQualityControlMethods
public java.util.List<java.lang.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
public IntegerList getSample()
Gets the value of the sample property.- Returns:
- possible object is
String
-
setSample
public void setSample(IntegerList value)
Sets the value of the sample property.- Parameters:
value- allowed object isString
-
getSeverity
public java.lang.Integer getSeverity()
Gets the value of the severity property.- Returns:
- possible object is
Integer
-
setSeverity
public void setSeverity(java.lang.Integer value)
Sets the value of the severity property.- Parameters:
value- allowed object isInteger
-
getSourceDeviceID
public java.lang.String getSourceDeviceID()
Gets the value of the sourceDeviceID property.- Returns:
- possible object is
String
-
setSourceDeviceID
public void setSourceDeviceID(java.lang.String value)
Sets the value of the sourceDeviceID property.- Parameters:
value- allowed object isString
-
getStart
public DateTime getStart()
Gets the value of the start property.- Returns:
- possible object is
String
-
setStart
public void setStart(DateTime value)
Sets the value of the start property.- Parameters:
value- allowed object isString
-
withBindingQualityMeasurement
public QualityControlResult withBindingQualityMeasurement(BindingQualityMeasurement... values)
-
withBindingQualityMeasurement
public QualityControlResult withBindingQualityMeasurement(java.util.Collection<BindingQualityMeasurement> values)
-
withBindingQuality
public QualityControlResult withBindingQuality(BindingQuality value)
-
withColorMeasurement
public QualityControlResult withColorMeasurement(ColorMeasurement value)
-
withFileSpec
public QualityControlResult withFileSpec(FileSpec value)
-
withInspection
public QualityControlResult withInspection(Inspection value)
-
withRegistrationQuality
public QualityControlResult withRegistrationQuality(RegistrationQuality value)
-
withBox
public QualityControlResult withBox(Rectangle value)
-
withEnd
public QualityControlResult withEnd(DateTime value)
-
withFailed
public QualityControlResult withFailed(java.lang.Integer value)
-
withMeasurements
public QualityControlResult withMeasurements(java.lang.Integer value)
-
withMeasurementUsage
public QualityControlResult withMeasurementUsage(QualityControlResult.MeasurementUsage... values)
-
withMeasurementUsage
public QualityControlResult withMeasurementUsage(java.util.Collection<QualityControlResult.MeasurementUsage> values)
-
withPassed
public QualityControlResult withPassed(java.lang.Integer value)
-
withPosition
public QualityControlResult withPosition(Face value)
-
withQualityControlMethods
public QualityControlResult withQualityControlMethods(java.lang.String... values)
-
withQualityControlMethods
public QualityControlResult withQualityControlMethods(java.util.Collection<java.lang.String> values)
-
withSample
public QualityControlResult withSample(IntegerList value)
-
withSeverity
public QualityControlResult withSeverity(java.lang.Integer value)
-
withSourceDeviceID
public QualityControlResult withSourceDeviceID(java.lang.String value)
-
withStart
public QualityControlResult withStart(DateTime value)
-
equals
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.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- 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
-
-