Class JDFAutoPipeParams

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

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

      • JDFAutoPipeParams

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

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

        protected JDFAutoPipeParams​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                    java.lang.String myNamespaceURI,
                                    java.lang.String qualifiedName,
                                    java.lang.String myLocalName)
        Constructor for JDFAutoPipeParams
        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
      • setPipeID

        public void setPipeID​(java.lang.String value)
        (36) set attribute PipeID
        Parameters:
        value - the value to set the attribute to
      • getPipeID

        public java.lang.String getPipeID()
        (23) get String attribute PipeID
        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
      • setUpdatedStatus

        public void setUpdatedStatus​(JDFResource.EnumResStatus enumVar)
        (5) set attribute UpdatedStatus
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getUpdatedStatus

        public JDFResource.EnumResStatus getUpdatedStatus()
        (9) get attribute UpdatedStatus
        Returns:
        the value of the attribute
      • getAmountPool

        public JDFAmountPool getAmountPool()
        (24) const get element AmountPool
        Returns:
        JDFAmountPool the element
      • getCreateAmountPool

        public JDFAmountPool getCreateAmountPool()
        (25) getCreateAmountPool
        Returns:
        JDFAmountPool the element
      • appendAmountPool

        public JDFAmountPool appendAmountPool()
        (29) append element AmountPool
        Returns:
        JDFAmountPool the element @ if the element already exists
      • getCreateResource

        public JDFResource getCreateResource​(int iSkip)
        (26) getCreateResource
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFResource the element
      • getResource

        public JDFResource getResource​(int iSkip)
        (27) const get element Resource
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFResource the element default is getResource(0)
      • getAllResource

        public java.util.Collection<JDFResource> getAllResource()
        Get all Resource from the current element
        Returns:
        Collection, null if none are available
      • appendResource

        public JDFResource appendResource()
        (30) append element Resource
        Returns:
        JDFResource the element