Package org.cip4.lib.xjdf.schema
Class ShapeCuttingParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.ShapeCuttingParams
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class ShapeCuttingParams
extends SpecificResource
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}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Shape" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="DeliveryMode">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="FullSheet"/>
<enumeration value="RemoveGripperMargin"/>
<enumeration value="SeparateBlanks"/>
</restriction>
</simpleType>
</attribute>
<attribute name="DieLayoutRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
<attribute name="ModuleID" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="SheetLay" type="{http://www.CIP4.org/JDFSchema_2_0}SheetLay" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the deliveryMode property.Gets the value of the dieLayout property.Gets the value of the moduleID property.getShape()Gets the value of the shape property.Gets the value of the sheetLay property.inthashCode()voidSets the value of the deliveryMode property.voidsetDieLayout(Resource value) Sets the value of the dieLayout property.voidsetModuleID(String value) Sets the value of the moduleID property.voidsetSheetLay(SheetLay value) Sets the value of the sheetLay property.withDieLayout(Resource value) withModuleID(String value) withShape(Collection<Shape> values) withSheetLay(SheetLay value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
shape
-
deliveryMode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected ShapeCuttingParams.DeliveryMode deliveryMode -
dieLayout
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Resource dieLayout -
moduleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String moduleID -
sheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected SheetLay sheetLay
-
-
Constructor Details
-
ShapeCuttingParams
public ShapeCuttingParams()
-
-
Method Details
-
getShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Shape> getShape()Gets the value of the shape property.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
setmethod 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- Returns:
- The value of the shape property.
-
getDeliveryMode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public ShapeCuttingParams.DeliveryMode getDeliveryMode()Gets the value of the deliveryMode property.- Returns:
- possible object is
ShapeCuttingParams.DeliveryMode
-
setDeliveryMode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setDeliveryMode(ShapeCuttingParams.DeliveryMode value) Sets the value of the deliveryMode property.- Parameters:
value- allowed object isShapeCuttingParams.DeliveryMode
-
getDieLayout
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Resource getDieLayout()Gets the value of the dieLayout property.- Returns:
- possible object is
Object
-
setDieLayout
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setDieLayout(Resource value) Sets the value of the dieLayout property.- Parameters:
value- allowed object isObject
-
getModuleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public String getModuleID()Gets the value of the moduleID property.- Returns:
- possible object is
String
-
setModuleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setModuleID(String value) Sets the value of the moduleID property.- Parameters:
value- allowed object isString
-
getSheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public SheetLay getSheetLay()Gets the value of the sheetLay property.- Returns:
- possible object is
SheetLay
-
setSheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setSheetLay(SheetLay value) Sets the value of the sheetLay property.- Parameters:
value- allowed object isSheetLay
-
withShape
-
withShape
-
withDeliveryMode
-
withDieLayout
-
withModuleID
-
withSheetLay
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-