Class JDFAutoPalletizingParams

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

    public abstract class JDFAutoPalletizingParams
    extends JDFResource
    class JDFAutoPalletizingParams : public JDFResource
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFAutoPalletizingParams

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

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

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

      • 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​(java.lang.String value)
        (36) set attribute Pattern
        Parameters:
        value - the value to set the attribute to
      • getPattern

        public java.lang.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 java.util.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