Class QualityControlParams

  • All Implemented Interfaces:
    java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

    public class QualityControlParams
    extends SpecificResource
    implements java.io.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:
    Serialized Form
    • Field Detail

      • fileSpec

        protected java.util.List<FileSpec> fileSpec
      • position

        protected Face position
      • qualityControlMethods

        protected java.util.List<java.lang.String> qualityControlMethods
      • sampleInterval

        protected java.lang.Integer sampleInterval
      • severity

        protected java.lang.Integer severity
      • sourceDeviceID

        protected java.lang.String sourceDeviceID
      • timeInterval

        protected Duration timeInterval
    • Constructor Detail

      • QualityControlParams

        public QualityControlParams()
    • Method Detail

      • setBindingQualityParams

        public void setBindingQualityParams​(BindingQualityParams value)
        Sets the value of the bindingQualityParams property.
        Parameters:
        value - allowed object is BindingQualityParams
      • 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 is BindingQuality
      • 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 is ColorMeasurement
      • getFileSpec

        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 set method 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

      • setRegistrationQuality

        public void setRegistrationQuality​(RegistrationQuality value)
        Sets the value of the registrationQuality property.
        Parameters:
        value - allowed object is RegistrationQuality
      • 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 is String
      • 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 is Face
      • 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 set method 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

        public java.lang.Integer getSampleInterval()
        Gets the value of the sampleInterval property.
        Returns:
        possible object is Integer
      • setSampleInterval

        public void setSampleInterval​(java.lang.Integer value)
        Sets the value of the sampleInterval property.
        Parameters:
        value - allowed object is Integer
      • 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 is Integer
      • 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 is String
      • getTimeInterval

        public Duration getTimeInterval()
        Gets the value of the timeInterval property.
        Returns:
        possible object is String
      • setTimeInterval

        public void setTimeInterval​(Duration value)
        Sets the value of the timeInterval property.
        Parameters:
        value - allowed object is String
      • withQualityControlMethods

        public QualityControlParams withQualityControlMethods​(java.lang.String... values)
      • withQualityControlMethods

        public QualityControlParams withQualityControlMethods​(java.util.Collection<java.lang.String> values)
      • 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:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class SpecificResource
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class SpecificResource