@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public class ThreadSealingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ThreadSealingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ThreadSealingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<attribute name="BlindStitch" type="{http://www.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="ThreadLength" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="ThreadPositions" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" />
<attribute name="ThreadStitchWidth" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
blindStitch |
protected java.lang.Float |
threadLength |
protected java.util.List<java.lang.Float> |
threadPositions |
protected java.lang.Float |
threadStitchWidth |
| Constructor and Description |
|---|
ThreadSealingParams() |
| 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.lang.Float |
getThreadLength()
Gets the value of the threadLength property.
|
java.util.List<java.lang.Float> |
getThreadPositions()
Gets the value of the threadPositions property.
|
java.lang.Float |
getThreadStitchWidth()
Gets the value of the threadStitchWidth 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.
|
void |
setBlindStitch(java.lang.Boolean value)
Sets the value of the blindStitch property.
|
void |
setThreadLength(java.lang.Float value)
Sets the value of the threadLength property.
|
void |
setThreadStitchWidth(java.lang.Float value)
Sets the value of the threadStitchWidth property.
|
ThreadSealingParams |
withBlindStitch(java.lang.Boolean value) |
ThreadSealingParams |
withThreadLength(java.lang.Float value) |
ThreadSealingParams |
withThreadPositions(java.util.Collection<java.lang.Float> values) |
ThreadSealingParams |
withThreadPositions(java.lang.Float... values) |
ThreadSealingParams |
withThreadStitchWidth(java.lang.Float 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.lang.Boolean blindStitch
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float threadLength
@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<java.lang.Float> threadPositions
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float threadStitchWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isBlindStitch()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+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-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getThreadLength()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setThreadLength(java.lang.Float value)
value - allowed object is
Float@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<java.lang.Float> getThreadPositions()
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 threadPositions property.
For example, to add a new item, do as follows:
getThreadPositions().add(newItem);
Objects of the following type(s) are allowed in the list
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getThreadStitchWidth()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-21T03:54:21+00:00",
comments="JAXB RI v2.2.11")
public void setThreadStitchWidth(java.lang.Float value)
value - allowed object is
Floatpublic ThreadSealingParams withBlindStitch(java.lang.Boolean value)
public ThreadSealingParams withThreadLength(java.lang.Float value)
public ThreadSealingParams withThreadPositions(java.lang.Float... values)
public ThreadSealingParams withThreadPositions(java.util.Collection<java.lang.Float> values)
public ThreadSealingParams withThreadStitchWidth(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