Class JDFAutoModulePhase

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.JDFAutoModulePhase
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFModulePhase

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

    • JDFAutoModulePhase

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

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

      protected JDFAutoModulePhase(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoModulePhase
      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
    • 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
    • setDeviceID

      public void setDeviceID(String value)
      (36) set attribute DeviceID
      Parameters:
      value - the value to set the attribute to
    • getDeviceID

      public String getDeviceID()
      (23) get String attribute DeviceID
      Returns:
      the value of the attribute
    • setDeviceStatus

      public void setDeviceStatus(JDFAutoDeviceInfo.EDeviceStatus enumVar)
      (5) set attribute DeviceStatus
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEDeviceStatus

      public JDFAutoDeviceInfo.EDeviceStatus getEDeviceStatus()
      (9) get attribute DeviceStatus
      Returns:
      the value of the attribute
    • setDeviceStatus

      @Deprecated public void setDeviceStatus(JDFAutoDeviceInfo.EnumDeviceStatus enumVar)
      Deprecated.
      use SetDeviceStatus(EeviceInfo.EnumDeviceStatus) based on java.lang.enum instead
      (5) set attribute DeviceStatus
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getDeviceStatus

      Deprecated.
      use EeviceInfo.EnumDeviceStatus GetEDeviceStatus() based on java.lang.enum instead
      (9) get attribute DeviceStatus
      Returns:
      the value of the attribute
    • setEnd

      public void setEnd(JDFDate value)
      (11) set attribute End
      Parameters:
      value - the value to set the attribute to or null
    • getEnd

      public JDFDate getEnd()
      (12) get JDFDate attribute End
      Returns:
      JDFDate 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
    • setStart

      public void setStart(JDFDate value)
      (11) set attribute Start
      Parameters:
      value - the value to set the attribute to or null
    • getStart

      public JDFDate getStart()
      (12) get JDFDate attribute Start
      Returns:
      JDFDate the value of the attribute
    • setStatusDetails

      public void setStatusDetails(String value)
      (36) set attribute StatusDetails
      Parameters:
      value - the value to set the attribute to
    • getStatusDetails

      public String getStatusDetails()
      (23) get String attribute StatusDetails
      Returns:
      the value of the attribute
    • 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
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFEmployee the element
    • getEmployee

      public JDFEmployee getEmployee(int iSkip)
      (27) const get element Employee
      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
      Returns:
      Collection, null if none are available
    • appendEmployee

      public JDFEmployee appendEmployee()
      (30) append element Employee
      Returns:
      JDFEmployee the element
    • refEmployee

      public void refEmployee(JDFEmployee refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced