Class JDFAutoDisjointing

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

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

    • JDFAutoDisjointing

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFElement
      Returns:
      the elementinfo
    • setNumber

      public void setNumber(int value)
      (36) set attribute Number
      Parameters:
      value - the value to set the attribute to
    • getNumber

      public int getNumber()
      (15) get int attribute Number
      Returns:
      int the value of the attribute
    • setOffset

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

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

      public void setOffsetAmount(int value)
      (36) set attribute OffsetAmount
      Parameters:
      value - the value to set the attribute to
    • getOffsetAmount

      public int getOffsetAmount()
      (15) get int attribute OffsetAmount
      Returns:
      int the value of the attribute
    • setOffsetDirection

      public void setOffsetDirection(JDFAutoDisjointing.EOffsetDirection enumVar)
      (5) set attribute OffsetDirection
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getEOffsetDirection

      public JDFAutoDisjointing.EOffsetDirection getEOffsetDirection()
      (9) get attribute OffsetDirection
      Returns:
      the value of the attribute
    • setOffsetDirection

      @Deprecated public void setOffsetDirection(JDFAutoDisjointing.EnumOffsetDirection enumVar)
      Deprecated.
      use SetOffsetDirection(EOffsetDirection) based on java.lang.enum instead
      (5) set attribute OffsetDirection
      Parameters:
      enumVar - the enumVar to set the attribute to
    • getOffsetDirection

      Deprecated.
      use EOffsetDirection GetEOffsetDirection() based on java.lang.enum instead
      (9) get attribute OffsetDirection
      Returns:
      the value of the attribute
    • setOffsetUnits

      public void setOffsetUnits(String value)
      (36) set attribute OffsetUnits
      Parameters:
      value - the value to set the attribute to
    • getOffsetUnits

      public String getOffsetUnits()
      (23) get String attribute OffsetUnits
      Returns:
      the value of the attribute
    • setOverfold

      public void setOverfold(double value)
      (36) set attribute Overfold
      Parameters:
      value - the value to set the attribute to
    • getOverfold

      public double getOverfold()
      (17) get double attribute Overfold
      Returns:
      double the value of the attribute
    • getIdentificationField

      public JDFIdentificationField getIdentificationField()
      (24) const get element IdentificationField
      Returns:
      JDFIdentificationField the element
    • getCreateIdentificationField

      public JDFIdentificationField getCreateIdentificationField()
      (25) getCreateIdentificationField
      Returns:
      JDFIdentificationField the element
    • getCreateIdentificationField

      public JDFIdentificationField getCreateIdentificationField(int iSkip)
      (26) getCreateIdentificationField
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFIdentificationField the element
    • getIdentificationField

      public JDFIdentificationField getIdentificationField(int iSkip)
      (27) const get element IdentificationField
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFIdentificationField the element default is getIdentificationField(0)
    • getAllIdentificationField

      public Collection<JDFIdentificationField> getAllIdentificationField()
      Get all IdentificationField from the current element
      Returns:
      Collection, null if none are available
    • appendIdentificationField

      public JDFIdentificationField appendIdentificationField()
      (30) append element IdentificationField
      Returns:
      JDFIdentificationField the element
    • getInsertSheet

      public JDFInsertSheet getInsertSheet()
      (24) const get element InsertSheet
      Returns:
      JDFInsertSheet the element
    • getCreateInsertSheet

      public JDFInsertSheet getCreateInsertSheet()
      (25) getCreateInsertSheet
      Returns:
      JDFInsertSheet the element
    • appendInsertSheet

      public JDFInsertSheet appendInsertSheet()
      (29) append element InsertSheet
      Returns:
      JDFInsertSheet the element
    • refInsertSheet

      public void refInsertSheet(JDFInsertSheet refTarget)
      (31) create inter-resource link to refTarget
      Parameters:
      refTarget - the element that is referenced