Class JDFAutoNotification

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, Comparator<JDFAudit>, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFNotification

public abstract class JDFAutoNotification extends JDFAudit
class JDFAutoNotification : public JDFAudit
See Also:
  • Constructor Details

    • JDFAutoNotification

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFAudit
      Returns:
      the elementinfo
      See Also:
    • setClass

      public void setClass(JDFAutoNotification.EnumClass enumVar)
      (5) set attribute Class
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getClassJDF

      public JDFAutoNotification.EnumClass getClassJDF()
      (6) get EnumClass attribute Class
      Returns:
      EnumClass the value of the attribute
    • setCombinedProcessIndex

      public void setCombinedProcessIndex(JDFIntegerList value)
      (36) set attribute CombinedProcessIndex
      Parameters:
      value - the value to set the attribute to
    • getCombinedProcessIndex

      public JDFIntegerList getCombinedProcessIndex()
      (20) get JDFIntegerList attribute CombinedProcessIndex
      Returns:
      JDFIntegerList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerList
    • 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
    • setModuleID

      public void setModuleID(String value)
      (36) set attribute ModuleID
      Parameters:
      value - the value to set the attribute to
    • getModuleID

      public String getModuleID()
      (23) get String attribute ModuleID
      Returns:
      the value of the attribute
    • setModuleIndex

      public void setModuleIndex(JDFIntegerRangeList value)
      (36) set attribute ModuleIndex
      Parameters:
      value - the value to set the attribute to
    • getModuleIndex

      public JDFIntegerRangeList getModuleIndex()
      (20) get JDFIntegerRangeList attribute ModuleIndex
      Returns:
      JDFIntegerRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRangeList
    • setModuleType

      public void setModuleType(String value)
      (36) set attribute ModuleType
      Parameters:
      value - the value to set the attribute to
    • getModuleType

      public String getModuleType()
      (23) get String attribute ModuleType
      Returns:
      the value of the attribute
    • setType

      public void setType(String value)
      (36) set attribute Type
      Parameters:
      value - the value to set the attribute to
    • getType

      public String getType()
      (23) get String attribute Type
      Returns:
      the value of the attribute
    • getCostCenter

      public JDFCostCenter getCostCenter()
      (24) const get element CostCenter
      Returns:
      JDFCostCenter the element
    • getCreateCostCenter

      public JDFCostCenter getCreateCostCenter()
      (25) getCreateCostCenter
      Returns:
      JDFCostCenter the element
    • appendCostCenter

      public JDFCostCenter appendCostCenter()
      (29) append element CostCenter
      Returns:
      JDFCostCenter the element @ if the element already exists
    • getEmployee

      public JDFEmployee getEmployee()
      (24) const get element Employee
      Returns:
      JDFEmployee the element
    • getCreateEmployee

      public JDFEmployee getCreateEmployee()
      (25) getCreateEmployee
      Returns:
      JDFEmployee the element
    • 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 Collection<JDFEmployee> getAllEmployee()
      Get all Employee from the current element
      Overrides:
      getAllEmployee in class JDFAudit
      Returns:
      Collection, null if none are available
    • appendEmployee

      public JDFEmployee appendEmployee()
      (30) append element Employee
      Overrides:
      appendEmployee in class JDFAudit
      Returns:
      JDFEmployee the element
    • getPart

      public JDFPart getPart()
      (24) const get element Part
      Returns:
      JDFPart the element
    • getCreatePart

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