Class JDFAutoCustomerMessage

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

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

    • JDFAutoCustomerMessage

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

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

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

      public void setLanguage(String value)
      (36) set attribute Language
      Parameters:
      value - the value to set the attribute to
    • getLanguage

      public String getLanguage()
      (23) get String attribute Language
      Returns:
      the value of the attribute
    • setMessageEvents

      public void setMessageEvents(VString value)
      (36) set attribute MessageEvents
      Parameters:
      value - the value to set the attribute to
    • getMessageEvents

      public VString getMessageEvents()
      (21) get VString attribute MessageEvents
      Returns:
      VString the value of the attribute
    • setShowList

      public void setShowList(VString value)
      (36) set attribute ShowList
      Parameters:
      value - the value to set the attribute to
    • getShowList

      public VString getShowList()
      (21) get VString attribute ShowList
      Returns:
      VString the value of the attribute
    • getComChannel

      public JDFComChannel getComChannel()
      (24) const get element ComChannel
      Returns:
      JDFComChannel the element
    • getCreateComChannel

      public JDFComChannel getCreateComChannel()
      (25) getCreateComChannel
      Returns:
      JDFComChannel the element
    • getCreateComChannel

      public JDFComChannel getCreateComChannel(int iSkip)
      (26) getCreateComChannel
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFComChannel the element
    • getComChannel

      public JDFComChannel getComChannel(int iSkip)
      (27) const get element ComChannel
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFComChannel the element default is getComChannel(0)
    • getAllComChannel

      public Collection<JDFComChannel> getAllComChannel()
      Get all ComChannel from the current element
      Returns:
      Collection, null if none are available
    • appendComChannel

      public JDFComChannel appendComChannel()
      (30) append element ComChannel
      Returns:
      JDFComChannel the element
    • refComChannel

      public void refComChannel(JDFComChannel refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced