Class JDFAutoMerged

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, Comparator<JDFAudit>, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFMerged

public abstract class JDFAutoMerged extends JDFAudit
class JDFAutoMerged : public JDFAudit
See Also:
  • Constructor Details

    • JDFAutoMerged

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFAutoAudit
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFAudit
      Returns:
      the elementinfo
      See Also:
    • setIndependent

      public void setIndependent(boolean value)
      (36) set attribute Independent
      Parameters:
      value - the value to set the attribute to
    • getIndependent

      public boolean getIndependent()
      (18) get boolean attribute Independent
      Returns:
      boolean the value of the attribute
    • setjRef

      public void setjRef(String value)
      (36) set attribute jRef
      Parameters:
      value - the value to set the attribute to
    • getjRef

      public String getjRef()
      (23) get String attribute jRef
      Returns:
      the value of the attribute
    • setjRefSource

      public void setjRefSource(String value)
      (36) set attribute jRefSource
      Parameters:
      value - the value to set the attribute to
    • getjRefSource

      public String getjRefSource()
      (23) get String attribute jRefSource
      Returns:
      the value of the attribute
    • setMergeID

      public void setMergeID(String value)
      (36) set attribute MergeID
      Parameters:
      value - the value to set the attribute to
    • getMergeID

      public String getMergeID()
      (23) get String attribute MergeID
      Returns:
      the value of the attribute
    • setrRefsOverwritten

      public void setrRefsOverwritten(VString value)
      (36) set attribute rRefsOverwritten
      Parameters:
      value - the value to set the attribute to
    • getrRefsOverwritten

      public VString getrRefsOverwritten()
      (21) get VString attribute rRefsOverwritten
      Returns:
      VString the value of the attribute
    • setURL

      public void setURL(String value)
      (36) set attribute URL
      Parameters:
      value - the value to set the attribute to
    • getURL

      public String getURL()
      (23) get String attribute URL
      Returns:
      the value of the attribute
    • getEmployee

      public JDFEmployee getEmployee()
      (24) const get element Employee
      Returns:
      JDFEmployee the element
    • getCreateEmployee

      public JDFEmployee getCreateEmployee()
      (25) getCreateEmployee
      Returns:
      JDFEmployee the element
    • getCreateEmployee

      public JDFEmployee getCreateEmployee(int iSkip)
      (26) getCreateEmployee
      Overrides:
      getCreateEmployee in class JDFAudit
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFEmployee the element
    • getEmployee

      public JDFEmployee getEmployee(int iSkip)
      (27) const get element Employee
      Overrides:
      getEmployee in class JDFAudit
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFEmployee the element default is getEmployee(0)
    • getAllEmployee

      public Collection<JDFEmployee> getAllEmployee()
      Get all Employee from the current element
      Overrides:
      getAllEmployee in class JDFAudit
      Returns:
      Collection, null if none are available
    • appendEmployee

      public JDFEmployee appendEmployee()
      (30) append element Employee
      Overrides:
      appendEmployee in class JDFAudit
      Returns:
      JDFEmployee the element
    • getPart

      public JDFPart getPart()
      (24) const get element Part
      Returns:
      JDFPart the element
    • getCreatePart

      public JDFPart getCreatePart()
      (25) getCreatePart
      Returns:
      JDFPart the element
    • getCreatePart

      public JDFPart getCreatePart(int iSkip)
      (26) getCreatePart
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPart the element
    • getPart

      public JDFPart getPart(int iSkip)
      (27) const get element Part
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFPart the element default is getPart(0)
    • getAllPart

      public Collection<JDFPart> getAllPart()
      Get all Part from the current element
      Returns:
      Collection, null if none are available
    • appendPart

      public JDFPart appendPart()
      (30) append element Part
      Returns:
      JDFPart the element