@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class ShapeCuttingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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.CIP4.org/JDFSchema_2_0}IDREF" />
<attribute name="ModuleID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="SheetLay" type="{http://www.CIP4.org/JDFSchema_2_0}SheetLay" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ShapeCuttingParams.DeliveryMode
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected ShapeCuttingParams.DeliveryMode |
deliveryMode |
protected Resource |
dieLayout |
protected java.lang.String |
moduleID |
protected java.util.List<Shape> |
shape |
protected SheetLay |
sheetLay |
| Constructor and Description |
|---|
ShapeCuttingParams() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
ShapeCuttingParams.DeliveryMode |
getDeliveryMode()
Gets the value of the deliveryMode property.
|
Resource |
getDieLayout()
Gets the value of the dieLayout property.
|
java.lang.String |
getModuleID()
Gets the value of the moduleID property.
|
java.util.List<Shape> |
getShape()
Gets the value of the shape property.
|
SheetLay |
getSheetLay()
Gets the value of the sheetLay property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setDeliveryMode(ShapeCuttingParams.DeliveryMode value)
Sets the value of the deliveryMode property.
|
void |
setDieLayout(Resource value)
Sets the value of the dieLayout property.
|
void |
setModuleID(java.lang.String value)
Sets the value of the moduleID property.
|
void |
setSheetLay(SheetLay value)
Sets the value of the sheetLay property.
|
ShapeCuttingParams |
withDeliveryMode(ShapeCuttingParams.DeliveryMode value) |
ShapeCuttingParams |
withDieLayout(Resource value) |
ShapeCuttingParams |
withModuleID(java.lang.String value) |
ShapeCuttingParams |
withShape(java.util.Collection<Shape> values) |
ShapeCuttingParams |
withShape(Shape... values) |
ShapeCuttingParams |
withSheetLay(SheetLay value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Shape> shape
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected ShapeCuttingParams.DeliveryMode deliveryMode
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected Resource dieLayout
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String moduleID
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected SheetLay sheetLay
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.util.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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public ShapeCuttingParams.DeliveryMode getDeliveryMode()
ShapeCuttingParams.DeliveryMode@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setDeliveryMode(ShapeCuttingParams.DeliveryMode value)
value - allowed object is
ShapeCuttingParams.DeliveryMode@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public Resource getDieLayout()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setDieLayout(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getModuleID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setModuleID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public SheetLay getSheetLay()
SheetLay@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setSheetLay(SheetLay value)
value - allowed object is
SheetLaypublic ShapeCuttingParams withShape(Shape... values)
public ShapeCuttingParams withShape(java.util.Collection<Shape> values)
public ShapeCuttingParams withDeliveryMode(ShapeCuttingParams.DeliveryMode value)
public ShapeCuttingParams withDieLayout(Resource value)
public ShapeCuttingParams withModuleID(java.lang.String value)
public ShapeCuttingParams withSheetLay(SheetLay value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource