Class JDFAutoJobField

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

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

    • JDFAutoJobField

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

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

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

      public void setJobFormat(String value)
      (36) set attribute JobFormat
      Parameters:
      value - the value to set the attribute to
    • getJobFormat

      public String getJobFormat()
      (23) get String attribute JobFormat
      Returns:
      the value of the attribute
    • setJobTemplate

      public void setJobTemplate(String value)
      (36) set attribute JobTemplate
      Parameters:
      value - the value to set the attribute to
    • getJobTemplate

      public String getJobTemplate()
      (23) get String attribute JobTemplate
      Returns:
      the value of the attribute
    • setOperatorText

      public void setOperatorText(String value)
      (36) set attribute OperatorText
      Parameters:
      value - the value to set the attribute to
    • getOperatorText

      public String getOperatorText()
      (23) get String attribute OperatorText
      Returns:
      the value of the attribute
    • setShowList

      public void setShowList(VString value)
      (36) set attribute ShowList
      Parameters:
      value - the value to set the attribute to
    • getShowList

      public VString getShowList()
      (21) get VString attribute ShowList
      Returns:
      VString the value of the attribute
    • setUserText

      public void setUserText(String value)
      (36) set attribute UserText
      Parameters:
      value - the value to set the attribute to
    • getUserText

      public String getUserText()
      (23) get String attribute UserText
      Returns:
      the value of the attribute
    • getDeviceMark

      public JDFDeviceMark getDeviceMark()
      (24) const get element DeviceMark
      Returns:
      JDFDeviceMark the element
    • getCreateDeviceMark

      public JDFDeviceMark getCreateDeviceMark()
      (25) getCreateDeviceMark
      Returns:
      JDFDeviceMark the element
    • getCreateDeviceMark

      public JDFDeviceMark getCreateDeviceMark(int iSkip)
      (26) getCreateDeviceMark
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDeviceMark the element
    • getDeviceMark

      public JDFDeviceMark getDeviceMark(int iSkip)
      (27) const get element DeviceMark
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFDeviceMark the element default is getDeviceMark(0)
    • getAllDeviceMark

      public Collection<JDFDeviceMark> getAllDeviceMark()
      Get all DeviceMark from the current element
      Returns:
      Collection, null if none are available
    • appendDeviceMark

      public JDFDeviceMark appendDeviceMark()
      (30) append element DeviceMark
      Returns:
      JDFDeviceMark the element