public class StackingParams extends ParameterType implements 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 Integer |
bundleDepth |
protected Boolean |
compensate |
protected List<Disjointing> |
disjointings |
protected List<Integer> |
layerAmounts |
protected Boolean |
layerCompression |
protected Boolean |
layerLift |
protected Integer |
maxAmount |
protected Integer |
maxHeight |
protected Double |
maxWeight |
protected Integer |
minAmount |
protected Integer |
preStackAmount |
protected String |
preStackMethod |
protected Boolean |
stackCompression |
protected Integer |
standardAmount |
protected List<Integer> |
underLays |
| Constructor and Description |
|---|
StackingParams() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBundleDepth()
Gets the value of the bundleDepth property.
|
List<Disjointing> |
getDisjointings()
Gets the value of the disjointings property.
|
List<Integer> |
getLayerAmounts()
Gets the value of the layerAmounts property.
|
Integer |
getMaxAmount()
Gets the value of the maxAmount property.
|
Integer |
getMaxHeight()
Gets the value of the maxHeight property.
|
Double |
getMaxWeight()
Gets the value of the maxWeight property.
|
Integer |
getMinAmount()
Gets the value of the minAmount property.
|
Integer |
getPreStackAmount()
Gets the value of the preStackAmount property.
|
String |
getPreStackMethod()
Gets the value of the preStackMethod property.
|
Integer |
getStandardAmount()
Gets the value of the standardAmount property.
|
List<Integer> |
getUnderLays()
Gets the value of the underLays property.
|
Boolean |
isCompensate()
Gets the value of the compensate property.
|
Boolean |
isLayerCompression()
Gets the value of the layerCompression property.
|
Boolean |
isLayerLift()
Gets the value of the layerLift property.
|
Boolean |
isStackCompression()
Gets the value of the stackCompression property.
|
void |
setBundleDepth(Integer value)
Sets the value of the bundleDepth property.
|
void |
setCompensate(Boolean value)
Sets the value of the compensate property.
|
void |
setLayerCompression(Boolean value)
Sets the value of the layerCompression property.
|
void |
setLayerLift(Boolean value)
Sets the value of the layerLift property.
|
void |
setMaxAmount(Integer value)
Sets the value of the maxAmount property.
|
void |
setMaxHeight(Integer value)
Sets the value of the maxHeight property.
|
void |
setMaxWeight(Double value)
Sets the value of the maxWeight property.
|
void |
setMinAmount(Integer value)
Sets the value of the minAmount property.
|
void |
setPreStackAmount(Integer value)
Sets the value of the preStackAmount property.
|
void |
setPreStackMethod(String value)
Sets the value of the preStackMethod property.
|
void |
setStackCompression(Boolean value)
Sets the value of the stackCompression property.
|
void |
setStandardAmount(Integer value)
Sets the value of the standardAmount property.
|
protected List<Disjointing> disjointings
protected Double maxWeight
protected Integer maxHeight
protected Integer standardAmount
protected Boolean layerCompression
protected Boolean compensate
protected Integer bundleDepth
protected Integer maxAmount
protected Boolean stackCompression
protected Boolean layerLift
protected Integer minAmount
protected String preStackMethod
protected Integer preStackAmount
public 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 Double getMaxWeight()
Doublepublic void setMaxWeight(Double value)
value - allowed object is
Doublepublic Integer getMaxHeight()
Integerpublic void setMaxHeight(Integer value)
value - allowed object is
Integerpublic Integer getStandardAmount()
Integerpublic void setStandardAmount(Integer value)
value - allowed object is
Integerpublic Boolean isLayerCompression()
Booleanpublic void setLayerCompression(Boolean value)
value - allowed object is
Booleanpublic Boolean isCompensate()
Booleanpublic void setCompensate(Boolean value)
value - allowed object is
Booleanpublic Integer getBundleDepth()
Integerpublic void setBundleDepth(Integer value)
value - allowed object is
Integerpublic List<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 Integer getMaxAmount()
Integerpublic void setMaxAmount(Integer value)
value - allowed object is
Integerpublic Boolean isStackCompression()
Booleanpublic void setStackCompression(Boolean value)
value - allowed object is
Booleanpublic Boolean isLayerLift()
Booleanpublic void setLayerLift(Boolean value)
value - allowed object is
Booleanpublic Integer getMinAmount()
Integerpublic void setMinAmount(Integer value)
value - allowed object is
Integerpublic String getPreStackMethod()
Stringpublic void setPreStackMethod(String value)
value - allowed object is
Stringpublic 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
public Integer getPreStackAmount()
IntegerCopyright © 2012. All Rights Reserved.