Class JDFOptionSpan

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, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFOptionSpan extends JDFSpanBase
See Also:
  • Constructor Details

    • JDFOptionSpan

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFSpanBase
      Returns:
    • toString

      public String toString()
      toString
      Overrides:
      toString in class JDFSpanBase
      Returns:
      String
      See Also:
    • setActual

      public void setActual(boolean value)
      Set attribute Actual
      Parameters:
      boolean - value - the value to set
    • getActual

      public boolean getActual()
      Get attribute Actual value
      Returns:
      boolean - the value of attribute Actual
    • setPreferred

      public void setPreferred(boolean value)
      Set attribute Preferred
      Parameters:
      boolean - value - the value to set
    • getPreferred

      public boolean getPreferred()
      Get attribute Preferred value
      Returns:
      boolean - the value of attribute Preferred
    • setRange

      public void setRange(String value)
      Set attribute Range as a String
      Parameters:
      String - value - the value to set
    • getRange

      public String getRange()
      Get attribute Range value
      Returns:
      String - the value of attribute Range
    • getDataType

      public JDFSpanBase.EnumDataType getDataType()
      Gets the value of attribute DataType
      Overrides:
      getDataType in class JDFSpanBase
      Returns:
      EnumDataType - the attribute DataType value
    • init

      public boolean init()
      Description copied from class: KElement
      Method init. Superclass of all inits
      Overrides:
      init in class JDFElement
      Returns:
      boolean true always
      See Also: