@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class CuttingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for CuttingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CuttingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<choice>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Cut" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}CutBlock" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}FileSpec" minOccurs="0"/>
</choice>
</sequence>
<attribute name="SheetLay" type="{http://www.CIP4.org/JDFSchema_2_0}SheetLay" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Cut> |
cut |
protected java.util.List<CutBlock> |
cutBlock |
protected FileSpec |
fileSpec |
protected SheetLay |
sheetLay |
| Constructor and Description |
|---|
CuttingParams() |
| 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) |
java.util.List<Cut> |
getCut()
Gets the value of the cut property.
|
java.util.List<CutBlock> |
getCutBlock()
Gets the value of the cutBlock property.
|
FileSpec |
getFileSpec()
Gets the value of the fileSpec 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 |
setFileSpec(FileSpec value)
Sets the value of the fileSpec property.
|
void |
setSheetLay(SheetLay value)
Sets the value of the sheetLay property.
|
CuttingParams |
withCut(java.util.Collection<Cut> values) |
CuttingParams |
withCut(Cut... values) |
CuttingParams |
withCutBlock(java.util.Collection<CutBlock> values) |
CuttingParams |
withCutBlock(CutBlock... values) |
CuttingParams |
withFileSpec(FileSpec value) |
CuttingParams |
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<Cut> cut
@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<CutBlock> cutBlock
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected FileSpec fileSpec
@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<Cut> getCut()
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 cut property.
For example, to add a new item, do as follows:
getCut().add(newItem);
Objects of the following type(s) are allowed in the list
Cut
@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<CutBlock> getCutBlock()
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 cutBlock property.
For example, to add a new item, do as follows:
getCutBlock().add(newItem);
Objects of the following type(s) are allowed in the list
CutBlock
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public FileSpec getFileSpec()
FileSpec@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setFileSpec(FileSpec value)
value - allowed object is
FileSpec@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 CuttingParams withCut(Cut... values)
public CuttingParams withCut(java.util.Collection<Cut> values)
public CuttingParams withCutBlock(CutBlock... values)
public CuttingParams withCutBlock(java.util.Collection<CutBlock> values)
public CuttingParams withFileSpec(FileSpec value)
public CuttingParams 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