Package org.cip4.lib.xjdf.schema
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the layerAmount property.Gets the value of the maxHeight property.Gets the value of the maxWeight property.Gets the value of the overhang property.Gets the value of the overhangOffset property.Gets the value of the pattern property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetLayerAmount(IntegerList value) Sets the value of the layerAmount property.voidsetMaxHeight(Float value) Sets the value of the maxHeight property.voidsetMaxWeight(Float value) Sets the value of the maxWeight property.voidsetOverhang(XYPair value) Sets the value of the overhang property.voidsetOverhangOffset(XYPair value) Sets the value of the overhangOffset property.voidsetPattern(String value) Sets the value of the pattern property.withLayerAmount(IntegerList value) withMaxHeight(Float value) withMaxWeight(Float value) withOverhang(XYPair value) withOverhangOffset(XYPair value) withPattern(String value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
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 isString
-
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 isFloat
-
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 isFloat
-
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 isString
-
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 isString
-
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 isString
-
withLayerAmount
-
withMaxHeight
-
withMaxWeight
-
withOverhang
-
withOverhangOffset
-
withPattern
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-