public class PalletizingParams extends ParameterType implements 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 List<Bundle> |
bundles |
protected List<Integer> |
layerAmounts |
protected Double |
maxHeight |
protected Double |
maxWeight |
protected List<Double> |
overhangOffsets |
protected List<Double> |
overhangs |
protected String |
pattern |
| Constructor and Description |
|---|
PalletizingParams() |
| Modifier and Type | Method and Description |
|---|---|
List<Bundle> |
getBundles()
Gets the value of the bundles property.
|
List<Integer> |
getLayerAmounts()
Gets the value of the layerAmounts property.
|
Double |
getMaxHeight()
Gets the value of the maxHeight property.
|
Double |
getMaxWeight()
Gets the value of the maxWeight property.
|
List<Double> |
getOverhangOffsets()
Gets the value of the overhangOffsets property.
|
List<Double> |
getOverhangs()
Gets the value of the overhangs property.
|
String |
getPattern()
Gets the value of the pattern property.
|
void |
setMaxHeight(Double value)
Sets the value of the maxHeight property.
|
void |
setMaxWeight(Double value)
Sets the value of the maxWeight property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
protected Double maxWeight
protected String pattern
protected Double maxHeight
public 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 Double getMaxWeight()
Doublepublic void setMaxWeight(Double value)
value - allowed object is
Doublepublic String getPattern()
Stringpublic void setPattern(String value)
value - allowed object is
Stringpublic Double getMaxHeight()
Doublepublic void setMaxHeight(Double value)
value - allowed object is
Doublepublic List<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 List<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 List<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.