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:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class PalletizingParams extends SpecificResource implements java.io.SerializableJava 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 Summary
Fields Modifier and Type Field Description protected IntegerListlayerAmountprotected java.lang.FloatmaxHeightprotected java.lang.FloatmaxWeightprotected XYPairoverhangprotected XYPairoverhangOffsetprotected java.lang.Stringpattern
-
Constructor Summary
Constructors Constructor Description PalletizingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)IntegerListgetLayerAmount()Gets the value of the layerAmount property.java.lang.FloatgetMaxHeight()Gets the value of the maxHeight property.java.lang.FloatgetMaxWeight()Gets the value of the maxWeight property.XYPairgetOverhang()Gets the value of the overhang property.XYPairgetOverhangOffset()Gets the value of the overhangOffset property.java.lang.StringgetPattern()Gets the value of the pattern property.inthashCode()voidsetLayerAmount(IntegerList value)Sets the value of the layerAmount property.voidsetMaxHeight(java.lang.Float value)Sets the value of the maxHeight property.voidsetMaxWeight(java.lang.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(java.lang.String value)Sets the value of the pattern property.PalletizingParamswithLayerAmount(IntegerList value)PalletizingParamswithMaxHeight(java.lang.Float value)PalletizingParamswithMaxWeight(java.lang.Float value)PalletizingParamswithOverhang(XYPair value)PalletizingParamswithOverhangOffset(XYPair value)PalletizingParamswithPattern(java.lang.String value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
layerAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected IntegerList layerAmount
-
maxHeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float maxHeight
-
maxWeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float maxWeight
-
overhang
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected XYPair overhang
-
overhangOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected XYPair overhangOffset
-
pattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.String pattern
-
-
Method Detail
-
getLayerAmount
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") 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-21T00:11:33Z") public void setMaxHeight(java.lang.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 v4.0.1", date="2022-12-21T00:11:33Z") 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-21T00:11:33Z") public void setMaxWeight(java.lang.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 v4.0.1", date="2022-12-21T00:11:33Z") 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-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") 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-21T00:11:33Z") 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 v4.0.1", date="2022-12-21T00:11:33Z") 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-21T00:11:33Z") public void setPattern(java.lang.String value)Sets the value of the pattern property.- Parameters:
value- allowed object isString
-
withLayerAmount
public PalletizingParams withLayerAmount(IntegerList value)
-
withMaxHeight
public PalletizingParams withMaxHeight(java.lang.Float value)
-
withMaxWeight
public PalletizingParams withMaxWeight(java.lang.Float value)
-
withOverhang
public PalletizingParams withOverhang(XYPair value)
-
withOverhangOffset
public PalletizingParams withOverhangOffset(XYPair value)
-
withPattern
public PalletizingParams withPattern(java.lang.String value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-