Class JDFAutoNumberingParam

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

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

    • JDFAutoNumberingParam

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

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

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

    • getTheAttributeInfo

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

      public void setStartValue(String value)
      (36) set attribute StartValue
      Parameters:
      value - the value to set the attribute to
    • getStartValue

      public String getStartValue()
      (23) get String attribute StartValue
      Returns:
      the value of the attribute
    • setXPosition

      public void setXPosition(double value)
      (36) set attribute XPosition
      Parameters:
      value - the value to set the attribute to
    • getXPosition

      public double getXPosition()
      (17) get double attribute XPosition
      Returns:
      double the value of the attribute
    • setYPosition

      public void setYPosition(JDFNumberList value)
      (36) set attribute YPosition
      Parameters:
      value - the value to set the attribute to
    • getYPosition

      public JDFNumberList getYPosition()
      (20) get JDFNumberList attribute YPosition
      Returns:
      JDFNumberList the value of the attribute, null if a the attribute value is not a valid to create a JDFNumberList
    • setOrientation

      public void setOrientation(double value)
      (36) set attribute Orientation
      Parameters:
      value - the value to set the attribute to
    • getOrientation

      public double getOrientation()
      (17) get double attribute Orientation
      Returns:
      double the value of the attribute
    • setStep

      public void setStep(int value)
      (36) set attribute Step
      Parameters:
      value - the value to set the attribute to
    • getStep

      public int getStep()
      (15) get int attribute Step
      Returns:
      int the value of the attribute