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,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class PalletizingParams extends SpecificResource implements java.io.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:
- 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)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)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()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(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
protected IntegerList layerAmount
-
maxHeight
protected java.lang.Float maxHeight
-
maxWeight
protected java.lang.Float maxWeight
-
overhang
protected XYPair overhang
-
overhangOffset
protected XYPair overhangOffset
-
pattern
protected java.lang.String pattern
-
-
Method Detail
-
getLayerAmount
public IntegerList getLayerAmount()
Gets the value of the layerAmount property.- Returns:
- possible object is
String
-
setLayerAmount
public void setLayerAmount(IntegerList value)
Sets the value of the layerAmount property.- Parameters:
value- allowed object isString
-
getMaxHeight
public java.lang.Float getMaxHeight()
Gets the value of the maxHeight property.- Returns:
- possible object is
Float
-
setMaxHeight
public void setMaxHeight(java.lang.Float value)
Sets the value of the maxHeight property.- Parameters:
value- allowed object isFloat
-
getMaxWeight
public java.lang.Float getMaxWeight()
Gets the value of the maxWeight property.- Returns:
- possible object is
Float
-
setMaxWeight
public void setMaxWeight(java.lang.Float value)
Sets the value of the maxWeight property.- Parameters:
value- allowed object isFloat
-
getOverhang
public XYPair getOverhang()
Gets the value of the overhang property.- Returns:
- possible object is
String
-
setOverhang
public void setOverhang(XYPair value)
Sets the value of the overhang property.- Parameters:
value- allowed object isString
-
getOverhangOffset
public XYPair getOverhangOffset()
Gets the value of the overhangOffset property.- Returns:
- possible object is
String
-
setOverhangOffset
public void setOverhangOffset(XYPair value)
Sets the value of the overhangOffset property.- Parameters:
value- allowed object isString
-
getPattern
public java.lang.String getPattern()
Gets the value of the pattern property.- Returns:
- possible object is
String
-
setPattern
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(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- 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
-
-