Class JDFAutomacro

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

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

      • JDFAutomacro

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

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

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

      • 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
      • getchoice

        public JDFchoice getchoice()
        (24) const get element choice
        Returns:
        JDFchoice the element
      • getCreatechoice

        public JDFchoice getCreatechoice()
        (25) getCreatechoice
        Returns:
        JDFchoice the element
      • getCreatechoice

        public JDFchoice getCreatechoice​(int iSkip)
        (26) getCreatechoice
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFchoice the element
      • getchoice

        public JDFchoice getchoice​(int iSkip)
        (27) const get element choice
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFchoice the element default is getchoice(0)
      • getAllchoice

        public java.util.Collection<JDFchoice> getAllchoice()
        Get all choice from the current element
        Returns:
        Collection, null if none are available
      • appendchoice

        public JDFchoice appendchoice()
        (30) append element choice
        Returns:
        JDFchoice the element
      • getset

        public JDFset getset()
        (24) const get element set
        Returns:
        JDFset the element
      • getCreateset

        public JDFset getCreateset()
        (25) getCreateset
        Returns:
        JDFset the element
      • getCreateset

        public JDFset getCreateset​(int iSkip)
        (26) getCreateset
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFset the element
      • getset

        public JDFset getset​(int iSkip)
        (27) const get element set
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFset the element default is getset(0)
      • getAllset

        public java.util.Collection<JDFset> getAllset()
        Get all set from the current element
        Returns:
        Collection, null if none are available
      • appendset

        public JDFset appendset()
        (30) append element set
        Returns:
        JDFset the element
      • getcall

        public JDFcall getcall()
        (24) const get element call
        Returns:
        JDFcall the element
      • getCreatecall

        public JDFcall getCreatecall()
        (25) getCreatecall
        Returns:
        JDFcall the element
      • getCreatecall

        public JDFcall getCreatecall​(int iSkip)
        (26) getCreatecall
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFcall the element
      • getcall

        public JDFcall getcall​(int iSkip)
        (27) const get element call
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFcall the element default is getcall(0)
      • getAllcall

        public java.util.Collection<JDFcall> getAllcall()
        Get all call from the current element
        Returns:
        Collection, null if none are available
      • appendcall

        public JDFcall appendcall()
        (30) append element call
        Returns:
        JDFcall the element