Class JDFAutoPRGroup

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

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

    • JDFAutoPRGroup

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

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

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