public class StackingParams extends ParameterType implements java.io.Serializable
Java class for StackingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StackingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Disjointing" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="MaxWeight" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="MaxHeight" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="StandardAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="LayerCompression" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="Compensate" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="BundleDepth" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="UnderLays" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="MaxAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="StackCompression" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="LayerLift" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="MinAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="PreStackMethod" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="LayerAmount" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="PreStackAmount" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Integer |
bundleDepth |
protected java.lang.Boolean |
compensate |
protected java.util.List<Disjointing> |
disjointings |
protected java.util.List<java.lang.Integer> |
layerAmounts |
protected java.lang.Boolean |
layerCompression |
protected java.lang.Boolean |
layerLift |
protected java.lang.Integer |
maxAmount |
protected java.lang.Integer |
maxHeight |
protected java.lang.Double |
maxWeight |
protected java.lang.Integer |
minAmount |
protected java.lang.Integer |
preStackAmount |
protected java.lang.String |
preStackMethod |
protected java.lang.Boolean |
stackCompression |
protected java.lang.Integer |
standardAmount |
protected java.util.List<java.lang.Integer> |
underLays |
| Constructor and Description |
|---|
StackingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Integer |
getBundleDepth()
Gets the value of the bundleDepth property.
|
java.lang.Boolean |
getCompensate()
Gets the value of the compensate property.
|
java.util.List<Disjointing> |
getDisjointings()
Gets the value of the disjointings property.
|
java.util.List<java.lang.Integer> |
getLayerAmounts()
Gets the value of the layerAmounts property.
|
java.lang.Boolean |
getLayerCompression()
Gets the value of the layerCompression property.
|
java.lang.Boolean |
getLayerLift()
Gets the value of the layerLift property.
|
java.lang.Integer |
getMaxAmount()
Gets the value of the maxAmount property.
|
java.lang.Integer |
getMaxHeight()
Gets the value of the maxHeight property.
|
java.lang.Double |
getMaxWeight()
Gets the value of the maxWeight property.
|
java.lang.Integer |
getMinAmount()
Gets the value of the minAmount property.
|
java.lang.Integer |
getPreStackAmount()
Gets the value of the preStackAmount property.
|
java.lang.String |
getPreStackMethod()
Gets the value of the preStackMethod property.
|
java.lang.Boolean |
getStackCompression()
Gets the value of the stackCompression property.
|
java.lang.Integer |
getStandardAmount()
Gets the value of the standardAmount property.
|
java.util.List<java.lang.Integer> |
getUnderLays()
Gets the value of the underLays property.
|
void |
setBundleDepth(java.lang.Integer value)
Sets the value of the bundleDepth property.
|
void |
setCompensate(java.lang.Boolean value)
Sets the value of the compensate property.
|
void |
setLayerCompression(java.lang.Boolean value)
Sets the value of the layerCompression property.
|
void |
setLayerLift(java.lang.Boolean value)
Sets the value of the layerLift property.
|
void |
setMaxAmount(java.lang.Integer value)
Sets the value of the maxAmount property.
|
void |
setMaxHeight(java.lang.Integer value)
Sets the value of the maxHeight property.
|
void |
setMaxWeight(java.lang.Double value)
Sets the value of the maxWeight property.
|
void |
setMinAmount(java.lang.Integer value)
Sets the value of the minAmount property.
|
void |
setPreStackAmount(java.lang.Integer value)
Sets the value of the preStackAmount property.
|
void |
setPreStackMethod(java.lang.String value)
Sets the value of the preStackMethod property.
|
void |
setStackCompression(java.lang.Boolean value)
Sets the value of the stackCompression property.
|
void |
setStandardAmount(java.lang.Integer value)
Sets the value of the standardAmount property.
|
protected java.util.List<Disjointing> disjointings
protected java.lang.Double maxWeight
protected java.lang.Integer maxHeight
protected java.lang.Integer standardAmount
protected java.lang.Boolean layerCompression
protected java.lang.Boolean compensate
protected java.lang.Integer bundleDepth
protected java.util.List<java.lang.Integer> underLays
protected java.lang.Integer maxAmount
protected java.lang.Boolean stackCompression
protected java.lang.Boolean layerLift
protected java.lang.Integer minAmount
protected java.lang.String preStackMethod
protected java.util.List<java.lang.Integer> layerAmounts
protected java.lang.Integer preStackAmount
public java.util.List<Disjointing> getDisjointings()
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 disjointings property.
For example, to add a new item, do as follows:
getDisjointings().add(newItem);
Objects of the following type(s) are allowed in the list
Disjointing
public java.lang.Double getMaxWeight()
Doublepublic void setMaxWeight(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getMaxHeight()
Integerpublic void setMaxHeight(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getStandardAmount()
Integerpublic void setStandardAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean getLayerCompression()
Booleanpublic void setLayerCompression(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getCompensate()
Booleanpublic void setCompensate(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getBundleDepth()
Integerpublic void setBundleDepth(java.lang.Integer value)
value - allowed object is
Integerpublic java.util.List<java.lang.Integer> getUnderLays()
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 underLays property.
For example, to add a new item, do as follows:
getUnderLays().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.Integer getMaxAmount()
Integerpublic void setMaxAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean getStackCompression()
Booleanpublic void setStackCompression(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean getLayerLift()
Booleanpublic void setLayerLift(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Integer getMinAmount()
Integerpublic void setMinAmount(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getPreStackMethod()
Stringpublic void setPreStackMethod(java.lang.String value)
value - allowed object is
Stringpublic 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
public java.lang.Integer getPreStackAmount()
Integerpublic void setPreStackAmount(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2012. All Rights Reserved.