Class JDFAutoSubscription

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

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

      • JDFAutoSubscription

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

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

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

      • setChannelMode

        public void setChannelMode​(JDFAutoSubscription.EnumChannelMode enumVar)
        (5) set attribute ChannelMode
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setFormat

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

        public java.lang.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.EnumRetryPolicy enumVar)
        (5) set attribute RetryPolicy
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setTemplate

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

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

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

        public java.lang.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 java.util.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