Class JDFAutoPROccurrence

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
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoPROccurrence
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFPROccurrence

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

    • JDFAutoPROccurrence

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

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

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