Class JDFAutoPRItem

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

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

      • JDFAutoPRItem

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

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

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

      • setActionRef

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

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