@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public class ThreadSewingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ThreadSewingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreadSewingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Glue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="BlindStitch" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="GlueLineRefSheets" type="{http://www.CIP4.org/JDFSchema_2_0}IntegerList" />
<attribute name="NeedlePositions" type="{http://www.CIP4.org/JDFSchema_2_0}DoubleList" />
<attribute name="NumberOfNeedles" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="Offset" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Sealing" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="SewingPattern">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Normal"/>
<enumeration value="Staggered"/>
<enumeration value="CombinedStaggered"/>
<enumeration value="Side"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ThreadThickness" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreadSewingParams.SewingPattern
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
blindStitch |
protected java.util.List<Glue> |
glue |
protected IntegerList |
glueLineRefSheets |
protected java.util.List<java.lang.Float> |
needlePositions |
protected java.lang.Integer |
numberOfNeedles |
protected java.lang.Float |
offset |
protected java.lang.Boolean |
sealing |
protected ThreadSewingParams.SewingPattern |
sewingPattern |
protected java.lang.Float |
threadThickness |
| Constructor and Description |
|---|
ThreadSewingParams() |
| 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<Glue> |
getGlue()
Gets the value of the glue property.
|
IntegerList |
getGlueLineRefSheets()
Gets the value of the glueLineRefSheets property.
|
java.util.List<java.lang.Float> |
getNeedlePositions()
Gets the value of the needlePositions property.
|
java.lang.Integer |
getNumberOfNeedles()
Gets the value of the numberOfNeedles property.
|
java.lang.Float |
getOffset()
Gets the value of the offset property.
|
ThreadSewingParams.SewingPattern |
getSewingPattern()
Gets the value of the sewingPattern property.
|
java.lang.Float |
getThreadThickness()
Gets the value of the threadThickness property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isBlindStitch()
Gets the value of the blindStitch property.
|
java.lang.Boolean |
isSealing()
Gets the value of the sealing property.
|
void |
setBlindStitch(java.lang.Boolean value)
Sets the value of the blindStitch property.
|
void |
setGlueLineRefSheets(IntegerList value)
Sets the value of the glueLineRefSheets property.
|
void |
setNumberOfNeedles(java.lang.Integer value)
Sets the value of the numberOfNeedles property.
|
void |
setOffset(java.lang.Float value)
Sets the value of the offset property.
|
void |
setSealing(java.lang.Boolean value)
Sets the value of the sealing property.
|
void |
setSewingPattern(ThreadSewingParams.SewingPattern value)
Sets the value of the sewingPattern property.
|
void |
setThreadThickness(java.lang.Float value)
Sets the value of the threadThickness property.
|
ThreadSewingParams |
withBlindStitch(java.lang.Boolean value) |
ThreadSewingParams |
withGlue(java.util.Collection<Glue> values) |
ThreadSewingParams |
withGlue(Glue... values) |
ThreadSewingParams |
withGlueLineRefSheets(IntegerList value) |
ThreadSewingParams |
withNeedlePositions(java.util.Collection<java.lang.Float> values) |
ThreadSewingParams |
withNeedlePositions(java.lang.Float... values) |
ThreadSewingParams |
withNumberOfNeedles(java.lang.Integer value) |
ThreadSewingParams |
withOffset(java.lang.Float value) |
ThreadSewingParams |
withSealing(java.lang.Boolean value) |
ThreadSewingParams |
withSewingPattern(ThreadSewingParams.SewingPattern value) |
ThreadSewingParams |
withThreadThickness(java.lang.Float value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<Glue> glue
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean blindStitch
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected IntegerList glueLineRefSheets
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> needlePositions
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer numberOfNeedles
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float offset
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean sealing
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected ThreadSewingParams.SewingPattern sewingPattern
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float threadThickness
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<Glue> getGlue()
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 glue property.
For example, to add a new item, do as follows:
getGlue().add(newItem);
Objects of the following type(s) are allowed in the list
Glue
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isBlindStitch()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setBlindStitch(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public IntegerList getGlueLineRefSheets()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setGlueLineRefSheets(IntegerList value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> getNeedlePositions()
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 needlePositions property.
For example, to add a new item, do as follows:
getNeedlePositions().add(newItem);
Objects of the following type(s) are allowed in the list
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getNumberOfNeedles()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setNumberOfNeedles(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getOffset()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setOffset(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isSealing()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setSealing(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public ThreadSewingParams.SewingPattern getSewingPattern()
ThreadSewingParams.SewingPattern@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setSewingPattern(ThreadSewingParams.SewingPattern value)
value - allowed object is
ThreadSewingParams.SewingPattern@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getThreadThickness()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public void setThreadThickness(java.lang.Float value)
value - allowed object is
Floatpublic ThreadSewingParams withGlue(Glue... values)
public ThreadSewingParams withGlue(java.util.Collection<Glue> values)
public ThreadSewingParams withBlindStitch(java.lang.Boolean value)
public ThreadSewingParams withGlueLineRefSheets(IntegerList value)
public ThreadSewingParams withNeedlePositions(java.lang.Float... values)
public ThreadSewingParams withNeedlePositions(java.util.Collection<java.lang.Float> values)
public ThreadSewingParams withNumberOfNeedles(java.lang.Integer value)
public ThreadSewingParams withOffset(java.lang.Float value)
public ThreadSewingParams withSealing(java.lang.Boolean value)
public ThreadSewingParams withSewingPattern(ThreadSewingParams.SewingPattern value)
public ThreadSewingParams withThreadThickness(java.lang.Float 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