Class JDFAutoDeviceInfo

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

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

    • JDFAutoDeviceInfo

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

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

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

      public void setCounterUnit(String value)
      (36) set attribute CounterUnit
      Parameters:
      value - the value to set the attribute to
    • getCounterUnit

      public String getCounterUnit()
      (23) get String attribute CounterUnit
      Returns:
      the value of the attribute
    • setDeviceCondition

      public void setDeviceCondition(JDFAutoDeviceInfo.EnumDeviceCondition enumVar)
      (5) set attribute DeviceCondition
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getDeviceCondition

      public JDFAutoDeviceInfo.EnumDeviceCondition getDeviceCondition()
      (9) get attribute DeviceCondition
      Returns:
      the value of the attribute
    • 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
    • setDeviceOperationMode

      public void setDeviceOperationMode(JDFAutoMISDetails.EnumDeviceOperationMode enumVar)
      (5) set attribute DeviceOperationMode
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getDeviceOperationMode

      public JDFAutoMISDetails.EnumDeviceOperationMode getDeviceOperationMode()
      (9) get attribute DeviceOperationMode
      Returns:
      the value of the attribute
    • setDeviceStatus

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

      public JDFAutoDeviceInfo.EnumDeviceStatus getDeviceStatus()
      (9) get attribute DeviceStatus
      Returns:
      the value of the attribute
    • setEndTime

      public void setEndTime(JDFDate value)
      (11) set attribute EndTime
      Parameters:
      value - the value to set the attribute to or null
    • getEndTime

      public JDFDate getEndTime()
      (12) get JDFDate attribute EndTime
      Returns:
      JDFDate the value of the attribute
    • setHourCounter

      public void setHourCounter(JDFDuration value)
      (36) set attribute HourCounter
      Parameters:
      value - the value to set the attribute to
    • getHourCounter

      public JDFDuration getHourCounter()
      (20) get JDFDuration attribute HourCounter
      Returns:
      JDFDuration the value of the attribute, null if a the attribute value is not a valid to create a JDFDuration
    • setIdleStartTime

      public void setIdleStartTime(JDFDate value)
      (11) set attribute IdleStartTime
      Parameters:
      value - the value to set the attribute to or null
    • getIdleStartTime

      public JDFDate getIdleStartTime()
      (12) get JDFDate attribute IdleStartTime
      Returns:
      JDFDate the value of the attribute
    • setPowerOnTime

      public void setPowerOnTime(JDFDate value)
      (11) set attribute PowerOnTime
      Parameters:
      value - the value to set the attribute to or null
    • getPowerOnTime

      public JDFDate getPowerOnTime()
      (12) get JDFDate attribute PowerOnTime
      Returns:
      JDFDate the value of the attribute
    • setProductionCounter

      public void setProductionCounter(double value)
      (36) set attribute ProductionCounter
      Parameters:
      value - the value to set the attribute to
    • getProductionCounter

      public double getProductionCounter()
      (17) get double attribute ProductionCounter
      Returns:
      double the value of the attribute
    • setSpeed

      public void setSpeed(double value)
      (36) set attribute Speed
      Parameters:
      value - the value to set the attribute to
    • getSpeed

      public double getSpeed()
      (17) get double attribute Speed
      Returns:
      double 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
    • setToolIDs

      public void setToolIDs(VString value)
      (36) set attribute ToolIDs
      Parameters:
      value - the value to set the attribute to
    • getToolIDs

      public VString getToolIDs()
      (21) get VString attribute ToolIDs
      Returns:
      VString the value of the attribute
    • setTotalProductionCounter

      public void setTotalProductionCounter(double value)
      (36) set attribute TotalProductionCounter
      Parameters:
      value - the value to set the attribute to
    • getTotalProductionCounter

      public double getTotalProductionCounter()
      (17) get double attribute TotalProductionCounter
      Returns:
      double the value of the attribute
    • getActivity

      public JDFActivity getActivity()
      (24) const get element Activity
      Returns:
      JDFActivity the element
    • getCreateActivity

      public JDFActivity getCreateActivity()
      (25) getCreateActivity
      Returns:
      JDFActivity the element
    • getCreateActivity

      public JDFActivity getCreateActivity(int iSkip)
      (26) getCreateActivity
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFActivity the element
    • getActivity

      public JDFActivity getActivity(int iSkip)
      (27) const get element Activity
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFActivity the element default is getActivity(0)
    • getAllActivity

      public Collection<JDFActivity> getAllActivity()
      Get all Activity from the current element
      Returns:
      Collection, null if none are available
    • appendActivity

      public JDFActivity appendActivity()
      (30) append element Activity
      Returns:
      JDFActivity the element
    • getDevice

      public JDFDevice getDevice()
      (24) const get element Device
      Returns:
      JDFDevice the element
    • getCreateDevice

      public JDFDevice getCreateDevice()
      (25) getCreateDevice
      Returns:
      JDFDevice the element
    • appendDevice

      public JDFDevice appendDevice()
      (29) append element Device
      Returns:
      JDFDevice 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
      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
    • getEvent

      public JDFEvent getEvent()
      (24) const get element Event
      Returns:
      JDFEvent the element
    • getCreateEvent

      public JDFEvent getCreateEvent()
      (25) getCreateEvent
      Returns:
      JDFEvent the element
    • getCreateEvent

      public JDFEvent getCreateEvent(int iSkip)
      (26) getCreateEvent
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFEvent the element
    • getEvent

      public JDFEvent getEvent(int iSkip)
      (27) const get element Event
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFEvent the element default is getEvent(0)
    • getAllEvent

      public Collection<JDFEvent> getAllEvent()
      Get all Event from the current element
      Returns:
      Collection, null if none are available
    • appendEvent

      public JDFEvent appendEvent()
      (30) append element Event
      Returns:
      JDFEvent the element
    • getJobPhase

      public JDFJobPhase getJobPhase()
      (24) const get element JobPhase
      Returns:
      JDFJobPhase the element
    • getCreateJobPhase

      public JDFJobPhase getCreateJobPhase()
      (25) getCreateJobPhase
      Returns:
      JDFJobPhase the element
    • getCreateJobPhase

      public JDFJobPhase getCreateJobPhase(int iSkip)
      (26) getCreateJobPhase
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFJobPhase the element
    • getJobPhase

      public JDFJobPhase getJobPhase(int iSkip)
      (27) const get element JobPhase
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFJobPhase the element default is getJobPhase(0)
    • getAllJobPhase

      public Collection<JDFJobPhase> getAllJobPhase()
      Get all JobPhase from the current element
      Returns:
      Collection, null if none are available
    • appendJobPhase

      public JDFJobPhase appendJobPhase()
      (30) append element JobPhase
      Returns:
      JDFJobPhase the element
    • getModuleStatus

      public JDFModuleStatus getModuleStatus()
      (24) const get element ModuleStatus
      Returns:
      JDFModuleStatus the element
    • getCreateModuleStatus

      public JDFModuleStatus getCreateModuleStatus()
      (25) getCreateModuleStatus
      Returns:
      JDFModuleStatus the element
    • getCreateModuleStatus

      public JDFModuleStatus getCreateModuleStatus(int iSkip)
      (26) getCreateModuleStatus
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFModuleStatus the element
    • getModuleStatus

      public JDFModuleStatus getModuleStatus(int iSkip)
      (27) const get element ModuleStatus
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFModuleStatus the element default is getModuleStatus(0)
    • getAllModuleStatus

      public Collection<JDFModuleStatus> getAllModuleStatus()
      Get all ModuleStatus from the current element
      Returns:
      Collection, null if none are available
    • appendModuleStatus

      public JDFModuleStatus appendModuleStatus()
      (30) append element ModuleStatus
      Returns:
      JDFModuleStatus the element