Class JDFAutoHole

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
Direct Known Subclasses:
JDFHole

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

    • JDFAutoHole

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

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

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

    • getTheAttributeInfo

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

      public void setCenter(JDFXYPair value)
      (36) set attribute Center
      Parameters:
      value - the value to set the attribute to
    • getCenter

      public JDFXYPair getCenter()
      (20) get JDFXYPair attribute Center
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setExtent

      public void setExtent(JDFXYPair value)
      (36) set attribute Extent
      Parameters:
      value - the value to set the attribute to
    • getExtent

      public JDFXYPair getExtent()
      (20) get JDFXYPair attribute Extent
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setReinforcement

      public void setReinforcement(String value)
      (36) set attribute Reinforcement
      Parameters:
      value - the value to set the attribute to
    • getReinforcement

      public String getReinforcement()
      (23) get String attribute Reinforcement
      Returns:
      the value of the attribute
    • setShape

      public void setShape(JDFAutoHole.EShape enumVar)
      (5) set attribute Shape
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEShape

      public JDFAutoHole.EShape getEShape()
      (9) get attribute Shape
      Returns:
      the value of the attribute
    • setShape

      @Deprecated public void setShape(JDFAutoHole.EnumShape enumVar)
      Deprecated.
      use SetShape(EShape) based on java.lang.enum instead
      (5) set attribute Shape
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getShape

      Deprecated.
      use EShape GetEShape() based on java.lang.enum instead
      (9) get attribute Shape
      Returns:
      the value of the attribute