Class JDFAutoApprovalSuccess

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

public abstract class JDFAutoApprovalSuccess extends JDFResource
class JDFAutoApprovalSuccess : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoApprovalSuccess

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

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

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

    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • getApprovalDetails

      public JDFApprovalDetails getApprovalDetails()
      (24) const get element ApprovalDetails
      Returns:
      JDFApprovalDetails the element
    • getCreateApprovalDetails

      public JDFApprovalDetails getCreateApprovalDetails()
      (25) getCreateApprovalDetails
      Returns:
      JDFApprovalDetails the element
    • getCreateApprovalDetails

      public JDFApprovalDetails getCreateApprovalDetails(int iSkip)
      (26) getCreateApprovalDetails
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFApprovalDetails the element
    • getApprovalDetails

      public JDFApprovalDetails getApprovalDetails(int iSkip)
      (27) const get element ApprovalDetails
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFApprovalDetails the element default is getApprovalDetails(0)
    • getAllApprovalDetails

      public Collection<JDFApprovalDetails> getAllApprovalDetails()
      Get all ApprovalDetails from the current element
      Returns:
      Collection, null if none are available
    • appendApprovalDetails

      public JDFApprovalDetails appendApprovalDetails()
      (30) append element ApprovalDetails
      Returns:
      JDFApprovalDetails the element
    • getFileSpec

      public JDFFileSpec getFileSpec()
      (24) const get element FileSpec
      Returns:
      JDFFileSpec the element
    • getCreateFileSpec

      public JDFFileSpec getCreateFileSpec()
      (25) getCreateFileSpec
      Returns:
      JDFFileSpec the element
    • appendFileSpec

      public JDFFileSpec appendFileSpec()
      (29) append element FileSpec
      Returns:
      JDFFileSpec the element
    • refFileSpec

      public void refFileSpec(JDFFileSpec refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced
    • getContact

      public JDFContact getContact()
      (24) const get element Contact
      Overrides:
      getContact in class JDFResource
      Returns:
      JDFContact the element
    • getCreateContact

      public JDFContact getCreateContact()
      (25) getCreateContact
      Overrides:
      getCreateContact in class JDFResource
      Returns:
      JDFContact the element
    • getCreateContact

      public JDFContact getCreateContact(int iSkip)
      (26) getCreateContact
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFContact the element
    • getContact

      public JDFContact getContact(int iSkip)
      (27) const get element Contact
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFContact the element default is getContact(0)
    • getAllContact

      public Collection<JDFContact> getAllContact()
      Get all Contact from the current element
      Returns:
      Collection, null if none are available
    • appendContact

      public JDFContact appendContact()
      (30) append element Contact
      Overrides:
      appendContact in class JDFResource
      Returns:
      JDFContact the element
    • refContact

      public void refContact(JDFContact refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced