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,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class ShapeCuttingParams
extends SpecificResource
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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 ClassesModifier and TypeClassDescriptionstatic enumJava class for null. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets 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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) 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 v2.3.6", date="2022-12-18T20:00:09Z") protected ShapeCuttingParams.DeliveryMode deliveryMode -
dieLayout
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Resource dieLayout -
moduleID
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String moduleID -
sheetLay
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected SheetLay sheetLay
-
-
Constructor Details
-
ShapeCuttingParams
public ShapeCuttingParams()
-
-
Method Details
-
getShape
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 -
getDeliveryMode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSheetLay(SheetLay value) Sets the value of the sheetLay property.- Parameters:
value- allowed object isSheetLay
-
withShape
-
withShape
-
withDeliveryMode
-
withDieLayout
-
withModuleID
-
withSheetLay
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-