Class QualityControlParams
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
Java 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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BindingQualityprotected BindingQualityParamsprotected Rectangleprotected ColorMeasurementprotected Faceprotected QualityControlParams.QualityBaseprotected RegistrationQualityprotected Integerprotected Integerprotected Stringprotected Duration -
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 bindingQualityParams property.getBox()Gets the value of the box property.Gets the value of the colorMeasurement property.Gets the value of the fileSpec property.Gets the value of the position property.Gets the value of the qualityBase property.Gets the value of the qualityControlMethods property.Gets the value of the registrationQuality property.Gets the value of the sampleInterval property.Gets the value of the severity property.Gets the value of the sourceDeviceID property.Gets the value of the timeInterval 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 bindingQualityParams property.voidSets the value of the box property.voidSets the value of the colorMeasurement property.voidsetPosition(Face value) Sets the value of the position property.voidSets the value of the qualityBase property.voidSets the value of the registrationQuality property.voidsetSampleInterval(Integer value) Sets the value of the sampleInterval property.voidsetSeverity(Integer value) Sets the value of the severity property.voidsetSourceDeviceID(String value) Sets the value of the sourceDeviceID property.voidsetTimeInterval(Duration value) Sets the value of the timeInterval property.withBindingQuality(BindingQuality value) withFileSpec(Collection<FileSpec> values) withFileSpec(FileSpec... values) withPosition(Face value) withQualityControlMethods(String... values) withQualityControlMethods(Collection<String> values) withSampleInterval(Integer value) withSeverity(Integer value) withSourceDeviceID(String value) withTimeInterval(Duration value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
bindingQualityParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected BindingQualityParams bindingQualityParams -
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
-
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 -
position
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Face position -
qualityBase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected QualityControlParams.QualityBase qualityBase -
qualityControlMethods
-
sampleInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer sampleInterval -
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 -
timeInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Duration timeInterval
-
-
Constructor Details
-
QualityControlParams
public QualityControlParams()
-
-
Method Details
-
getBindingQualityParams
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 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 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 -
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
-
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
-
getQualityBase
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 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 -
getSampleInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSampleInterval(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 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
-
getTimeInterval
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setTimeInterval(Duration value) Sets the value of the timeInterval property.- Parameters:
value- allowed object isString
-
withBindingQualityParams
-
withBindingQuality
-
withColorMeasurement
-
withFileSpec
-
withFileSpec
-
withRegistrationQuality
-
withBox
-
withPosition
-
withQualityBase
-
withQualityControlMethods
-
withQualityControlMethods
-
withSampleInterval
-
withSeverity
-
withSourceDeviceID
-
withTimeInterval
-
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
-