Class JDFAutoBundleItem

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

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

    • JDFAutoBundleItem

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

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

      protected JDFAutoBundleItem(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName)
      Constructor for JDFAutoBundleItem
      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
    • 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(String value)
      (36) set attribute ItemName
      Parameters:
      value - the value to set the attribute to
    • getItemName

      public 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
    • getOrientation

      public JDFAutoBundleItem.EnumOrientation getOrientation()
      (9) get attribute Orientation
      Returns:
      the value of the attribute
    • 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