Class JDFGeneralID

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
All Implemented Interfaces:
Serializable, Cloneable, IMatches, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFGeneralID extends JDFAutoGeneralID implements IMatches
See Also:
  • Constructor Details

    • JDFGeneralID

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

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

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

    • setXJDFDataType

      public void setXJDFDataType(JDFAutoGeneralID.EnumDataType enumVar)
      (5) set attribute DataType
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getDataType

      public JDFAutoGeneralID.EnumDataType getDataType()
      Description copied from class: JDFAutoGeneralID
      (9) get attribute DataType
      Overrides:
      getDataType in class JDFAutoGeneralID
      Returns:
      the value of the attribute
    • toString

      public String toString()
      toString
      Overrides:
      toString in class KElement
      Returns:
      String
      See Also:
    • matches

      public boolean matches(Object subset)
      Description copied from interface: IMatches
      returns true if subset somehow matches this the semantics are defined by the filtering algorithm, thus it could be a filter or a subset i.e. subset contains either equivalent elements or null and no non-matching elements matches(null) always returns true
      Specified by:
      matches in interface IMatches
      Parameters:
      subset -
      Returns:
      true if it matches
      See Also: