Class PalletizingParams

java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.PalletizingParams
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class PalletizingParams extends SpecificResource implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

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:
  • Field Details

    • layerAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected IntegerList layerAmount
    • maxHeight

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float maxHeight
    • maxWeight

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float maxWeight
    • overhang

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair overhang
    • overhangOffset

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair overhangOffset
    • pattern

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String pattern
  • Constructor Details

    • PalletizingParams

      public PalletizingParams()
  • Method Details

    • getLayerAmount

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMaxHeight(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMaxWeight(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setPattern(String value)
      Sets the value of the pattern property.
      Parameters:
      value - allowed object is String
    • withLayerAmount

      public PalletizingParams withLayerAmount(IntegerList value)
    • withMaxHeight

      public PalletizingParams withMaxHeight(Float value)
    • withMaxWeight

      public PalletizingParams withMaxWeight(Float value)
    • withOverhang

      public PalletizingParams withOverhang(XYPair value)
    • withOverhangOffset

      public PalletizingParams withOverhangOffset(XYPair value)
    • withPattern

      public PalletizingParams withPattern(String value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class SpecificResource
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SpecificResource
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class SpecificResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource