|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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
public abstract class JDFAutoDeviceInfo
class JDFAutoDeviceInfo : public JDFElement
| Nested Class Summary | |
|---|---|
static class |
JDFAutoDeviceInfo.EnumDeviceCondition
Enumeration strings for DeviceCondition |
static class |
JDFAutoDeviceInfo.EnumDeviceOperationMode
Enumeration strings for DeviceOperationMode |
static class |
JDFAutoDeviceInfo.EnumDeviceStatus
Enumeration strings for DeviceStatus |
| Nested classes/interfaces inherited from class org.cip4.jdflib.core.JDFElement |
|---|
JDFElement.EnumBoolean, JDFElement.EnumNamedColor, JDFElement.EnumNodeStatus, JDFElement.EnumOrientation, JDFElement.EnumPoolType, JDFElement.EnumSeparation, JDFElement.EnumSettingsPolicy, JDFElement.EnumValidationLevel, JDFElement.EnumVersion, JDFElement.EnumXYRelation |
| Nested classes/interfaces inherited from class org.cip4.jdflib.core.KElement |
|---|
KElement.SimpleNodeComparator, KElement.SingleAttributeComparator, KElement.SingleXPathComparator |
| Field Summary |
|---|
| Fields inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
localName, namespaceURI |
| Fields inherited from class org.apache.xerces.dom.ElementImpl |
|---|
attributes, name |
| Fields inherited from class org.apache.xerces.dom.ParentNode |
|---|
firstChild, fNodeListCache, ownerDocument |
| Fields inherited from class org.apache.xerces.dom.ChildNode |
|---|
nextSibling, previousSibling |
| Fields inherited from class org.apache.xerces.dom.NodeImpl |
|---|
DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_IS_CONTAINED, DOCUMENT_POSITION_PRECEDING, ELEMENT_DEFINITION_NODE, FIRSTCHILD, flags, HASSTRING, ID, IGNORABLEWS, NORMALIZED, OWNED, ownerNode, READONLY, SPECIFIED, SYNCCHILDREN, SYNCDATA, TREE_POSITION_ANCESTOR, TREE_POSITION_DESCENDANT, TREE_POSITION_DISCONNECTED, TREE_POSITION_EQUIVALENT, TREE_POSITION_FOLLOWING, TREE_POSITION_PRECEDING, TREE_POSITION_SAME_NODE |
| Fields inherited from interface org.w3c.dom.TypeInfo |
|---|
DERIVATION_EXTENSION, DERIVATION_LIST, DERIVATION_RESTRICTION, DERIVATION_UNION |
| Constructor Summary | |
|---|---|
protected |
JDFAutoDeviceInfo(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String qualifiedName)
Constructor for JDFAutoDeviceInfo |
protected |
JDFAutoDeviceInfo(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String myNamespaceURI,
String qualifiedName)
Constructor for JDFAutoDeviceInfo |
protected |
JDFAutoDeviceInfo(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String myNamespaceURI,
String qualifiedName,
String myLocalName)
Constructor for JDFAutoDeviceInfo |
| Method Summary | |
|---|---|
JDFDevice |
appendDevice()
(29) append element Device |
JDFEmployee |
appendEmployee()
(30) append element Employee |
JDFJobPhase |
appendJobPhase()
(30) append element JobPhase |
JDFModuleStatus |
appendModuleStatus()
(30) append element ModuleStatus |
Collection<JDFEmployee> |
getAllEmployee()
Get all Employee from the current element |
Collection<JDFJobPhase> |
getAllJobPhase()
Get all JobPhase from the current element |
Collection<JDFModuleStatus> |
getAllModuleStatus()
Get all ModuleStatus from the current element |
String |
getCounterUnit()
(23) get String attribute CounterUnit |
JDFDevice |
getCreateDevice()
(25) getCreateDevice |
JDFEmployee |
getCreateEmployee(int iSkip)
(26) getCreateEmployee |
JDFJobPhase |
getCreateJobPhase(int iSkip)
(26) getCreateJobPhase |
JDFModuleStatus |
getCreateModuleStatus(int iSkip)
(26) getCreateModuleStatus |
JDFDevice |
getDevice()
(24) const get element Device |
JDFAutoDeviceInfo.EnumDeviceCondition |
getDeviceCondition()
(9) get attribute DeviceCondition |
String |
getDeviceID()
(23) get String attribute DeviceID |
JDFAutoDeviceInfo.EnumDeviceOperationMode |
getDeviceOperationMode()
(9) get attribute DeviceOperationMode |
JDFAutoDeviceInfo.EnumDeviceStatus |
getDeviceStatus()
(9) get attribute DeviceStatus |
JDFEmployee |
getEmployee(int iSkip)
(27) const get element Employee |
JDFDuration |
getHourCounter()
(20) get JDFDuration attribute HourCounter |
JDFDate |
getIdleStartTime()
(12) get JDFDate attribute IdleStartTime |
JDFJobPhase |
getJobPhase(int iSkip)
(27) const get element JobPhase |
JDFModuleStatus |
getModuleStatus(int iSkip)
(27) const get element ModuleStatus |
JDFDate |
getPowerOnTime()
(12) get JDFDate attribute PowerOnTime |
double |
getProductionCounter()
(17) get double attribute ProductionCounter |
double |
getSpeed()
(17) get double attribute Speed |
String |
getStatusDetails()
(23) get String attribute StatusDetails |
protected AttributeInfo |
getTheAttributeInfo()
|
protected ElementInfo |
getTheElementInfo()
|
double |
getTotalProductionCounter()
(17) get double attribute TotalProductionCounter |
void |
setCounterUnit(String value)
(36) set attribute CounterUnit |
void |
setDeviceCondition(JDFAutoDeviceInfo.EnumDeviceCondition enumVar)
(5) set attribute DeviceCondition |
void |
setDeviceID(String value)
(36) set attribute DeviceID |
void |
setDeviceOperationMode(JDFAutoDeviceInfo.EnumDeviceOperationMode enumVar)
(5) set attribute DeviceOperationMode |
void |
setDeviceStatus(JDFAutoDeviceInfo.EnumDeviceStatus enumVar)
(5) set attribute DeviceStatus |
void |
setHourCounter(JDFDuration value)
(36) set attribute HourCounter |
void |
setIdleStartTime(JDFDate value)
(11) set attribute IdleStartTime |
void |
setPowerOnTime(JDFDate value)
(11) set attribute PowerOnTime |
void |
setProductionCounter(double value)
(36) set attribute ProductionCounter |
void |
setSpeed(double value)
(36) set attribute Speed |
void |
setStatusDetails(String value)
(36) set attribute StatusDetails |
void |
setTotalProductionCounter(double value)
(36) set attribute TotalProductionCounter |
String |
toString()
toString |
| Methods inherited from class org.apache.xerces.dom.ElementNSImpl |
|---|
getBaseURI, getLocalName, getPrefix, getTypeName, getTypeNamespace, isDerivedFrom, setType, setValues |
| Methods inherited from class org.apache.xerces.dom.ElementImpl |
|---|
cloneNode, getAttributeNode, getAttributeNodeNS, getAttributeNS, getAttributes, getDefaultAttributes, getElementsByTagName, getElementsByTagNameNS, getNodeName, getNodeType, getSchemaTypeInfo, getTagName, getXercesAttribute, hasAttributeNS, isEqualNode, reconcileDefaultAttributes, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOwnerDocument, setReadOnly, setupDefaultAttributes, setXercesAttributeNode, synchronizeData |
| Methods inherited from class org.apache.xerces.dom.ParentNode |
|---|
getChildNodes, getChildNodesUnoptimized, getFirstChild, getLastChild, getLength, getOwnerDocument, getTextContent, hasChildNodes, item, setTextContent, synchronizeChildren |
| Methods inherited from class org.apache.xerces.dom.ChildNode |
|---|
getNextSibling, getParentNode, getPreviousSibling |
| Methods inherited from class org.apache.xerces.dom.NodeImpl |
|---|
addEventListener, changed, changes, compareDocumentPosition, compareTreePosition, dispatchEvent, getContainer, getFeature, getNodeNumber, getNodeValue, getReadOnly, getUserData, getUserData, getUserDataRecord, isDefaultNamespace, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, needsSyncChildren, removeEventListener, setUserData, setUserData |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.w3c.dom.Element |
|---|
getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS |
| Methods inherited from interface org.w3c.dom.Node |
|---|
cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasChildNodes, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, setTextContent, setUserData |
| Constructor Detail |
|---|
protected JDFAutoDeviceInfo(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String qualifiedName)
myOwnerDocument - qualifiedName -
protected JDFAutoDeviceInfo(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String myNamespaceURI,
String qualifiedName)
myOwnerDocument - myNamespaceURI - qualifiedName -
protected JDFAutoDeviceInfo(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
String myNamespaceURI,
String qualifiedName,
String myLocalName)
myOwnerDocument - myNamespaceURI - qualifiedName - myLocalName - | Method Detail |
|---|
protected AttributeInfo getTheAttributeInfo()
getTheAttributeInfo in class JDFElementprotected ElementInfo getTheElementInfo()
getTheElementInfo in class JDFElementpublic String toString()
JDFElement
toString in class JDFElementObject.toString()public void setCounterUnit(String value)
value - the value to set the attribute topublic String getCounterUnit()
public void setDeviceCondition(JDFAutoDeviceInfo.EnumDeviceCondition enumVar)
enumVar - the enumVar to set the attribute topublic JDFAutoDeviceInfo.EnumDeviceCondition getDeviceCondition()
public void setDeviceID(String value)
value - the value to set the attribute topublic String getDeviceID()
public void setDeviceOperationMode(JDFAutoDeviceInfo.EnumDeviceOperationMode enumVar)
enumVar - the enumVar to set the attribute topublic JDFAutoDeviceInfo.EnumDeviceOperationMode getDeviceOperationMode()
public void setDeviceStatus(JDFAutoDeviceInfo.EnumDeviceStatus enumVar)
enumVar - the enumVar to set the attribute topublic JDFAutoDeviceInfo.EnumDeviceStatus getDeviceStatus()
public void setHourCounter(JDFDuration value)
value - the value to set the attribute topublic JDFDuration getHourCounter()
public void setIdleStartTime(JDFDate value)
value - the value to set the attribute to or nullpublic JDFDate getIdleStartTime()
public void setPowerOnTime(JDFDate value)
value - the value to set the attribute to or nullpublic JDFDate getPowerOnTime()
public void setProductionCounter(double value)
value - the value to set the attribute topublic double getProductionCounter()
public void setSpeed(double value)
value - the value to set the attribute topublic double getSpeed()
public void setStatusDetails(String value)
value - the value to set the attribute topublic String getStatusDetails()
public void setTotalProductionCounter(double value)
value - the value to set the attribute topublic double getTotalProductionCounter()
public JDFDevice getDevice()
public JDFDevice getCreateDevice()
public JDFDevice appendDevice()
throws JDFException
JDFException - if the element already existspublic JDFEmployee getCreateEmployee(int iSkip)
iSkip - number of elements to skip
public JDFEmployee getEmployee(int iSkip)
iSkip - number of elements to skip
public Collection<JDFEmployee> getAllEmployee()
public JDFEmployee appendEmployee()
public JDFJobPhase getCreateJobPhase(int iSkip)
iSkip - number of elements to skip
public JDFJobPhase getJobPhase(int iSkip)
iSkip - number of elements to skip
public Collection<JDFJobPhase> getAllJobPhase()
public JDFJobPhase appendJobPhase()
public JDFModuleStatus getCreateModuleStatus(int iSkip)
iSkip - number of elements to skip
public JDFModuleStatus getModuleStatus(int iSkip)
iSkip - number of elements to skip
public Collection<JDFModuleStatus> getAllModuleStatus()
public JDFModuleStatus appendModuleStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||