public class ShapeCuttingParams extends ParameterType implements Serializable
Java class for ShapeCuttingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShapeCuttingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Shape" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="DeliveryMode" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="SheetLay" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="ModuleIndex" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="DieLayoutRef" type="{http://www.CIP4.org/JDFSchema_2_0}IDREF" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deliveryMode |
protected Object |
dieLayoutRef |
protected Integer |
moduleIndex |
protected List<Shape> |
shape |
protected String |
sheetLay |
| Constructor and Description |
|---|
ShapeCuttingParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeliveryMode()
Gets the value of the deliveryMode property.
|
Object |
getDieLayoutRef()
Gets the value of the dieLayoutRef property.
|
Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
List<Shape> |
getShape()
Gets the value of the shape property.
|
String |
getSheetLay()
Gets the value of the sheetLay property.
|
void |
setDeliveryMode(String value)
Sets the value of the deliveryMode property.
|
void |
setDieLayoutRef(Object value)
Sets the value of the dieLayoutRef property.
|
void |
setModuleIndex(Integer value)
Sets the value of the moduleIndex property.
|
void |
setSheetLay(String value)
Sets the value of the sheetLay property.
|
protected String deliveryMode
protected String sheetLay
protected Integer moduleIndex
protected Object dieLayoutRef
public List<Shape> getShape()
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 shape property.
For example, to add a new item, do as follows:
getShape().add(newItem);
Objects of the following type(s) are allowed in the list
Shape
public String getDeliveryMode()
Stringpublic void setDeliveryMode(String value)
value - allowed object is
Stringpublic String getSheetLay()
Stringpublic void setSheetLay(String value)
value - allowed object is
Stringpublic Integer getModuleIndex()
Integerpublic void setModuleIndex(Integer value)
value - allowed object is
Integerpublic Object getDieLayoutRef()
ObjectCopyright © 2013. All Rights Reserved.