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>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Disjointing" maxOccurs="unbounded" minOccurs="0"/>
</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> |
disjointing |
protected IntegerList |
layerAmount |
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 IntegerList |
underLays |
| Constructor and Description |
|---|
StackingParams() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBundleDepth()
Gets the value of the bundleDepth property.
|
List<Disjointing> |
getDisjointing()
Gets the value of the disjointing property.
|
IntegerList |
getLayerAmount()
Gets the value of the layerAmount 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.
|
IntegerList |
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 |
setLayerAmount(IntegerList value)
Sets the value of the layerAmount 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.
|
void |
setUnderLays(IntegerList value)
Sets the value of the underLays property.
|
protected List<Disjointing> disjointing
protected Double maxWeight
protected Integer maxHeight
protected Integer standardAmount
protected Boolean layerCompression
protected Boolean compensate
protected Integer bundleDepth
protected IntegerList underLays
protected Integer maxAmount
protected Boolean stackCompression
protected Boolean layerLift
protected Integer minAmount
protected String preStackMethod
protected IntegerList layerAmount
protected Integer preStackAmount
public List<Disjointing> getDisjointing()
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 disjointing property.
For example, to add a new item, do as follows:
getDisjointing().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 IntegerList getUnderLays()
Stringpublic void setUnderLays(IntegerList value)
value - allowed object is
Stringpublic 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 IntegerList getLayerAmount()
Stringpublic void setLayerAmount(IntegerList value)
value - allowed object is
Stringpublic Integer getPreStackAmount()
IntegerCopyright © 2013. All Rights Reserved.