Class JDFAutoApprovalParams

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

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

    • JDFAutoApprovalParams

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFResource
      Returns:
    • 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
    • setMinApprovals

      public void setMinApprovals(int value)
      (36) set attribute MinApprovals
      Parameters:
      value - the value to set the attribute to
    • getMinApprovals

      public int getMinApprovals()
      (15) get int attribute MinApprovals
      Returns:
      int the value of the attribute
    • getApprovalPerson

      public JDFApprovalPerson getApprovalPerson()
      (24) const get element ApprovalPerson
      Returns:
      JDFApprovalPerson the element
    • getCreateApprovalPerson

      public JDFApprovalPerson getCreateApprovalPerson()
      (25) getCreateApprovalPerson
      Returns:
      JDFApprovalPerson the element
    • getCreateApprovalPerson

      public JDFApprovalPerson getCreateApprovalPerson(int iSkip)
      (26) getCreateApprovalPerson
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFApprovalPerson the element
    • getApprovalPerson

      public JDFApprovalPerson getApprovalPerson(int iSkip)
      (27) const get element ApprovalPerson
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFApprovalPerson the element default is getApprovalPerson(0)
    • getAllApprovalPerson

      public Collection<JDFApprovalPerson> getAllApprovalPerson()
      Get all ApprovalPerson from the current element
      Returns:
      Collection, null if none are available
    • appendApprovalPerson

      public JDFApprovalPerson appendApprovalPerson()
      (30) append element ApprovalPerson
      Returns:
      JDFApprovalPerson the element