Class JDFAutoPROccurrence

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

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

      • JDFAutoPROccurrence

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

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

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