Class JDFAutoAcknowledge

  • 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:
    JDFAcknowledge

    public abstract class JDFAutoAcknowledge
    extends JDFMessage
    class JDFAutoAcknowledge : public JDFMessage
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoAcknowledge

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

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

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

      • setrefID

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

        public java.lang.String getrefID()
        (23) get String attribute refID
        Overrides:
        getrefID in class JDFMessage
        Returns:
        the value of the attribute
      • setAcknowledgeType

        public void setAcknowledgeType​(java.util.Vector<? extends org.apache.commons.lang.enums.ValuedEnum> v)
        (5.2) set attribute AcknowledgeType
        Parameters:
        v - vector of the enumeration values
      • getAcknowledgeType

        public java.util.Vector<? extends org.apache.commons.lang.enums.ValuedEnum> getAcknowledgeType()
        (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 @ if the element already exists
      • 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 java.util.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