Class JDFAutoObjectResolution

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

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

    • JDFAutoObjectResolution

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

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

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

    • getTheAttributeInfo

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

      public void setAntiAliasing(String value)
      (36) set attribute AntiAliasing
      Parameters:
      value - the value to set the attribute to
    • getAntiAliasing

      public String getAntiAliasing()
      (23) get String attribute AntiAliasing
      Returns:
      the value of the attribute
    • setObjectTags

      public void setObjectTags(VString value)
      (36) set attribute ObjectTags
      Parameters:
      value - the value to set the attribute to
    • getObjectTags

      public VString getObjectTags()
      (21) get VString attribute ObjectTags
      Returns:
      VString the value of the attribute
    • setResolution

      public void setResolution(JDFXYPair value)
      (36) set attribute Resolution
      Parameters:
      value - the value to set the attribute to
    • getResolution

      public JDFXYPair getResolution()
      (20) get JDFXYPair attribute Resolution
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setESourceObjects

      public void setESourceObjects(List<JDFAutoObjectResolution.ESourceObjects> v)
      (5.2) set attribute SourceObjects
      Parameters:
      v - List of the enumeration values
    • getEnumsSourceObjects

      public List<JDFAutoObjectResolution.ESourceObjects> getEnumsSourceObjects()
      (9.2) get SourceObjects attribute SourceObjects
      Returns:
      Vector of the enumerations
    • setSourceObjects

      @Deprecated public void setSourceObjects(List<JDFAutoObjectResolution.EnumSourceObjects> v)
      Deprecated.
      use SetESourceObjects(List) based on java.lang.enum instead
      (5.2) set attribute SourceObjects
      Parameters:
      v - List of the enumeration values
    • getSourceObjects

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