Class QualityControlParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.QualityControlParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class QualityControlParams extends SpecificResource implements java.io.SerializableJava class for QualityControlParams complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="QualityControlParams"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}BindingQualityParams" 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" maxOccurs="2" 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="Position" type="{http://www.CIP4.org/JDFSchema_2_0}Face" /> <attribute name="QualityBase"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="Absolute"/> <enumeration value="Standard"/> </restriction> </simpleType> </attribute> <attribute name="QualityControlMethods" type="{http://www.w3.org/2001/XMLSchema}NMTOKENS" /> <attribute name="SampleInterval" type="{http://www.w3.org/2001/XMLSchema}int" /> <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="TimeInterval" type="{http://www.w3.org/2001/XMLSchema}duration" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQualityControlParams.QualityBaseJava class for null
-
Field Summary
Fields Modifier and Type Field Description protected BindingQualitybindingQualityprotected BindingQualityParamsbindingQualityParamsprotected Rectangleboxprotected ColorMeasurementcolorMeasurementprotected java.util.List<FileSpec>fileSpecprotected Facepositionprotected QualityControlParams.QualityBasequalityBaseprotected java.util.List<java.lang.String>qualityControlMethodsprotected RegistrationQualityregistrationQualityprotected java.lang.IntegersampleIntervalprotected java.lang.Integerseverityprotected java.lang.StringsourceDeviceIDprotected DurationtimeInterval
-
Constructor Summary
Constructors Constructor Description QualityControlParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)BindingQualitygetBindingQuality()Gets the value of the bindingQuality property.BindingQualityParamsgetBindingQualityParams()Gets the value of the bindingQualityParams property.RectanglegetBox()Gets the value of the box property.ColorMeasurementgetColorMeasurement()Gets the value of the colorMeasurement property.java.util.List<FileSpec>getFileSpec()Gets the value of the fileSpec property.FacegetPosition()Gets the value of the position property.QualityControlParams.QualityBasegetQualityBase()Gets the value of the qualityBase property.java.util.List<java.lang.String>getQualityControlMethods()Gets the value of the qualityControlMethods property.RegistrationQualitygetRegistrationQuality()Gets the value of the registrationQuality property.java.lang.IntegergetSampleInterval()Gets the value of the sampleInterval property.java.lang.IntegergetSeverity()Gets the value of the severity property.java.lang.StringgetSourceDeviceID()Gets the value of the sourceDeviceID property.DurationgetTimeInterval()Gets the value of the timeInterval property.inthashCode()voidsetBindingQuality(BindingQuality value)Sets the value of the bindingQuality property.voidsetBindingQualityParams(BindingQualityParams value)Sets the value of the bindingQualityParams property.voidsetBox(Rectangle value)Sets the value of the box property.voidsetColorMeasurement(ColorMeasurement value)Sets the value of the colorMeasurement property.voidsetPosition(Face value)Sets the value of the position property.voidsetQualityBase(QualityControlParams.QualityBase value)Sets the value of the qualityBase property.voidsetRegistrationQuality(RegistrationQuality value)Sets the value of the registrationQuality property.voidsetSampleInterval(java.lang.Integer value)Sets the value of the sampleInterval 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.voidsetTimeInterval(Duration value)Sets the value of the timeInterval property.QualityControlParamswithBindingQuality(BindingQuality value)QualityControlParamswithBindingQualityParams(BindingQualityParams value)QualityControlParamswithBox(Rectangle value)QualityControlParamswithColorMeasurement(ColorMeasurement value)QualityControlParamswithFileSpec(java.util.Collection<FileSpec> values)QualityControlParamswithFileSpec(FileSpec... values)QualityControlParamswithPosition(Face value)QualityControlParamswithQualityBase(QualityControlParams.QualityBase value)QualityControlParamswithQualityControlMethods(java.lang.String... values)QualityControlParamswithQualityControlMethods(java.util.Collection<java.lang.String> values)QualityControlParamswithRegistrationQuality(RegistrationQuality value)QualityControlParamswithSampleInterval(java.lang.Integer value)QualityControlParamswithSeverity(java.lang.Integer value)QualityControlParamswithSourceDeviceID(java.lang.String value)QualityControlParamswithTimeInterval(Duration value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
bindingQualityParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected BindingQualityParams bindingQualityParams
-
bindingQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected BindingQuality bindingQuality
-
colorMeasurement
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected ColorMeasurement colorMeasurement
-
fileSpec
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<FileSpec> fileSpec
-
registrationQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected RegistrationQuality registrationQuality
-
box
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected Rectangle box
-
position
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected Face position
-
qualityBase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected QualityControlParams.QualityBase qualityBase
-
qualityControlMethods
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.util.List<java.lang.String> qualityControlMethods
-
sampleInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Integer sampleInterval
-
severity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Integer severity
-
sourceDeviceID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.String sourceDeviceID
-
timeInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected Duration timeInterval
-
-
Method Detail
-
getBindingQualityParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public BindingQualityParams getBindingQualityParams()Gets the value of the bindingQualityParams property.- Returns:
- possible object is
BindingQualityParams
-
setBindingQualityParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setBindingQualityParams(BindingQualityParams value)Sets the value of the bindingQualityParams property.- Parameters:
value- allowed object isBindingQualityParams
-
getBindingQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") public java.util.List<FileSpec> getFileSpec()Gets the value of the fileSpec 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 fileSpec property.For example, to add a new item, do as follows:
getFileSpec().add(newItem);
Objects of the following type(s) are allowed in the list
FileSpec- Returns:
- The value of the fileSpec property.
-
getRegistrationQuality
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") public void setBox(Rectangle value)Sets the value of the box property.- Parameters:
value- allowed object isString
-
getPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") public void setPosition(Face value)Sets the value of the position property.- Parameters:
value- allowed object isFace
-
getQualityBase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public QualityControlParams.QualityBase getQualityBase()Gets the value of the qualityBase property.- Returns:
- possible object is
QualityControlParams.QualityBase
-
setQualityBase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setQualityBase(QualityControlParams.QualityBase value)Sets the value of the qualityBase property.- Parameters:
value- allowed object isQualityControlParams.QualityBase
-
getQualityControlMethods
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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- Returns:
- The value of the qualityControlMethods property.
-
getSampleInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.Integer getSampleInterval()Gets the value of the sampleInterval property.- Returns:
- possible object is
Integer
-
setSampleInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setSampleInterval(java.lang.Integer value)Sets the value of the sampleInterval property.- Parameters:
value- allowed object isInteger
-
getSeverity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.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 v4.0.4", date="2024-07-01T15:04:08Z") public void setSeverity(java.lang.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 v4.0.4", date="2024-07-01T15:04:08Z") public java.lang.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 v4.0.4", date="2024-07-01T15:04:08Z") public void setSourceDeviceID(java.lang.String value)Sets the value of the sourceDeviceID property.- Parameters:
value- allowed object isString
-
getTimeInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public Duration getTimeInterval()Gets the value of the timeInterval property.- Returns:
- possible object is
String
-
setTimeInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public void setTimeInterval(Duration value)Sets the value of the timeInterval property.- Parameters:
value- allowed object isString
-
withBindingQualityParams
public QualityControlParams withBindingQualityParams(BindingQualityParams value)
-
withBindingQuality
public QualityControlParams withBindingQuality(BindingQuality value)
-
withColorMeasurement
public QualityControlParams withColorMeasurement(ColorMeasurement value)
-
withFileSpec
public QualityControlParams withFileSpec(FileSpec... values)
-
withFileSpec
public QualityControlParams withFileSpec(java.util.Collection<FileSpec> values)
-
withRegistrationQuality
public QualityControlParams withRegistrationQuality(RegistrationQuality value)
-
withBox
public QualityControlParams withBox(Rectangle value)
-
withPosition
public QualityControlParams withPosition(Face value)
-
withQualityBase
public QualityControlParams withQualityBase(QualityControlParams.QualityBase value)
-
withQualityControlMethods
public QualityControlParams withQualityControlMethods(java.lang.String... values)
-
withQualityControlMethods
public QualityControlParams withQualityControlMethods(java.util.Collection<java.lang.String> values)
-
withSampleInterval
public QualityControlParams withSampleInterval(java.lang.Integer value)
-
withSeverity
public QualityControlParams withSeverity(java.lang.Integer value)
-
withSourceDeviceID
public QualityControlParams withSourceDeviceID(java.lang.String value)
-
withTimeInterval
public QualityControlParams withTimeInterval(Duration value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-