Class JDFAutoCollatingItem

  • 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:
    JDFCollatingItem

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

      • JDFAutoCollatingItem

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

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

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

      • setAmount

        public void setAmount​(int value)
        (36) set attribute Amount
        Parameters:
        value - the value to set the attribute to
      • getAmount

        public int getAmount()
        (15) get int attribute Amount
        Returns:
        int the value of the attribute
      • setBundleDepth

        public void setBundleDepth​(int value)
        (36) set attribute BundleDepth
        Parameters:
        value - the value to set the attribute to
      • getBundleDepth

        public int getBundleDepth()
        (15) get int attribute BundleDepth
        Returns:
        int the value of the attribute
      • setOrientation

        public void setOrientation​(JDFAutoCollatingItem.EnumOrientation enumVar)
        (5) set attribute Orientation
        Parameters:
        enumVar - the enumVar to set the attribute to
      • setTransformation

        public void setTransformation​(JDFMatrix value)
        (36) set attribute Transformation
        Parameters:
        value - the value to set the attribute to
      • getTransformation

        public JDFMatrix getTransformation()
        (20) get JDFMatrix attribute Transformation
        Returns:
        JDFMatrix the value of the attribute, null if a the attribute value is not a valid to create a JDFMatrix
      • getComponent

        public JDFComponent getComponent()
        (24) const get element Component
        Returns:
        JDFComponent the element
      • getCreateComponent

        public JDFComponent getCreateComponent()
        (25) getCreateComponent
        Returns:
        JDFComponent the element
      • appendComponent

        public JDFComponent appendComponent()
        (29) append element Component
        Returns:
        JDFComponent the element @ if the element already exists
      • refComponent

        public void refComponent​(JDFComponent refTarget)
        (31) create inter-resource link to refTarget
        Parameters:
        refTarget - the element that is referenced
      • getMedia

        public JDFMedia getMedia()
        (24) const get element Media
        Returns:
        JDFMedia the element
      • getCreateMedia

        public JDFMedia getCreateMedia()
        (25) getCreateMedia
        Returns:
        JDFMedia the element
      • appendMedia

        public JDFMedia appendMedia()
        (29) append element Media
        Returns:
        JDFMedia the element @ if the element already exists
      • refMedia

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