Class JDFAutoPRItem

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:
JDFPRItem

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

    • JDFAutoPRItem

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

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

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

      public void setActionRef(String value)
      (36) set attribute ActionRef
      Parameters:
      value - the value to set the attribute to
    • getActionRef

      public String getActionRef()
      (23) get String attribute ActionRef
      Returns:
      the value of the attribute
    • setOccurrences

      public void setOccurrences(int value)
      (36) set attribute Occurrences
      Parameters:
      value - the value to set the attribute to
    • getOccurrences

      public int getOccurrences()
      (15) get int attribute Occurrences
      Returns:
      int the value of the attribute
    • setPageSet

      public void setPageSet(JDFIntegerRangeList value)
      (36) set attribute PageSet
      Parameters:
      value - the value to set the attribute to
    • getPageSet

      public JDFIntegerRangeList getPageSet()
      (20) get JDFIntegerRangeList attribute PageSet
      Returns:
      JDFIntegerRangeList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerRangeList
    • getPRError

      public JDFPRError getPRError()
      (24) const get element PRError
      Returns:
      JDFPRError the element
    • getCreatePRError

      public JDFPRError getCreatePRError()
      (25) getCreatePRError
      Returns:
      JDFPRError the element
    • getCreatePRError

      public JDFPRError getCreatePRError(int iSkip)
      (26) getCreatePRError
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPRError the element
    • getPRError

      public JDFPRError getPRError(int iSkip)
      (27) const get element PRError
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPRError the element default is getPRError(0)
    • getAllPRError

      public Collection<JDFPRError> getAllPRError()
      Get all PRError from the current element
      Returns:
      Collection, null if none are available
    • appendPRError

      public JDFPRError appendPRError()
      (30) append element PRError
      Returns:
      JDFPRError the element
    • getPRGroup

      public JDFPRGroup getPRGroup()
      (24) const get element PRGroup
      Returns:
      JDFPRGroup the element
    • getCreatePRGroup

      public JDFPRGroup getCreatePRGroup()
      (25) getCreatePRGroup
      Returns:
      JDFPRGroup the element
    • getCreatePRGroup

      public JDFPRGroup getCreatePRGroup(int iSkip)
      (26) getCreatePRGroup
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPRGroup the element
    • getPRGroup

      public JDFPRGroup getPRGroup(int iSkip)
      (27) const get element PRGroup
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPRGroup the element default is getPRGroup(0)
    • getAllPRGroup

      public Collection<JDFPRGroup> getAllPRGroup()
      Get all PRGroup from the current element
      Returns:
      Collection, null if none are available
    • appendPRGroup

      public JDFPRGroup appendPRGroup()
      (30) append element PRGroup
      Returns:
      JDFPRGroup the element