Class JDFAutoOccupation

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

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

    • JDFAutoOccupation

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

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

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

      public void setBusy(double value)
      (36) set attribute Busy
      Parameters:
      value - the value to set the attribute to
    • getBusy

      public double getBusy()
      (17) get double attribute Busy
      Returns:
      double the value of the attribute
    • 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
    • setQueueEntryID

      public void setQueueEntryID(String value)
      (36) set attribute QueueEntryID
      Parameters:
      value - the value to set the attribute to
    • getQueueEntryID

      public String getQueueEntryID()
      (23) get String attribute QueueEntryID
      Returns:
      the value of the attribute
    • getDevice

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

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

      public JDFDevice getCreateDevice(int iSkip)
      (26) getCreateDevice
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDevice the element
    • getDevice

      public JDFDevice getDevice(int iSkip)
      (27) const get element Device
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDevice the element default is getDevice(0)
    • getAllDevice

      public Collection<JDFDevice> getAllDevice()
      Get all Device from the current element
      Returns:
      Collection, null if none are available
    • appendDevice

      public JDFDevice appendDevice()
      (30) append element Device
      Returns:
      JDFDevice the element
    • getEmployee

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

      public JDFEmployee getCreateEmployee()
      (25) getCreateEmployee
      Returns:
      JDFEmployee the element
    • appendEmployee

      public JDFEmployee appendEmployee()
      (29) append element Employee
      Returns:
      JDFEmployee the element @ if the element already exists
    • 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