Class JDFAutoPRGroup

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

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

      • JDFAutoPRGroup

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

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

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

      • 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
      • getPRGroupOccurrence

        public JDFPRGroupOccurrence getPRGroupOccurrence()
        (24) const get element PRGroupOccurrence
        Returns:
        JDFPRGroupOccurrence the element
      • getCreatePRGroupOccurrence

        public JDFPRGroupOccurrence getCreatePRGroupOccurrence()
        (25) getCreatePRGroupOccurrence
        Returns:
        JDFPRGroupOccurrence the element
      • getCreatePRGroupOccurrence

        public JDFPRGroupOccurrence getCreatePRGroupOccurrence​(int iSkip)
        (26) getCreatePRGroupOccurrence
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPRGroupOccurrence the element
      • getPRGroupOccurrence

        public JDFPRGroupOccurrence getPRGroupOccurrence​(int iSkip)
        (27) const get element PRGroupOccurrence
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPRGroupOccurrence the element default is getPRGroupOccurrence(0)
      • getAllPRGroupOccurrence

        public java.util.Collection<JDFPRGroupOccurrence> getAllPRGroupOccurrence()
        Get all PRGroupOccurrence from the current element
        Returns:
        Collection, null if none are available
      • appendPRGroupOccurrence

        public JDFPRGroupOccurrence appendPRGroupOccurrence()
        (30) append element PRGroupOccurrence
        Returns:
        JDFPRGroupOccurrence the element
      • getPROccurrence

        public JDFPROccurrence getPROccurrence()
        (24) const get element PROccurrence
        Returns:
        JDFPROccurrence the element
      • getCreatePROccurrence

        public JDFPROccurrence getCreatePROccurrence()
        (25) getCreatePROccurrence
        Returns:
        JDFPROccurrence the element
      • getCreatePROccurrence

        public JDFPROccurrence getCreatePROccurrence​(int iSkip)
        (26) getCreatePROccurrence
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPROccurrence the element
      • getPROccurrence

        public JDFPROccurrence getPROccurrence​(int iSkip)
        (27) const get element PROccurrence
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPROccurrence the element default is getPROccurrence(0)
      • getAllPROccurrence

        public java.util.Collection<JDFPROccurrence> getAllPROccurrence()
        Get all PROccurrence from the current element
        Returns:
        Collection, null if none are available
      • appendPROccurrence

        public JDFPROccurrence appendPROccurrence()
        (30) append element PROccurrence
        Returns:
        JDFPROccurrence the element