Class JDFAutoMsgFilter

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
org.apache.xerces.dom.ElementNSImpl
org.cip4.jdflib.core.KElement
org.cip4.jdflib.core.JDFElement
org.cip4.jdflib.auto.JDFAutoMsgFilter
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFMsgFilter

public abstract class JDFAutoMsgFilter extends JDFElement
class JDFAutoMsgFilter : public JDFElement
See Also:
  • Constructor Details

    • JDFAutoMsgFilter

      protected JDFAutoMsgFilter(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName)
      Constructor for JDFAutoMsgFilter
      Parameters:
      myOwnerDocument -
      qualifiedName -
    • JDFAutoMsgFilter

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

      protected JDFAutoMsgFilter(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoMsgFilter
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
  • Method Details

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • getTheElementInfo

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setAfter

      public void setAfter(JDFDate value)
      (11) set attribute After
      Parameters:
      value - the value to set the attribute to or null
    • getAfter

      public JDFDate getAfter()
      (12) get JDFDate attribute After
      Returns:
      JDFDate the value of the attribute
    • setBefore

      public void setBefore(JDFDate value)
      (11) set attribute Before
      Parameters:
      value - the value to set the attribute to or null
    • getBefore

      public JDFDate getBefore()
      (12) get JDFDate attribute Before
      Returns:
      JDFDate the value of the attribute
    • setCount

      public void setCount(int value)
      (36) set attribute Count
      Parameters:
      value - the value to set the attribute to
    • getCount

      public int getCount()
      (15) get int attribute Count
      Returns:
      int the value of the attribute
    • setDeviceID

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

      public String getDeviceID()
      (23) get String attribute DeviceID
      Returns:
      the value of the attribute
    • setFamily

      public void setFamily(JDFAutoMsgFilter.EFamily enumVar)
      (5) set attribute Family
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEFamily

      public JDFAutoMsgFilter.EFamily getEFamily()
      (9) get attribute Family
      Returns:
      the value of the attribute
    • setFamily

      @Deprecated public void setFamily(JDFAutoMsgFilter.EnumFamily enumVar)
      Deprecated.
      use SetFamily(EFamily) based on java.lang.enum instead
      (5) set attribute Family
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getFamily

      Deprecated.
      use EFamily GetEFamily() based on java.lang.enum instead
      (9) get attribute Family
      Returns:
      the value of the attribute
    • setJobID

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

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

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

      public String getJobPartID()
      (23) get String attribute JobPartID
      Returns:
      the value of the attribute
    • setMessageRefID

      public void setMessageRefID(String value)
      (36) set attribute MessageRefID
      Parameters:
      value - the value to set the attribute to
    • getMessageRefID

      public String getMessageRefID()
      (23) get String attribute MessageRefID
      Returns:
      the value of the attribute
    • setMessageID

      public void setMessageID(String value)
      (36) set attribute MessageID
      Parameters:
      value - the value to set the attribute to
    • getMessageID

      public String getMessageID()
      (23) get String attribute MessageID
      Returns:
      the value of the attribute
    • setMessageType

      public void setMessageType(String value)
      (36) set attribute MessageType
      Parameters:
      value - the value to set the attribute to
    • getMessageType

      public String getMessageType()
      (23) get String attribute MessageType
      Returns:
      the value of the attribute
    • setQueueEntryID

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

      public String getQueueEntryID()
      (23) get String attribute QueueEntryID
      Returns:
      the value of the attribute
    • setReceiverURL

      public void setReceiverURL(String value)
      (36) set attribute ReceiverURL
      Parameters:
      value - the value to set the attribute to
    • getReceiverURL

      public String getReceiverURL()
      (23) get String attribute ReceiverURL
      Returns:
      the value of the attribute
    • 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 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