Class JDFAutoAction

  • 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:
    JDFAction

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

      • JDFAutoAction

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

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

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

      • setSeverity

        public void setSeverity​(JDFAutoAction.EnumSeverity enumVar)
        (5) set attribute Severity
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setID

        public void setID​(java.lang.String value)
        (36) set attribute ID
        Overrides:
        setID in class KElement
        Parameters:
        value - the value to set the attribute to
      • getID

        public java.lang.String getID()
        (23) get String attribute ID
        Overrides:
        getID in class KElement
        Returns:
        the value of the attribute
      • setTestRef

        public void setTestRef​(java.lang.String value)
        (36) set attribute TestRef
        Parameters:
        value - the value to set the attribute to
      • getTestRef

        public java.lang.String getTestRef()
        (23) get String attribute TestRef
        Returns:
        the value of the attribute
      • getLoc

        public JDFLoc getLoc()
        (24) const get element Loc
        Returns:
        JDFLoc the element
      • getCreateLoc

        public JDFLoc getCreateLoc()
        (25) getCreateLoc
        Returns:
        JDFLoc the element
      • getCreateLoc

        public JDFLoc getCreateLoc​(int iSkip)
        (26) getCreateLoc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFLoc the element
      • getLoc

        public JDFLoc getLoc​(int iSkip)
        (27) const get element Loc
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFLoc the element default is getLoc(0)
      • getAllLoc

        public java.util.Collection<JDFLoc> getAllLoc()
        Get all Loc from the current element
        Returns:
        Collection, null if none are available
      • appendLoc

        public JDFLoc appendLoc()
        (30) append element Loc
        Returns:
        JDFLoc the element
      • getPreflightAction

        public JDFPreflightAction getPreflightAction()
        (24) const get element PreflightAction
        Returns:
        JDFPreflightAction the element
      • getCreatePreflightAction

        public JDFPreflightAction getCreatePreflightAction()
        (25) getCreatePreflightAction
        Returns:
        JDFPreflightAction the element
      • getCreatePreflightAction

        public JDFPreflightAction getCreatePreflightAction​(int iSkip)
        (26) getCreatePreflightAction
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPreflightAction the element
      • getPreflightAction

        public JDFPreflightAction getPreflightAction​(int iSkip)
        (27) const get element PreflightAction
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPreflightAction the element default is getPreflightAction(0)
      • getAllPreflightAction

        public java.util.Collection<JDFPreflightAction> getAllPreflightAction()
        Get all PreflightAction from the current element
        Returns:
        Collection, null if none are available
      • appendPreflightAction

        public JDFPreflightAction appendPreflightAction()
        (30) append element PreflightAction
        Returns:
        JDFPreflightAction the element