Class JDFAutoApprovalPerson

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFApprovalPerson

    public abstract class JDFAutoApprovalPerson
    extends JDFElement
    class JDFAutoApprovalPerson : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoApprovalPerson

        protected JDFAutoApprovalPerson​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                        java.lang.String qualifiedName)
        Constructor for JDFAutoApprovalPerson
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFAutoApprovalPerson

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

        protected JDFAutoApprovalPerson​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                        java.lang.String myNamespaceURI,
                                        java.lang.String qualifiedName,
                                        java.lang.String myLocalName)
        Constructor for JDFAutoApprovalPerson
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • setObligated

        public void setObligated​(boolean value)
        (36) set attribute Obligated
        Parameters:
        value - the value to set the attribute to
      • getObligated

        public boolean getObligated()
        (18) get boolean attribute Obligated
        Returns:
        boolean the value of the attribute
      • setApprovalRoleDetails

        public void setApprovalRoleDetails​(java.lang.String value)
        (36) set attribute ApprovalRoleDetails
        Parameters:
        value - the value to set the attribute to
      • getApprovalRoleDetails

        public java.lang.String getApprovalRoleDetails()
        (23) get String attribute ApprovalRoleDetails
        Returns:
        the value of the attribute
      • getContact

        public JDFContact getContact()
        (24) const get element Contact
        Returns:
        JDFContact the element
      • getCreateContact

        public JDFContact getCreateContact()
        (25) getCreateContact
        Returns:
        JDFContact the element
      • appendContact

        public JDFContact appendContact()
        (29) append element Contact
        Returns:
        JDFContact the element @ if the element already exists
      • refContact

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