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