Class JDFAutoSubscriptionInfo

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

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

      • JDFAutoSubscriptionInfo

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

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

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

      • setChannelID

        public void setChannelID​(java.lang.String value)
        (36) set attribute ChannelID
        Parameters:
        value - the value to set the attribute to
      • getChannelID

        public java.lang.String getChannelID()
        (23) get String attribute ChannelID
        Returns:
        the value of the attribute
      • setSenderID

        public void setSenderID​(java.lang.String value)
        (36) set attribute SenderID
        Parameters:
        value - the value to set the attribute to
      • getSenderID

        public java.lang.String getSenderID()
        (23) get String attribute SenderID
        Returns:
        the value of the attribute
      • setFamily

        public void setFamily​(java.lang.String value)
        (36) set attribute Family
        Parameters:
        value - the value to set the attribute to
      • getFamily

        public java.lang.String getFamily()
        (23) get String attribute Family
        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
      • 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
      • setMessageType

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

        public java.lang.String getMessageType()
        (23) get String attribute MessageType
        Returns:
        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
      • 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
      • getSubscription

        public JDFSubscription getSubscription()
        (24) const get element Subscription
        Returns:
        JDFSubscription the element
      • getCreateSubscription

        public JDFSubscription getCreateSubscription()
        (25) getCreateSubscription
        Returns:
        JDFSubscription the element
      • appendSubscription

        public JDFSubscription appendSubscription()
        (29) append element Subscription
        Returns:
        JDFSubscription the element @ if the element already exists