Class JDFAutoDisjointing

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo
    Direct Known Subclasses:
    JDFDisjointing

    public abstract class JDFAutoDisjointing
    extends JDFElement
    class JDFAutoDisjointing : public JDFElement
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoDisjointing

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

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

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

      • 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.EnumOffsetDirection enumVar)
        (5) set attribute OffsetDirection
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setOffsetUnits

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

        public java.lang.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 java.util.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 @ if the element already exists
      • refInsertSheet

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