Class JDFAutoSignal

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFSignal

public abstract class JDFAutoSignal extends JDFMessage
class JDFAutoSignal : public JDFMessage
See Also:
  • Constructor Details

    • JDFAutoSignal

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFMessage
      Returns:
      the elementinfo
    • setChannelMode

      public void setChannelMode(JDFAutoSignal.EChannelMode enumVar)
      (5) set attribute ChannelMode
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEChannelMode

      public JDFAutoSignal.EChannelMode getEChannelMode()
      (9) get attribute ChannelMode
      Returns:
      the value of the attribute
    • setChannelMode

      @Deprecated public void setChannelMode(JDFAutoSignal.EnumChannelMode enumVar)
      Deprecated.
      use SetChannelMode(EChannelMode) based on java.lang.enum instead
      (5) set attribute ChannelMode
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getChannelMode

      @Deprecated public JDFAutoSignal.EnumChannelMode getChannelMode()
      Deprecated.
      use EChannelMode GetEChannelMode() based on java.lang.enum instead
      (9) get attribute ChannelMode
      Returns:
      the value of the attribute
    • setLastRepeat

      public void setLastRepeat(boolean value)
      (36) set attribute LastRepeat
      Parameters:
      value - the value to set the attribute to
    • getLastRepeat

      public boolean getLastRepeat()
      (18) get boolean attribute LastRepeat
      Returns:
      boolean the value of the attribute
    • setrefID

      public void setrefID(String value)
      (36) set attribute refID
      Overrides:
      setrefID in class JDFMessage
      Parameters:
      value - the value to set the attribute to
    • getrefID

      public String getrefID()
      (23) get String attribute refID
      Overrides:
      getrefID in class JDFMessage
      Returns:
      the value of the attribute
    • setReplaceAfter

      public void setReplaceAfter(JDFDate value)
      (11) set attribute ReplaceAfter
      Parameters:
      value - the value to set the attribute to or null
    • getReplaceAfter

      public JDFDate getReplaceAfter()
      (12) get JDFDate attribute ReplaceAfter
      Returns:
      JDFDate the value of the attribute
    • setReplaceBefore

      public void setReplaceBefore(JDFDate value)
      (11) set attribute ReplaceBefore
      Parameters:
      value - the value to set the attribute to or null
    • getReplaceBefore

      public JDFDate getReplaceBefore()
      (12) get JDFDate attribute ReplaceBefore
      Returns:
      JDFDate the value of the attribute
    • getEmployee

      public JDFEmployee getEmployee()
      (24) const get element Employee
      Returns:
      JDFEmployee the element
    • getCreateEmployee

      public JDFEmployee getCreateEmployee()
      (25) getCreateEmployee
      Returns:
      JDFEmployee the element
    • 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 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
    • getNotification

      public JDFNotification getNotification()
      (24) const get element Notification
      Returns:
      JDFNotification the element
    • getCreateNotification

      public JDFNotification getCreateNotification()
      (25) getCreateNotification
      Returns:
      JDFNotification the element
    • getCreateNotification

      public JDFNotification getCreateNotification(int iSkip)
      (26) getCreateNotification
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFNotification the element
    • getNotification

      public JDFNotification getNotification(int iSkip)
      (27) const get element Notification
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFNotification the element default is getNotification(0)
    • getAllNotification

      public Collection<JDFNotification> getAllNotification()
      Get all Notification from the current element
      Returns:
      Collection, null if none are available
    • appendNotification

      public JDFNotification appendNotification()
      (30) append element Notification
      Returns:
      JDFNotification the element
    • getTrigger

      public JDFTrigger getTrigger()
      (24) const get element Trigger
      Returns:
      JDFTrigger the element
    • getCreateTrigger

      public JDFTrigger getCreateTrigger()
      (25) getCreateTrigger
      Returns:
      JDFTrigger the element
    • appendTrigger

      public JDFTrigger appendTrigger()
      (29) append element Trigger
      Returns:
      JDFTrigger the element