Class JDFAutoNotificationFilter

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

    public abstract class JDFAutoNotificationFilter
    extends JDFElement
    class JDFAutoNotificationFilter : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoNotificationFilter

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

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

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

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

        public void setJobID​(java.lang.String value)
        (36) set attribute JobID
        Parameters:
        value - the value to set the attribute to
      • getJobID

        public java.lang.String getJobID()
        (23) get String attribute JobID
        Returns:
        the value of the attribute
      • setJobPartID

        public void setJobPartID​(java.lang.String value)
        (36) set attribute JobPartID
        Parameters:
        value - the value to set the attribute to
      • getJobPartID

        public java.lang.String getJobPartID()
        (23) get String attribute JobPartID
        Returns:
        the value of the attribute
      • setMilestoneTypes

        public void setMilestoneTypes​(VString value)
        (36) set attribute MilestoneTypes
        Parameters:
        value - the value to set the attribute to
      • getMilestoneTypes

        public VString getMilestoneTypes()
        (21) get VString attribute MilestoneTypes
        Returns:
        VString the value of the attribute
      • setQueueEntryID

        public void setQueueEntryID​(java.lang.String value)
        (36) set attribute QueueEntryID
        Parameters:
        value - the value to set the attribute to
      • getQueueEntryID

        public java.lang.String getQueueEntryID()
        (23) get String attribute QueueEntryID
        Returns:
        the value of the attribute
      • setSignalTypes

        public void setSignalTypes​(VString value)
        (36) set attribute SignalTypes
        Parameters:
        value - the value to set the attribute to
      • getSignalTypes

        public VString getSignalTypes()
        (21) get VString attribute SignalTypes
        Returns:
        VString the value of the attribute
      • setTypes

        public void setTypes​(VString value)
        (36) set attribute Types
        Parameters:
        value - the value to set the attribute to
      • getTypes

        public VString getTypes()
        (21) get VString attribute Types
        Returns:
        VString the value of the attribute
      • setClasses

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

        public java.util.Vector<? extends org.apache.commons.lang.enums.ValuedEnum> getClasses()
        (9.2) get Classes attribute Classes
        Returns:
        Vector of the enumerations
      • getPart

        public JDFPart getPart()
        (24) const get element Part
        Returns:
        JDFPart the element
      • getCreatePart

        public JDFPart getCreatePart()
        (25) getCreatePart
        Returns:
        JDFPart the element
      • getCreatePart

        public JDFPart getCreatePart​(int iSkip)
        (26) getCreatePart
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPart the element
      • getPart

        public JDFPart getPart​(int iSkip)
        (27) const get element Part
        Parameters:
        iSkip - number of elements to skip
        Returns:
        JDFPart the element default is getPart(0)
      • getAllPart

        public java.util.Collection<JDFPart> getAllPart()
        Get all Part from the current element
        Returns:
        Collection, null if none are available
      • appendPart

        public JDFPart appendPart()
        (30) append element Part
        Returns:
        JDFPart the element