Class JDFAutoPreflightDetail

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

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

    • JDFAutoPreflightDetail

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

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

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

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

      public 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 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