Class JDFAutoBoxArgument

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

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

    • JDFAutoBoxArgument

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

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

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

    • getTheAttributeInfo

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

      public void setBox(JDFAutoBoxArgument.EBox enumVar)
      (5) set attribute Box
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEBox

      public JDFAutoBoxArgument.EBox getEBox()
      (9) get attribute Box
      Returns:
      the value of the attribute
    • setBox

      @Deprecated public void setBox(JDFAutoBoxArgument.EnumBox enumVar)
      Deprecated.
      use SetBox(EBox) based on java.lang.enum instead
      (5) set attribute Box
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getBox

      Deprecated.
      use EBox GetEBox() based on java.lang.enum instead
      (9) get attribute Box
      Returns:
      the value of the attribute
    • setMirrorMargins

      public void setMirrorMargins(JDFAutoBoxArgument.EMirrorMargins enumVar)
      (5) set attribute MirrorMargins
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEMirrorMargins

      public JDFAutoBoxArgument.EMirrorMargins getEMirrorMargins()
      (9) get attribute MirrorMargins
      Returns:
      the value of the attribute
    • setMirrorMargins

      @Deprecated public void setMirrorMargins(JDFAutoBoxArgument.EnumMirrorMargins enumVar)
      Deprecated.
      use SetMirrorMargins(EMirrorMargins) based on java.lang.enum instead
      (5) set attribute MirrorMargins
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getMirrorMargins

      Deprecated.
      use EMirrorMargins GetEMirrorMargins() based on java.lang.enum instead
      (9) get attribute MirrorMargins
      Returns:
      the value of the attribute
    • setOffset

      public void setOffset(JDFRectangle value)
      (36) set attribute Offset
      Parameters:
      value - the value to set the attribute to
    • getOffset

      public JDFRectangle getOffset()
      (20) get JDFRectangle attribute Offset
      Returns:
      JDFRectangle the value of the attribute, null if a the attribute value is not a valid to create a JDFRectangle
    • setOverlap

      public void setOverlap(boolean value)
      (36) set attribute Overlap
      Parameters:
      value - the value to set the attribute to
    • getOverlap

      public boolean getOverlap()
      (18) get boolean attribute Overlap
      Returns:
      boolean the value of the attribute