Class JDFAutoJDFController

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

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

    • JDFAutoJDFController

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

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

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

      public void setURLType(JDFAutoJDFController.EURLType enumVar)
      (5) set attribute URLType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEURLType

      public JDFAutoJDFController.EURLType getEURLType()
      (9) get attribute URLType
      Returns:
      the value of the attribute
    • setURLType

      @Deprecated public void setURLType(JDFAutoJDFController.EnumURLType enumVar)
      Deprecated.
      use SetURLType(EURLType) based on java.lang.enum instead
      (5) set attribute URLType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getURLType

      Deprecated.
      use EURLType GetEURLType() based on java.lang.enum instead
      (9) get attribute URLType
      Returns:
      the value of the attribute