Class JDFAutoTrackResult

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

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

      • JDFAutoTrackResult

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

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

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

      • setJobID

        public void setJobID​(java.lang.String value)
        (36) set attribute JobID
        Parameters:
        value - the value to set the attribute to
      • getJobID

        public java.lang.String getJobID()
        (23) get String attribute JobID
        Returns:
        the value of the attribute
      • setJobPartID

        public void setJobPartID​(java.lang.String value)
        (36) set attribute JobPartID
        Parameters:
        value - the value to set the attribute to
      • getJobPartID

        public java.lang.String getJobPartID()
        (23) get String attribute JobPartID
        Returns:
        the value of the attribute
      • setProjectID

        public void setProjectID​(java.lang.String value)
        (36) set attribute ProjectID
        Parameters:
        value - the value to set the attribute to
      • getProjectID

        public java.lang.String getProjectID()
        (23) get String attribute ProjectID
        Returns:
        the value of the attribute
      • setQueueEntryID

        public void setQueueEntryID​(java.lang.String value)
        (36) set attribute QueueEntryID
        Parameters:
        value - the value to set the attribute to
      • getQueueEntryID

        public java.lang.String getQueueEntryID()
        (23) get String attribute QueueEntryID
        Returns:
        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
      • setIsDevice

        public void setIsDevice​(boolean value)
        (36) set attribute IsDevice
        Parameters:
        value - the value to set the attribute to
      • getIsDevice

        public boolean getIsDevice()
        (18) get boolean attribute IsDevice
        Returns:
        boolean the value of the attribute
      • 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