Class JDFAutoBundleItem

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

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

      • JDFAutoBundleItem

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

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

        protected JDFAutoBundleItem​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                    java.lang.String myNamespaceURI,
                                    java.lang.String qualifiedName,
                                    java.lang.String myLocalName)
        Constructor for JDFAutoBundleItem
        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
      • setItemName

        public void setItemName​(java.lang.String value)
        (36) set attribute ItemName
        Parameters:
        value - the value to set the attribute to
      • getItemName

        public java.lang.String getItemName()
        (23) get String attribute ItemName
        Returns:
        the value of the attribute
      • setOrientation

        public void setOrientation​(JDFAutoBundleItem.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