Class JDFAutoPreflightConstraint

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFPreflightConstraint

    public abstract class JDFAutoPreflightConstraint
    extends JDFElement
    class JDFAutoPreflightConstraint : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoPreflightConstraint

        protected JDFAutoPreflightConstraint​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                             java.lang.String qualifiedName)
        Constructor for JDFAutoPreflightConstraint
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoPreflightConstraint

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

        protected JDFAutoPreflightConstraint​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                             java.lang.String myNamespaceURI,
                                             java.lang.String qualifiedName,
                                             java.lang.String myLocalName)
        Constructor for JDFAutoPreflightConstraint
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setAttemptFixupErrors

        public void setAttemptFixupErrors​(boolean value)
        (36) set attribute AttemptFixupErrors
        Parameters:
        value - the value to set the attribute to
      • getAttemptFixupErrors

        public boolean getAttemptFixupErrors()
        (18) get boolean attribute AttemptFixupErrors
        Returns:
        boolean the value of the attribute
      • setAttemptFixupWarnings

        public void setAttemptFixupWarnings​(boolean value)
        (36) set attribute AttemptFixupWarnings
        Parameters:
        value - the value to set the attribute to
      • getAttemptFixupWarnings

        public boolean getAttemptFixupWarnings()
        (18) get boolean attribute AttemptFixupWarnings
        Returns:
        boolean the value of the attribute
      • setConstraint

        public void setConstraint​(java.lang.String value)
        (36) set attribute Constraint
        Parameters:
        value - the value to set the attribute to
      • getConstraint

        public java.lang.String getConstraint()
        (23) get String attribute Constraint
        Returns:
        the value of the attribute
      • getCreateConstraintValue

        public JDFElement getCreateConstraintValue​(int iSkip)
        (26) getCreateConstraintValue
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFElement the element
      • getConstraintValue

        public JDFElement getConstraintValue​(int iSkip)
        (27) const get element ConstraintValue
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFElement the element default is getConstraintValue(0)
      • getAllConstraintValue

        public java.util.Collection<JDFElement> getAllConstraintValue()
        Get all ConstraintValue from the current element
        Returns:
        Collection, null if none are available
      • appendConstraintValue

        public JDFElement appendConstraintValue()
        (30) append element ConstraintValue
        Returns:
        JDFElement the element