Class PalletizingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-20T17:59:47Z")
    public class PalletizingParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for PalletizingParams complex type.

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="PalletizingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <attribute name="LayerAmount" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
           <attribute name="MaxHeight" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="MaxWeight" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="Overhang" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <attribute name="OverhangOffset" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
           <attribute name="Pattern" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • layerAmount

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected IntegerList layerAmount
      • maxHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.Float maxHeight
      • maxWeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.Float maxWeight
      • overhang

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected XYPair overhang
      • overhangOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected XYPair overhangOffset
      • pattern

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.String pattern
    • Constructor Detail

      • PalletizingParams

        public PalletizingParams()
    • Method Detail

      • getLayerAmount

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public IntegerList getLayerAmount()
        Gets the value of the layerAmount property.
        Returns:
        possible object is String
      • setLayerAmount

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setLayerAmount​(IntegerList value)
        Sets the value of the layerAmount property.
        Parameters:
        value - allowed object is String
      • getMaxHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.Float getMaxHeight()
        Gets the value of the maxHeight property.
        Returns:
        possible object is Float
      • setMaxHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setMaxHeight​(java.lang.Float value)
        Sets the value of the maxHeight property.
        Parameters:
        value - allowed object is Float
      • getMaxWeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.Float getMaxWeight()
        Gets the value of the maxWeight property.
        Returns:
        possible object is Float
      • setMaxWeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setMaxWeight​(java.lang.Float value)
        Sets the value of the maxWeight property.
        Parameters:
        value - allowed object is Float
      • getOverhang

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public XYPair getOverhang()
        Gets the value of the overhang property.
        Returns:
        possible object is String
      • setOverhang

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setOverhang​(XYPair value)
        Sets the value of the overhang property.
        Parameters:
        value - allowed object is String
      • getOverhangOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public XYPair getOverhangOffset()
        Gets the value of the overhangOffset property.
        Returns:
        possible object is String
      • setOverhangOffset

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setOverhangOffset​(XYPair value)
        Sets the value of the overhangOffset property.
        Parameters:
        value - allowed object is String
      • getPattern

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.String getPattern()
        Gets the value of the pattern property.
        Returns:
        possible object is String
      • setPattern

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setPattern​(java.lang.String value)
        Sets the value of the pattern property.
        Parameters:
        value - allowed object is String