Class JDFAutoResponse

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

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

    • JDFAutoResponse

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

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

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

      public void setAcknowledged(boolean value)
      (36) set attribute Acknowledged
      Parameters:
      value - the value to set the attribute to
    • getAcknowledged

      public boolean getAcknowledged()
      (18) get boolean attribute Acknowledged
      Returns:
      boolean the value of the attribute
    • setLanguages

      public void setLanguages(VString value)
      (36) set attribute Languages
      Parameters:
      value - the value to set the attribute to
    • getLanguages

      public VString getLanguages()
      (21) get VString attribute Languages
      Returns:
      VString the value of the attribute
    • 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
    • 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
    • setSubscribed

      public void setSubscribed(boolean value)
      (36) set attribute Subscribed
      Parameters:
      value - the value to set the attribute to
    • getSubscribed

      public boolean getSubscribed()
      (18) get boolean attribute Subscribed
      Returns:
      boolean 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
    • getCreateNotification

      public JDFNotification getCreateNotification(int iSkip)
      (26) getCreateNotification
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFNotification the element
    • getNotification

      public JDFNotification getNotification(int iSkip)
      (27) const get element Notification
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFNotification the element default is getNotification(0)
    • getAllNotification

      public Collection<JDFNotification> getAllNotification()
      Get all Notification from the current element
      Returns:
      Collection, null if none are available
    • appendNotification

      public JDFNotification appendNotification()
      (30) 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