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>
<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"/>
</sequence>
<attribute name="NUpSeparation" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Cut> |
cut |
protected List<CutBlock> |
cutBlock |
protected XYPair |
nUpSeparation |
| Constructor and Description |
|---|
CuttingParams() |
| Modifier and Type | Method and Description |
|---|---|
List<Cut> |
getCut()
Gets the value of the cut property.
|
List<CutBlock> |
getCutBlock()
Gets the value of the cutBlock property.
|
XYPair |
getNUpSeparation()
Gets the value of the nUpSeparation property.
|
void |
setNUpSeparation(XYPair value)
Sets the value of the nUpSeparation property.
|
protected XYPair nUpSeparation
public List<CutBlock> getCutBlock()
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 cutBlock property.
For example, to add a new item, do as follows:
getCutBlock().add(newItem);
Objects of the following type(s) are allowed in the list
CutBlock
public List<Cut> getCut()
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 cut property.
For example, to add a new item, do as follows:
getCut().add(newItem);
Objects of the following type(s) are allowed in the list
Cut
public XYPair getNUpSeparation()
StringCopyright © 2013. All Rights Reserved.