Class JDFAutoGeneralID

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

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

    • JDFAutoGeneralID

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

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

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

    • getTheAttributeInfo

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

      public void setDataType(JDFAutoGeneralID.EDataType enumVar)
      (5) set attribute DataType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEDataType

      public JDFAutoGeneralID.EDataType getEDataType()
      (9) get attribute DataType
      Returns:
      the value of the attribute
    • setDataType

      @Deprecated public void setDataType(JDFAutoGeneralID.EnumDataType enumVar)
      Deprecated.
      use SetDataType(EDataType) based on java.lang.enum instead
      (5) set attribute DataType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getDataType

      Deprecated.
      use EDataType GetEDataType() based on java.lang.enum instead
      (9) get attribute DataType
      Returns:
      the value of the attribute
    • setIDUsage

      public void setIDUsage(String value)
      (36) set attribute IDUsage
      Parameters:
      value - the value to set the attribute to
    • getIDUsage

      public String getIDUsage()
      (23) get String attribute IDUsage
      Returns:
      the value of the attribute
    • setIDValue

      public void setIDValue(String value)
      (36) set attribute IDValue
      Parameters:
      value - the value to set the attribute to
    • getIDValue

      public String getIDValue()
      (23) get String attribute IDValue
      Returns:
      the value of the attribute