Class JDFAutoDeviceInfo

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

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

      • JDFAutoDeviceInfo

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

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

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

      • setCounterUnit

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

        public java.lang.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
      • setDeviceID

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

        public java.lang.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
      • setDeviceStatus

        public void setDeviceStatus​(JDFAutoDeviceInfo.EnumDeviceStatus enumVar)
        (5) set attribute DeviceStatus
        Parameters:
        enumVar - the enumVar to set the attribute to
      • 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​(java.lang.String value)
        (36) set attribute StatusDetails
        Parameters:
        value - the value to set the attribute to
      • getStatusDetails

        public java.lang.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
      • 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 java.util.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
      • 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 java.util.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
      • 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 java.util.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
      • 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 java.util.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
      • 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 java.util.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