Class JDFAutoQualityControlParams

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFQualityControlParams

public abstract class JDFAutoQualityControlParams extends JDFResource
class JDFAutoQualityControlParams : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoQualityControlParams

      protected JDFAutoQualityControlParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoQualityControlParams
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoQualityControlParams

      protected JDFAutoQualityControlParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName)
      Constructor for JDFAutoQualityControlParams
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
    • JDFAutoQualityControlParams

      protected JDFAutoQualityControlParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoQualityControlParams
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setBox

      public void setBox(JDFRectangle value)
      (36) set attribute Box
      Parameters:
      value - the value to set the attribute to
    • getBox

      public JDFRectangle getBox()
      (20) get JDFRectangle attribute Box
      Returns:
      JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
    • setPosition

      public void setPosition(JDFAutoQualityControlParams.EnumPosition enumVar)
      (5) set attribute Position
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getPosition

      (9) get attribute Position
      Returns:
      the value of the attribute
    • setSampleInterval

      public void setSampleInterval(int value)
      (36) set attribute SampleInterval
      Parameters:
      value - the value to set the attribute to
    • getSampleInterval

      public int getSampleInterval()
      (15) get int attribute SampleInterval
      Returns:
      int the value of the attribute
    • setSeverity

      public void setSeverity(int value)
      (36) set attribute Severity
      Parameters:
      value - the value to set the attribute to
    • getSeverity

      public int getSeverity()
      (15) get int attribute Severity
      Returns:
      int the value of the attribute
    • setSourceDeviceID

      public void setSourceDeviceID(String value)
      (36) set attribute SourceDeviceID
      Parameters:
      value - the value to set the attribute to
    • getSourceDeviceID

      public String getSourceDeviceID()
      (23) get String attribute SourceDeviceID
      Returns:
      the value of the attribute
    • setTimeInterval

      public void setTimeInterval(JDFDuration value)
      (36) set attribute TimeInterval
      Parameters:
      value - the value to set the attribute to
    • getTimeInterval

      public JDFDuration getTimeInterval()
      (20) get JDFDuration attribute TimeInterval
      Returns:
      JDFDuration the value of the attribute, null if a the attribute value is not a valid to create a JDFDuration
    • getBindingQualityParams

      public JDFBindingQualityParams getBindingQualityParams()
      (24) const get element BindingQualityParams
      Returns:
      JDFBindingQualityParams the element
    • getCreateBindingQualityParams

      public JDFBindingQualityParams getCreateBindingQualityParams()
      (25) getCreateBindingQualityParams
      Returns:
      JDFBindingQualityParams the element
    • appendBindingQualityParams

      public JDFBindingQualityParams appendBindingQualityParams()
      (29) append element BindingQualityParams
      Returns:
      JDFBindingQualityParams the element @ if the element already exists
    • getColorMeasurement

      public JDFColorMeasurement getColorMeasurement()
      (24) const get element ColorMeasurement
      Returns:
      JDFColorMeasurement the element
    • getCreateColorMeasurement

      public JDFColorMeasurement getCreateColorMeasurement()
      (25) getCreateColorMeasurement
      Returns:
      JDFColorMeasurement the element
    • getCreateColorMeasurement

      public JDFColorMeasurement getCreateColorMeasurement(int iSkip)
      (26) getCreateColorMeasurement
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFColorMeasurement the element
    • getColorMeasurement

      public JDFColorMeasurement getColorMeasurement(int iSkip)
      (27) const get element ColorMeasurement
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFColorMeasurement the element default is getColorMeasurement(0)
    • getAllColorMeasurement

      public Collection<JDFColorMeasurement> getAllColorMeasurement()
      Get all ColorMeasurement from the current element
      Returns:
      Collection, null if none are available
    • appendColorMeasurement

      public JDFColorMeasurement appendColorMeasurement()
      (30) append element ColorMeasurement
      Returns:
      JDFColorMeasurement the element
    • getFileSpec

      public JDFFileSpec getFileSpec()
      (24) const get element FileSpec
      Returns:
      JDFFileSpec the element
    • getCreateFileSpec

      public JDFFileSpec getCreateFileSpec()
      (25) getCreateFileSpec
      Returns:
      JDFFileSpec the element
    • getCreateFileSpec

      public JDFFileSpec getCreateFileSpec(int iSkip)
      (26) getCreateFileSpec
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFFileSpec the element
    • getFileSpec

      public JDFFileSpec getFileSpec(int iSkip)
      (27) const get element FileSpec
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFFileSpec the element default is getFileSpec(0)
    • getAllFileSpec

      public Collection<JDFFileSpec> getAllFileSpec()
      Get all FileSpec from the current element
      Returns:
      Collection, null if none are available
    • appendFileSpec

      public JDFFileSpec appendFileSpec()
      (30) append element FileSpec
      Returns:
      JDFFileSpec the element
    • refFileSpec

      public void refFileSpec(JDFFileSpec refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getRegistrationQuality

      public JDFRegistrationQuality getRegistrationQuality()
      (24) const get element RegistrationQuality
      Returns:
      JDFRegistrationQuality the element
    • getCreateRegistrationQuality

      public JDFRegistrationQuality getCreateRegistrationQuality()
      (25) getCreateRegistrationQuality
      Returns:
      JDFRegistrationQuality the element
    • appendRegistrationQuality

      public JDFRegistrationQuality appendRegistrationQuality()
      (29) append element RegistrationQuality
      Returns:
      JDFRegistrationQuality the element @ if the element already exists