Class JDFAutoPipeParams

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoPipeParams
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFPipeParams

public abstract class JDFAutoPipeParams extends JDFElement
class JDFAutoPipeParams : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoPipeParams

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

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

      protected JDFAutoPipeParams(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoPipeParams
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setJobID

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

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

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

      public String getJobPartID()
      (23) get String attribute JobPartID
      Returns:
      the value of the attribute
    • setPipeID

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

      public String getPipeID()
      (23) get String attribute PipeID
      Returns:
      the value of the attribute
    • setProjectID

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

      public String getProjectID()
      (23) get String attribute ProjectID
      Returns:
      the value of the attribute
    • setUpdatedStatus

      public void setUpdatedStatus(JDFResource.EResStatus enumVar)
      (5) set attribute UpdatedStatus
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEUpdatedStatus

      public JDFResource.EResStatus getEUpdatedStatus()
      (9) get attribute UpdatedStatus
      Returns:
      the value of the attribute
    • setUpdatedStatus

      @Deprecated public void setUpdatedStatus(JDFResource.EnumResStatus enumVar)
      Deprecated.
      use SetUpdatedStatus(Eesource.EnumResStatus) based on java.lang.enum instead
      (5) set attribute UpdatedStatus
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getUpdatedStatus

      @Deprecated public JDFResource.EnumResStatus getUpdatedStatus()
      Deprecated.
      use Eesource.EnumResStatus GetEUpdatedStatus() based on java.lang.enum instead
      (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
    • getResource

      public JDFResource getResource()
      (24) const get element Resource
      Returns:
      JDFResource the element
    • getCreateResource

      public JDFResource getCreateResource()
      (25) getCreateResource
      Returns:
      JDFResource the element
    • 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 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