Class JDFAutoAcknowledge

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, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFAcknowledge

public abstract class JDFAutoAcknowledge extends JDFMessage
class JDFAutoAcknowledge : public JDFMessage
See Also:
  • Constructor Details

    • JDFAutoAcknowledge

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFMessage
      Returns:
      the elementinfo
    • setrefID

      public void setrefID(String value)
      (36) set attribute refID
      Overrides:
      setrefID in class JDFMessage
      Parameters:
      value - the value to set the attribute to
    • getrefID

      public String getrefID()
      (23) get String attribute refID
      Overrides:
      getrefID in class JDFMessage
      Returns:
      the value of the attribute
    • setEAcknowledgeType

      public void setEAcknowledgeType(List<JDFAutoQuery.EAcknowledgeType> v)
      (5.2) set attribute AcknowledgeType
      Parameters:
      v - List of the enumeration values
    • getEnumsAcknowledgeType

      public List<JDFAutoQuery.EAcknowledgeType> getEnumsAcknowledgeType()
      (9.2) get AcknowledgeType attribute AcknowledgeType
      Returns:
      Vector of the enumerations
    • setAcknowledgeType

      @Deprecated public void setAcknowledgeType(List<JDFAutoQuery.EnumAcknowledgeType> v)
      Deprecated.
      use SetEAcknowledgeType(List) based on java.lang.enum instead
      (5.2) set attribute AcknowledgeType
      Parameters:
      v - List of the enumeration values
    • getAcknowledgeType

      @Deprecated public Vector<JDFAutoQuery.EnumAcknowledgeType> getAcknowledgeType()
      Deprecated.
      use List GetEAcknowledgeType() based on java.lang.enum instead
      (9.2) get AcknowledgeType attribute AcknowledgeType
      Returns:
      Vector of the enumerations
    • setReturnCode

      public void setReturnCode(int value)
      (36) set attribute ReturnCode
      Parameters:
      value - the value to set the attribute to
    • getReturnCode

      public int getReturnCode()
      (15) get int attribute ReturnCode
      Overrides:
      getReturnCode in class JDFMessage
      Returns:
      int the value of the attribute
    • getNotification

      public JDFNotification getNotification()
      (24) const get element Notification
      Returns:
      JDFNotification the element
    • getCreateNotification

      public JDFNotification getCreateNotification()
      (25) getCreateNotification
      Returns:
      JDFNotification the element
    • appendNotification

      public JDFNotification appendNotification()
      (29) append element Notification
      Returns:
      JDFNotification the element
    • 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
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFEmployee the element
    • getEmployee

      public JDFEmployee getEmployee(int iSkip)
      (27) const get element Employee
      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
      Returns:
      Collection, null if none are available
    • appendEmployee

      public JDFEmployee appendEmployee()
      (30) append element Employee
      Returns:
      JDFEmployee the element