Class JDFAutoCommand

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

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

      • JDFAutoCommand

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

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

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

      • setAcknowledgeFormat

        public void setAcknowledgeFormat​(java.lang.String value)
        (36) set attribute AcknowledgeFormat
        Parameters:
        value - the value to set the attribute to
      • getAcknowledgeFormat

        public java.lang.String getAcknowledgeFormat()
        (23) get String attribute AcknowledgeFormat
        Returns:
        the value of the attribute
      • setAcknowledgeTemplate

        public void setAcknowledgeTemplate​(java.lang.String value)
        (36) set attribute AcknowledgeTemplate
        Parameters:
        value - the value to set the attribute to
      • getAcknowledgeTemplate

        public java.lang.String getAcknowledgeTemplate()
        (23) get String attribute AcknowledgeTemplate
        Returns:
        the value of the attribute
      • setAcknowledgeURL

        public void setAcknowledgeURL​(java.lang.String value)
        (36) set attribute AcknowledgeURL
        Parameters:
        value - the value to set the attribute to
      • getAcknowledgeURL

        public java.lang.String getAcknowledgeURL()
        (23) get String attribute AcknowledgeURL
        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
      • setRelatedCommands

        public void setRelatedCommands​(VString value)
        (36) set attribute RelatedCommands
        Parameters:
        value - the value to set the attribute to
      • getRelatedCommands

        public VString getRelatedCommands()
        (21) get VString attribute RelatedCommands
        Returns:
        VString the value of the attribute
      • setTransactionID

        public void setTransactionID​(java.lang.String value)
        (36) set attribute TransactionID
        Parameters:
        value - the value to set the attribute to
      • getTransactionID

        public java.lang.String getTransactionID()
        (23) get String attribute TransactionID
        Returns:
        the value of the attribute
      • 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