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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Bundle" maxOccurs="unbounded" minOccurs="0"/>
</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> |
bundle |
protected IntegerList |
layerAmount |
protected Double |
maxHeight |
protected Double |
maxWeight |
protected XYPair |
overhang |
protected XYPair |
overhangOffset |
protected String |
pattern |
| Constructor and Description |
|---|
PalletizingParams() |
| Modifier and Type | Method and Description |
|---|---|
List<Bundle> |
getBundle()
Gets the value of the bundle property.
|
IntegerList |
getLayerAmount()
Gets the value of the layerAmount property.
|
Double |
getMaxHeight()
Gets the value of the maxHeight property.
|
Double |
getMaxWeight()
Gets the value of the maxWeight property.
|
XYPair |
getOverhang()
Gets the value of the overhang property.
|
XYPair |
getOverhangOffset()
Gets the value of the overhangOffset property.
|
String |
getPattern()
Gets the value of the pattern property.
|
void |
setLayerAmount(IntegerList value)
Sets the value of the layerAmount property.
|
void |
setMaxHeight(Double value)
Sets the value of the maxHeight property.
|
void |
setMaxWeight(Double value)
Sets the value of the maxWeight property.
|
void |
setOverhang(XYPair value)
Sets the value of the overhang property.
|
void |
setOverhangOffset(XYPair value)
Sets the value of the overhangOffset property.
|
void |
setPattern(String value)
Sets the value of the pattern property.
|
protected Double maxWeight
protected String pattern
protected Double maxHeight
protected XYPair overhangOffset
protected XYPair overhang
protected IntegerList layerAmount
public List<Bundle> getBundle()
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 bundle property.
For example, to add a new item, do as follows:
getBundle().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 XYPair getOverhangOffset()
Stringpublic void setOverhangOffset(XYPair value)
value - allowed object is
Stringpublic XYPair getOverhang()
Stringpublic void setOverhang(XYPair value)
value - allowed object is
Stringpublic IntegerList getLayerAmount()
Stringpublic void setLayerAmount(IntegerList value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.