Class JDFAutoControllerFilter

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

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

    • JDFAutoControllerFilter

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFElement
      Returns:
    • setControllerID

      public void setControllerID(String value)
      (36) set attribute ControllerID
      Parameters:
      value - the value to set the attribute to
    • getControllerID

      public String getControllerID()
      (23) get String attribute ControllerID
      Returns:
      the value of the attribute
    • setEURLTypes

      public void setEURLTypes(List<JDFAutoControllerFilter.EURLTypes> v)
      (5.2) set attribute URLTypes
      Parameters:
      v - List of the enumeration values
    • getEnumsURLTypes

      public List<JDFAutoControllerFilter.EURLTypes> getEnumsURLTypes()
      (9.2) get URLTypes attribute URLTypes
      Returns:
      Vector of the enumerations
    • setURLTypes

      Deprecated.
      use SetEURLTypes(List) based on java.lang.enum instead
      (5.2) set attribute URLTypes
      Parameters:
      v - List of the enumeration values
    • getURLTypes

      Deprecated.
      use List GetEURLTypes() based on java.lang.enum instead
      (9.2) get URLTypes attribute URLTypes
      Returns:
      Vector of the enumerations