Class JDFAutoApprovalPerson

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.JDFAutoApprovalPerson
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFApprovalPerson

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

    • JDFAutoApprovalPerson

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

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

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

      public void setApprovalRole(JDFAutoApprovalPerson.EnumApprovalRole enumVar)
      (5) set attribute ApprovalRole
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getApprovalRole

      public JDFAutoApprovalPerson.EnumApprovalRole getApprovalRole()
      (9) get attribute ApprovalRole
      Returns:
      the value of the attribute
    • setApprovalRoleDetails

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

      public 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