public class ShapeCuttingParams extends ParameterType implements java.io.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>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Shape" maxOccurs="unbounded" minOccurs="0"/>
</choice>
</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 java.lang.String |
deliveryMode |
protected java.lang.Object |
dieLayoutRef |
protected java.lang.Integer |
moduleIndex |
protected java.util.List<Shape> |
shapes |
protected java.lang.String |
sheetLay |
| Constructor and Description |
|---|
ShapeCuttingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeliveryMode()
Gets the value of the deliveryMode property.
|
java.lang.Object |
getDieLayoutRef()
Gets the value of the dieLayoutRef property.
|
java.lang.Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
java.util.List<Shape> |
getShapes()
Gets the value of the shapes property.
|
java.lang.String |
getSheetLay()
Gets the value of the sheetLay property.
|
void |
setDeliveryMode(java.lang.String value)
Sets the value of the deliveryMode property.
|
void |
setDieLayoutRef(java.lang.Object value)
Sets the value of the dieLayoutRef property.
|
void |
setModuleIndex(java.lang.Integer value)
Sets the value of the moduleIndex property.
|
void |
setSheetLay(java.lang.String value)
Sets the value of the sheetLay property.
|
protected java.util.List<Shape> shapes
protected java.lang.String deliveryMode
protected java.lang.String sheetLay
protected java.lang.Integer moduleIndex
protected java.lang.Object dieLayoutRef
public java.util.List<Shape> getShapes()
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 shapes property.
For example, to add a new item, do as follows:
getShapes().add(newItem);
Objects of the following type(s) are allowed in the list
Shape
public java.lang.String getDeliveryMode()
Stringpublic void setDeliveryMode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSheetLay()
Stringpublic void setSheetLay(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getModuleIndex()
Integerpublic void setModuleIndex(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Object getDieLayoutRef()
Objectpublic void setDieLayoutRef(java.lang.Object value)
value - allowed object is
ObjectCopyright © 2012. All Rights Reserved.