Class JDFAutoPreflightInstanceDetail

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

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

      • JDFAutoPreflightInstanceDetail

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

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

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

      • setProperty

        public void setProperty​(java.lang.String value)
        (36) set attribute Property
        Parameters:
        value - the value to set the attribute to
      • getProperty

        public java.lang.String getProperty()
        (23) get String attribute Property
        Returns:
        the value of the attribute
      • getValue

        public JDFElement getValue()
        (24) const get element Value
        Returns:
        JDFElement the element
      • getCreateValue

        public JDFElement getCreateValue()
        (25) getCreateValue
        Returns:
        JDFElement the element
      • getCreateValue

        public JDFElement getCreateValue​(int iSkip)
        (26) getCreateValue
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFElement the element
      • getValue

        public JDFElement getValue​(int iSkip)
        (27) const get element Value
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFElement the element default is getValue(0)
      • getAllValue

        public java.util.Collection<JDFElement> getAllValue()
        Get all Value from the current element
        Returns:
        Collection, null if none are available
      • appendValue

        public JDFElement appendValue()
        (30) append element Value
        Returns:
        JDFElement the element