Class JDFAutoResponse

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

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

      • JDFAutoResponse

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

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

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

      • 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
      • 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
      • 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
      • 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 java.util.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
      • 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