Class JDFAutoRegistration

  • 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:
    JDFRegistration, JDFRegistration

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

      • JDFAutoRegistration

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

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

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

      • 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
      • getSubscription

        public JDFSubscription getSubscription()
        (24) const get element Subscription
        Returns:
        JDFSubscription the element
      • getCreateSubscription

        public JDFSubscription getCreateSubscription()
        (25) getCreateSubscription
        Returns:
        JDFSubscription the element
      • appendSubscription

        public JDFSubscription appendSubscription()
        (29) append element Subscription
        Returns:
        JDFSubscription the element @ if the element already exists