Class JDFAutoPalletizingParams

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

public abstract class JDFAutoPalletizingParams extends JDFResource
class JDFAutoPalletizingParams : public JDFResource
See Also:
  • Constructor Details

    • JDFAutoPalletizingParams

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

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

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

    • getTheAttributeInfo

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

      protected ElementInfo getTheElementInfo()
      Overrides:
      getTheElementInfo in class JDFResource
      Returns:
      the elementinfo
    • init

      public boolean init()
      Description copied from class: JDFResource
      default initialization
      Overrides:
      init in class JDFResource
      Returns:
      true if ok
      See Also:
    • getValidClass

      public JDFResource.EnumResourceClass getValidClass()
      Description copied from class: JDFResource
      get the fixed class for this resource,
      Overrides:
      getValidClass in class JDFResource
      Returns:
      the resource Class
    • setLayerAmount

      public void setLayerAmount(JDFIntegerList value)
      (36) set attribute LayerAmount
      Parameters:
      value - the value to set the attribute to
    • getLayerAmount

      public JDFIntegerList getLayerAmount()
      (20) get JDFIntegerList attribute LayerAmount
      Returns:
      JDFIntegerList the value of the attribute, null if a the attribute value is not a valid to create a JDFIntegerList
    • setMaxHeight

      public void setMaxHeight(double value)
      (36) set attribute MaxHeight
      Parameters:
      value - the value to set the attribute to
    • getMaxHeight

      public double getMaxHeight()
      (17) get double attribute MaxHeight
      Returns:
      double the value of the attribute
    • setMaxWeight

      public void setMaxWeight(double value)
      (36) set attribute MaxWeight
      Parameters:
      value - the value to set the attribute to
    • getMaxWeight

      public double getMaxWeight()
      (17) get double attribute MaxWeight
      Returns:
      double the value of the attribute
    • setOverhang

      public void setOverhang(JDFXYPair value)
      (36) set attribute Overhang
      Parameters:
      value - the value to set the attribute to
    • getOverhang

      public JDFXYPair getOverhang()
      (20) get JDFXYPair attribute Overhang
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setOverhangOffset

      public void setOverhangOffset(JDFXYPair value)
      (36) set attribute OverhangOffset
      Parameters:
      value - the value to set the attribute to
    • getOverhangOffset

      public JDFXYPair getOverhangOffset()
      (20) get JDFXYPair attribute OverhangOffset
      Returns:
      JDFXYPair the value of the attribute, null if a the attribute value is not a valid to create a JDFXYPair
    • setPattern

      public void setPattern(String value)
      (36) set attribute Pattern
      Parameters:
      value - the value to set the attribute to
    • getPattern

      public String getPattern()
      (23) get String attribute Pattern
      Returns:
      the value of the attribute
    • getBundle

      public JDFBundle getBundle()
      (24) const get element Bundle
      Returns:
      JDFBundle the element
    • getCreateBundle

      public JDFBundle getCreateBundle()
      (25) getCreateBundle
      Returns:
      JDFBundle the element
    • getCreateBundle

      public JDFBundle getCreateBundle(int iSkip)
      (26) getCreateBundle
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFBundle the element
    • getBundle

      public JDFBundle getBundle(int iSkip)
      (27) const get element Bundle
      Parameters:
      iSkip - number of elements to skip
      Returns:
      JDFBundle the element default is getBundle(0)
    • getAllBundle

      public Collection<JDFBundle> getAllBundle()
      Get all Bundle from the current element
      Returns:
      Collection, null if none are available
    • appendBundle

      public JDFBundle appendBundle()
      (30) append element Bundle
      Returns:
      JDFBundle the element
    • refBundle

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