public class PalletizingParams extends ParameterType implements java.io.Serializable
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}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Bundle" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="MaxWeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Pattern" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="MaxHeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="OverhangOffset" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="Overhang" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
<attribute name="LayerAmount" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Bundle> |
bundles |
protected java.util.List<java.lang.Integer> |
layerAmounts |
protected java.lang.Double |
maxHeight |
protected java.lang.Double |
maxWeight |
protected java.util.List<java.lang.Double> |
overhangOffsets |
protected java.util.List<java.lang.Double> |
overhangs |
protected java.lang.String |
pattern |
| Constructor and Description |
|---|
PalletizingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Bundle> |
getBundles()
Gets the value of the bundles property.
|
java.util.List<java.lang.Integer> |
getLayerAmounts()
Gets the value of the layerAmounts property.
|
java.lang.Double |
getMaxHeight()
Gets the value of the maxHeight property.
|
java.lang.Double |
getMaxWeight()
Gets the value of the maxWeight property.
|
java.util.List<java.lang.Double> |
getOverhangOffsets()
Gets the value of the overhangOffsets property.
|
java.util.List<java.lang.Double> |
getOverhangs()
Gets the value of the overhangs property.
|
java.lang.String |
getPattern()
Gets the value of the pattern property.
|
void |
setMaxHeight(java.lang.Double value)
Sets the value of the maxHeight property.
|
void |
setMaxWeight(java.lang.Double value)
Sets the value of the maxWeight property.
|
void |
setPattern(java.lang.String value)
Sets the value of the pattern property.
|
protected java.util.List<Bundle> bundles
protected java.lang.Double maxWeight
protected java.lang.String pattern
protected java.lang.Double maxHeight
protected java.util.List<java.lang.Double> overhangOffsets
protected java.util.List<java.lang.Double> overhangs
protected java.util.List<java.lang.Integer> layerAmounts
public java.util.List<Bundle> getBundles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the bundles property.
For example, to add a new item, do as follows:
getBundles().add(newItem);
Objects of the following type(s) are allowed in the list
Bundle
public java.lang.Double getMaxWeight()
Doublepublic void setMaxWeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getPattern()
Stringpublic void setPattern(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getMaxHeight()
Doublepublic void setMaxHeight(java.lang.Double value)
value - allowed object is
Doublepublic java.util.List<java.lang.Double> getOverhangOffsets()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the overhangOffsets property.
For example, to add a new item, do as follows:
getOverhangOffsets().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Double> getOverhangs()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the overhangs property.
For example, to add a new item, do as follows:
getOverhangs().add(newItem);
Objects of the following type(s) are allowed in the list
Double
public java.util.List<java.lang.Integer> getLayerAmounts()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the layerAmounts property.
For example, to add a new item, do as follows:
getLayerAmounts().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
Copyright © 2012. All Rights Reserved.