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:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class ShapeCuttingParams extends SpecificResource implements java.io.SerializableJava 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classShapeCuttingParams.DeliveryModeJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected ShapeCuttingParams.DeliveryModedeliveryModeprotected ResourcedieLayoutprotected java.lang.StringmoduleIDprotected java.util.List<Shape>shapeprotected SheetLaysheetLay
-
Constructor Summary
Constructors Constructor Description ShapeCuttingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)ShapeCuttingParams.DeliveryModegetDeliveryMode()Gets the value of the deliveryMode property.ResourcegetDieLayout()Gets the value of the dieLayout property.java.lang.StringgetModuleID()Gets the value of the moduleID property.java.util.List<Shape>getShape()Gets the value of the shape property.SheetLaygetSheetLay()Gets the value of the sheetLay property.inthashCode()voidsetDeliveryMode(ShapeCuttingParams.DeliveryMode value)Sets the value of the deliveryMode property.voidsetDieLayout(Resource value)Sets the value of the dieLayout property.voidsetModuleID(java.lang.String value)Sets the value of the moduleID property.voidsetSheetLay(SheetLay value)Sets the value of the sheetLay property.ShapeCuttingParamswithDeliveryMode(ShapeCuttingParams.DeliveryMode value)ShapeCuttingParamswithDieLayout(Resource value)ShapeCuttingParamswithModuleID(java.lang.String value)ShapeCuttingParamswithShape(java.util.Collection<Shape> values)ShapeCuttingParamswithShape(Shape... values)ShapeCuttingParamswithSheetLay(SheetLay value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
shape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<Shape> shape
-
deliveryMode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected ShapeCuttingParams.DeliveryMode deliveryMode
-
dieLayout
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected Resource dieLayout
-
moduleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.String moduleID
-
sheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected SheetLay sheetLay
-
-
Method Detail
-
getShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.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 Jakarta XML Binding 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.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public java.lang.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.2", date="2023-07-17T18:40:39Z") public void setModuleID(java.lang.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.2", date="2023-07-17T18:40:39Z") 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.2", date="2023-07-17T18:40:39Z") public void setSheetLay(SheetLay value)Sets the value of the sheetLay property.- Parameters:
value- allowed object isSheetLay
-
withShape
public ShapeCuttingParams withShape(Shape... values)
-
withShape
public ShapeCuttingParams withShape(java.util.Collection<Shape> values)
-
withDeliveryMode
public ShapeCuttingParams withDeliveryMode(ShapeCuttingParams.DeliveryMode value)
-
withDieLayout
public ShapeCuttingParams withDieLayout(Resource value)
-
withModuleID
public ShapeCuttingParams withModuleID(java.lang.String value)
-
withSheetLay
public ShapeCuttingParams withSheetLay(SheetLay value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-