public class CuttingParams extends ParameterType implements Serializable
Java class for CuttingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CuttingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CutBlock" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Cut" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</sequence>
<attribute name="NUpSeparation" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<CutBlock> |
cutBlocks |
protected List<Cut> |
cuts |
protected List<Double> |
nUpSeparations |
| Constructor and Description |
|---|
CuttingParams() |
| Modifier and Type | Method and Description |
|---|---|
List<CutBlock> |
getCutBlocks()
Gets the value of the cutBlocks property.
|
List<Cut> |
getCuts()
Gets the value of the cuts property.
|
List<Double> |
getNUpSeparations()
Gets the value of the nUpSeparations property.
|
public List<Cut> getCuts()
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 cuts property.
For example, to add a new item, do as follows:
getCuts().add(newItem);
Objects of the following type(s) are allowed in the list
Cut
public List<CutBlock> getCutBlocks()
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 cutBlocks property.
For example, to add a new item, do as follows:
getCutBlocks().add(newItem);
Objects of the following type(s) are allowed in the list
CutBlock
public List<Double> getNUpSeparations()
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 nUpSeparations property.
For example, to add a new item, do as follows:
getNUpSeparations().add(newItem);
Objects of the following type(s) are allowed in the list
Double
Copyright © 2012. All Rights Reserved.