Class JDFAutoJobField

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

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

      • JDFAutoJobField

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

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

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

      • setJobFormat

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

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

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

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

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

        public java.lang.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​(java.lang.String value)
        (36) set attribute UserText
        Parameters:
        value - the value to set the attribute to
      • getUserText

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