@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class PalletizingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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.CIP4.org/JDFSchema_2_0}float" />
<attribute name="MaxWeight" type="{http://www.CIP4.org/JDFSchema_2_0}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.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected IntegerList |
layerAmount |
protected java.lang.Float |
maxHeight |
protected java.lang.Float |
maxWeight |
protected XYPair |
overhang |
protected XYPair |
overhangOffset |
protected java.lang.String |
pattern |
| Constructor and Description |
|---|
PalletizingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
IntegerList |
getLayerAmount()
Gets the value of the layerAmount property.
|
java.lang.Float |
getMaxHeight()
Gets the value of the maxHeight property.
|
java.lang.Float |
getMaxWeight()
Gets the value of the maxWeight property.
|
XYPair |
getOverhang()
Gets the value of the overhang property.
|
XYPair |
getOverhangOffset()
Gets the value of the overhangOffset property.
|
java.lang.String |
getPattern()
Gets the value of the pattern property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setLayerAmount(IntegerList value)
Sets the value of the layerAmount property.
|
void |
setMaxHeight(java.lang.Float value)
Sets the value of the maxHeight property.
|
void |
setMaxWeight(java.lang.Float value)
Sets the value of the maxWeight property.
|
void |
setOverhang(XYPair value)
Sets the value of the overhang property.
|
void |
setOverhangOffset(XYPair value)
Sets the value of the overhangOffset property.
|
void |
setPattern(java.lang.String value)
Sets the value of the pattern property.
|
PalletizingParams |
withLayerAmount(IntegerList value) |
PalletizingParams |
withMaxHeight(java.lang.Float value) |
PalletizingParams |
withMaxWeight(java.lang.Float value) |
PalletizingParams |
withOverhang(XYPair value) |
PalletizingParams |
withOverhangOffset(XYPair value) |
PalletizingParams |
withPattern(java.lang.String value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected IntegerList layerAmount
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float maxHeight
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float maxWeight
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected XYPair overhang
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected XYPair overhangOffset
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String pattern
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public IntegerList getLayerAmount()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setLayerAmount(IntegerList value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getMaxHeight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setMaxHeight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getMaxWeight()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setMaxWeight(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public XYPair getOverhang()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setOverhang(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public XYPair getOverhangOffset()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setOverhangOffset(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getPattern()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setPattern(java.lang.String value)
value - allowed object is
Stringpublic PalletizingParams withLayerAmount(IntegerList value)
public PalletizingParams withMaxHeight(java.lang.Float value)
public PalletizingParams withMaxWeight(java.lang.Float value)
public PalletizingParams withOverhang(XYPair value)
public PalletizingParams withOverhangOffset(XYPair value)
public PalletizingParams withPattern(java.lang.String value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource