Class JDFAutoPreflightInstance

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

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

    • JDFAutoPreflightInstance

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

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

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

      public void setIdentifier(String value)
      (36) set attribute Identifier
      Parameters:
      value - the value to set the attribute to
    • getIdentifier

      public String getIdentifier()
      (23) get String attribute Identifier
      Returns:
      the value of the attribute
    • setPageRefs

      public void setPageRefs(JDFIntegerRangeList value)
      (36) set attribute PageRefs
      Parameters:
      value - the value to set the attribute to
    • getPageRefs

      public JDFIntegerRangeList getPageRefs()
      (20) get JDFIntegerRangeList attribute PageRefs
      Returns:
      JDFIntegerRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRangeList
    • getPreflightInstanceDetail

      public JDFPreflightInstanceDetail getPreflightInstanceDetail()
      (24) const get element PreflightInstanceDetail
      Returns:
      JDFPreflightInstanceDetail the element
    • getCreatePreflightInstanceDetail

      public JDFPreflightInstanceDetail getCreatePreflightInstanceDetail()
      (25) getCreatePreflightInstanceDetail
      Returns:
      JDFPreflightInstanceDetail the element
    • getCreatePreflightInstanceDetail

      public JDFPreflightInstanceDetail getCreatePreflightInstanceDetail(int iSkip)
      (26) getCreatePreflightInstanceDetail
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPreflightInstanceDetail the element
    • getPreflightInstanceDetail

      public JDFPreflightInstanceDetail getPreflightInstanceDetail(int iSkip)
      (27) const get element PreflightInstanceDetail
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPreflightInstanceDetail the element default is getPreflightInstanceDetail(0)
    • getAllPreflightInstanceDetail

      public Collection<JDFPreflightInstanceDetail> getAllPreflightInstanceDetail()
      Get all PreflightInstanceDetail from the current element
      Returns:
      Collection, null if none are available
    • appendPreflightInstanceDetail

      public JDFPreflightInstanceDetail appendPreflightInstanceDetail()
      (30) append element PreflightInstanceDetail
      Returns:
      JDFPreflightInstanceDetail the element