Class JDFAutoSubscription

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.JDFAutoSubscription
All Implemented Interfaces:
Serializable, Cloneable, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo
Direct Known Subclasses:
JDFSubscription

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

    • JDFAutoSubscription

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

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

      protected JDFAutoSubscription(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoSubscription
      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
    • 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
    • setFormat

      public void setFormat(String value)
      (36) set attribute Format
      Parameters:
      value - the value to set the attribute to
    • getFormat

      public String getFormat()
      (23) get String attribute Format
      Returns:
      the value of the attribute
    • setLanguages

      public void setLanguages(VString value)
      (36) set attribute Languages
      Parameters:
      value - the value to set the attribute to
    • getLanguages

      public VString getLanguages()
      (21) get VString attribute Languages
      Returns:
      VString the value of the attribute
    • setMinDelayTime

      public void setMinDelayTime(JDFDuration value)
      (36) set attribute MinDelayTime
      Parameters:
      value - the value to set the attribute to
    • getMinDelayTime

      public JDFDuration getMinDelayTime()
      (20) get JDFDuration attribute MinDelayTime
      Returns:
      JDFDuration the value of the attribute, null if a the attribute value is not a valid to create a JDFDuration
    • setRepeatStep

      public void setRepeatStep(int value)
      (36) set attribute RepeatStep
      Parameters:
      value - the value to set the attribute to
    • getRepeatStep

      public int getRepeatStep()
      (15) get int attribute RepeatStep
      Returns:
      int the value of the attribute
    • setRepeatTime

      public void setRepeatTime(double value)
      (36) set attribute RepeatTime
      Parameters:
      value - the value to set the attribute to
    • getRepeatTime

      public double getRepeatTime()
      (17) get double attribute RepeatTime
      Returns:
      double the value of the attribute
    • setRetryPolicy

      public void setRetryPolicy(JDFAutoSubscription.ERetryPolicy enumVar)
      (5) set attribute RetryPolicy
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getERetryPolicy

      public JDFAutoSubscription.ERetryPolicy getERetryPolicy()
      (9) get attribute RetryPolicy
      Returns:
      the value of the attribute
    • setRetryPolicy

      @Deprecated public void setRetryPolicy(JDFAutoSubscription.EnumRetryPolicy enumVar)
      Deprecated.
      use SetRetryPolicy(ERetryPolicy) based on java.lang.enum instead
      (5) set attribute RetryPolicy
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getRetryPolicy

      Deprecated.
      use ERetryPolicy GetERetryPolicy() based on java.lang.enum instead
      (9) get attribute RetryPolicy
      Returns:
      the value of the attribute
    • setTemplate

      public void setTemplate(String value)
      (36) set attribute Template
      Parameters:
      value - the value to set the attribute to
    • getTemplate

      public String getTemplate()
      (23) get String attribute Template
      Returns:
      the value of the attribute
    • setURL

      public void setURL(String value)
      (36) set attribute URL
      Parameters:
      value - the value to set the attribute to
    • getURL

      public String getURL()
      (23) get String attribute URL
      Returns:
      the value of the attribute
    • getObservationTarget

      public JDFObservationTarget getObservationTarget()
      (24) const get element ObservationTarget
      Returns:
      JDFObservationTarget the element
    • getCreateObservationTarget

      public JDFObservationTarget getCreateObservationTarget()
      (25) getCreateObservationTarget
      Returns:
      JDFObservationTarget the element
    • getCreateObservationTarget

      public JDFObservationTarget getCreateObservationTarget(int iSkip)
      (26) getCreateObservationTarget
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFObservationTarget the element
    • getObservationTarget

      public JDFObservationTarget getObservationTarget(int iSkip)
      (27) const get element ObservationTarget
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFObservationTarget the element default is getObservationTarget(0)
    • getAllObservationTarget

      public Collection<JDFObservationTarget> getAllObservationTarget()
      Get all ObservationTarget from the current element
      Returns:
      Collection, null if none are available
    • appendObservationTarget

      public JDFObservationTarget appendObservationTarget()
      (30) append element ObservationTarget
      Returns:
      JDFObservationTarget the element