Class JDFAutoJMF

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

    public abstract class JDFAutoJMF
    extends JDFPool
    class JDFAutoJMF : public JDFPool
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoJMF

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

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

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

      • setAgentName

        public void setAgentName​(java.lang.String value)
        (36) set attribute AgentName
        Parameters:
        value - the value to set the attribute to
      • getAgentName

        public java.lang.String getAgentName()
        (23) get String attribute AgentName
        Returns:
        the value of the attribute
      • setAgentVersion

        public void setAgentVersion​(java.lang.String value)
        (36) set attribute AgentVersion
        Parameters:
        value - the value to set the attribute to
      • getAgentVersion

        public java.lang.String getAgentVersion()
        (23) get String attribute AgentVersion
        Returns:
        the value of the attribute
      • setDeviceID

        public void setDeviceID​(java.lang.String value)
        (36) set attribute DeviceID
        Parameters:
        value - the value to set the attribute to
      • getDeviceID

        public java.lang.String getDeviceID()
        (23) get String attribute DeviceID
        Returns:
        the value of the attribute
      • setICSVersions

        public void setICSVersions​(VString value)
        (36) set attribute ICSVersions
        Parameters:
        value - the value to set the attribute to
      • getICSVersions

        public VString getICSVersions()
        (21) get VString attribute ICSVersions
        Returns:
        VString the value of the attribute
      • setMaxVersion

        public void setMaxVersion​(JDFElement.EnumVersion enumVar)
        (5) set attribute MaxVersion
        Parameters:
        enumVar - the enumVar to set the attribute to
      • getMaxVersion

        public JDFElement.EnumVersion getMaxVersion()
        (9) get attribute MaxVersion
        Returns:
        the value of the attribute
      • setResponseURL

        public void setResponseURL​(java.lang.String value)
        (36) set attribute ResponseURL
        Parameters:
        value - the value to set the attribute to
      • getResponseURL

        public java.lang.String getResponseURL()
        (23) get String attribute ResponseURL
        Returns:
        the value of the attribute
      • setSenderID

        public void setSenderID​(java.lang.String value)
        (36) set attribute SenderID
        Parameters:
        value - the value to set the attribute to
      • getSenderID

        public java.lang.String getSenderID()
        (23) get String attribute SenderID
        Returns:
        the value of the attribute
      • setTimeStamp

        public void setTimeStamp​(JDFDate value)
        (11) set attribute TimeStamp
        Parameters:
        value - the value to set the attribute to or null
      • getTimeStamp

        public JDFDate getTimeStamp()
        (12) get JDFDate attribute TimeStamp
        Returns:
        JDFDate 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
      • getCreateCommand

        public JDFCommand getCreateCommand​(int iSkip)
        (26) getCreateCommand
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCommand the element
      • getCommand

        public JDFCommand getCommand​(int iSkip)
        (27) const get element Command
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFCommand the element default is getCommand(0)
      • getAllCommand

        public java.util.Collection<JDFCommand> getAllCommand()
        Get all Command from the current element
        Returns:
        Collection, null if none are available
      • appendCommand

        public JDFCommand appendCommand()
        (30) append element Command
        Returns:
        JDFCommand the element
      • getCreateAcknowledge

        public JDFAcknowledge getCreateAcknowledge​(int iSkip)
        (26) getCreateAcknowledge
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAcknowledge the element
      • getAcknowledge

        public JDFAcknowledge getAcknowledge​(int iSkip)
        (27) const get element Acknowledge
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFAcknowledge the element default is getAcknowledge(0)
      • getAllAcknowledge

        public java.util.Collection<JDFAcknowledge> getAllAcknowledge()
        Get all Acknowledge from the current element
        Returns:
        Collection, null if none are available
      • appendAcknowledge

        public JDFAcknowledge appendAcknowledge()
        (30) append element Acknowledge
        Returns:
        JDFAcknowledge the element
      • getCreateResponse

        public JDFResponse getCreateResponse​(int iSkip)
        (26) getCreateResponse
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFResponse the element
      • getResponse

        public JDFResponse getResponse​(int iSkip)
        (27) const get element Response
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFResponse the element default is getResponse(0)
      • getAllResponse

        public java.util.Collection<JDFResponse> getAllResponse()
        Get all Response from the current element
        Returns:
        Collection, null if none are available
      • appendResponse

        public JDFResponse appendResponse()
        (30) append element Response
        Returns:
        JDFResponse the element
      • getCreateSignal

        public JDFSignal getCreateSignal​(int iSkip)
        (26) getCreateSignal
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFSignal the element
      • getSignal

        public JDFSignal getSignal​(int iSkip)
        (27) const get element Signal
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFSignal the element default is getSignal(0)
      • getAllSignal

        public java.util.Collection<JDFSignal> getAllSignal()
        Get all Signal from the current element
        Returns:
        Collection, null if none are available
      • appendSignal

        public JDFSignal appendSignal()
        (30) append element Signal
        Returns:
        JDFSignal the element
      • getCreateQuery

        public JDFQuery getCreateQuery​(int iSkip)
        (26) getCreateQuery
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFQuery the element
      • getQuery

        public JDFQuery getQuery​(int iSkip)
        (27) const get element Query
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFQuery the element default is getQuery(0)
      • getAllQuery

        public java.util.Collection<JDFQuery> getAllQuery()
        Get all Query from the current element
        Returns:
        Collection, null if none are available
      • appendQuery

        public JDFQuery appendQuery()
        (30) append element Query
        Returns:
        JDFQuery the element
      • getCreateRegistration

        public JDFRegistration getCreateRegistration​(int iSkip)
        (26) getCreateRegistration
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFRegistration the element
      • getRegistration

        public JDFRegistration getRegistration​(int iSkip)
        (27) const get element Registration
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFRegistration the element default is getRegistration(0)
      • getAllRegistration

        public java.util.Collection<JDFRegistration> getAllRegistration()
        Get all Registration from the current element
        Returns:
        Collection, null if none are available
      • appendRegistration

        public JDFRegistration appendRegistration()
        (30) append element Registration
        Returns:
        JDFRegistration the element