Class JDFAutoSpawned

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Comparator<JDFAudit>, 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:
    JDFSpawned

    public abstract class JDFAutoSpawned
    extends JDFAudit
    class JDFAutoSpawned : public JDFAudit
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoSpawned

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

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

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

      • setIndependent

        public void setIndependent​(boolean value)
        (36) set attribute Independent
        Parameters:
        value - the value to set the attribute to
      • getIndependent

        public boolean getIndependent()
        (18) get boolean attribute Independent
        Returns:
        boolean the value of the attribute
      • setjRef

        public void setjRef​(java.lang.String value)
        (36) set attribute jRef
        Parameters:
        value - the value to set the attribute to
      • getjRef

        public java.lang.String getjRef()
        (23) get String attribute jRef
        Returns:
        the value of the attribute
      • setjRefDestination

        public void setjRefDestination​(java.lang.String value)
        (36) set attribute jRefDestination
        Parameters:
        value - the value to set the attribute to
      • getjRefDestination

        public java.lang.String getjRefDestination()
        (23) get String attribute jRefDestination
        Returns:
        the value of the attribute
      • setNewSpawnID

        public void setNewSpawnID​(java.lang.String value)
        (36) set attribute NewSpawnID
        Parameters:
        value - the value to set the attribute to
      • getNewSpawnID

        public java.lang.String getNewSpawnID()
        (23) get String attribute NewSpawnID
        Returns:
        the value of the attribute
      • setrRefsROCopied

        public void setrRefsROCopied​(VString value)
        (36) set attribute rRefsROCopied
        Parameters:
        value - the value to set the attribute to
      • getrRefsROCopied

        public VString getrRefsROCopied()
        (21) get VString attribute rRefsROCopied
        Returns:
        VString the value of the attribute
      • setrRefsRWCopied

        public void setrRefsRWCopied​(VString value)
        (36) set attribute rRefsRWCopied
        Parameters:
        value - the value to set the attribute to
      • getrRefsRWCopied

        public VString getrRefsRWCopied()
        (21) get VString attribute rRefsRWCopied
        Returns:
        VString the value of the attribute
      • setURL

        public void setURL​(java.lang.String value)
        (36) set attribute URL
        Parameters:
        value - the value to set the attribute to
      • getURL

        public java.lang.String getURL()
        (23) get String attribute URL
        Returns:
        the value of the attribute
      • getCreateEmployee

        public JDFEmployee getCreateEmployee​(int iSkip)
        (26) getCreateEmployee
        Overrides:
        getCreateEmployee in class JDFAudit
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFEmployee the element
      • getEmployee

        public JDFEmployee getEmployee​(int iSkip)
        (27) const get element Employee
        Overrides:
        getEmployee in class JDFAudit
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFEmployee the element default is getEmployee(0)
      • getAllEmployee

        public java.util.Collection<JDFEmployee> getAllEmployee()
        Get all Employee from the current element
        Overrides:
        getAllEmployee in class JDFAudit
        Returns:
        Collection, null if none are available
      • getCreatePart

        public JDFPart getCreatePart​(int iSkip)
        (26) getCreatePart
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPart the element
      • getPart

        public JDFPart getPart​(int iSkip)
        (27) const get element Part
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPart the element default is getPart(0)
      • getAllPart

        public java.util.Collection<JDFPart> getAllPart()
        Get all Part from the current element
        Returns:
        Collection, null if none are available
      • appendPart

        public JDFPart appendPart()
        (30) append element Part
        Returns:
        JDFPart the element