Package org.cip4.lib.xjdf.schema
Class ThreadSewingParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.ThreadSewingParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public class ThreadSewingParams extends SpecificResource implements java.io.SerializableJava 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"> <attribute name="BlindStitch" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="NeedlePositions" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" /> <attribute name="NumberOfNeedles" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Offset" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="SewingPattern"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="CombinedStaggered"/> <enumeration value="Normal"/> <enumeration value="Side"/> <enumeration value="Staggered"/> </restriction> </simpleType> </attribute> <attribute name="ThreadThickness" type="{http://www.w3.org/2001/XMLSchema}float" /> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThreadSewingParams.SewingPatternJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanblindStitchprotected java.util.List<java.lang.Float>needlePositionsprotected java.lang.IntegernumberOfNeedlesprotected java.lang.Floatoffsetprotected ThreadSewingParams.SewingPatternsewingPatternprotected java.lang.FloatthreadThickness
-
Constructor Summary
Constructors Constructor Description ThreadSewingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<java.lang.Float>getNeedlePositions()Gets the value of the needlePositions property.java.lang.IntegergetNumberOfNeedles()Gets the value of the numberOfNeedles property.java.lang.FloatgetOffset()Gets the value of the offset property.ThreadSewingParams.SewingPatterngetSewingPattern()Gets the value of the sewingPattern property.java.lang.FloatgetThreadThickness()Gets the value of the threadThickness property.inthashCode()java.lang.BooleanisBlindStitch()Gets the value of the blindStitch property.voidsetBlindStitch(java.lang.Boolean value)Sets the value of the blindStitch property.voidsetNumberOfNeedles(java.lang.Integer value)Sets the value of the numberOfNeedles property.voidsetOffset(java.lang.Float value)Sets the value of the offset property.voidsetSewingPattern(ThreadSewingParams.SewingPattern value)Sets the value of the sewingPattern property.voidsetThreadThickness(java.lang.Float value)Sets the value of the threadThickness property.ThreadSewingParamswithBlindStitch(java.lang.Boolean value)ThreadSewingParamswithNeedlePositions(java.lang.Float... values)ThreadSewingParamswithNeedlePositions(java.util.Collection<java.lang.Float> values)ThreadSewingParamswithNumberOfNeedles(java.lang.Integer value)ThreadSewingParamswithOffset(java.lang.Float value)ThreadSewingParamswithSewingPattern(ThreadSewingParams.SewingPattern value)ThreadSewingParamswithThreadThickness(java.lang.Float value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Field Detail
-
blindStitch
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Boolean blindStitch
-
needlePositions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.util.List<java.lang.Float> needlePositions
-
numberOfNeedles
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Integer numberOfNeedles
-
offset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float offset
-
sewingPattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected ThreadSewingParams.SewingPattern sewingPattern
-
threadThickness
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") protected java.lang.Float threadThickness
-
-
Method Detail
-
isBlindStitch
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Boolean isBlindStitch()Gets the value of the blindStitch property.- Returns:
- possible object is
Boolean
-
setBlindStitch
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setBlindStitch(java.lang.Boolean value)Sets the value of the blindStitch property.- Parameters:
value- allowed object isBoolean
-
getNeedlePositions
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.util.List<java.lang.Float> getNeedlePositions()Gets the value of the needlePositions 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 Jakarta XML Binding object. This is why there is not a
setmethod 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- Returns:
- The value of the needlePositions property.
-
getNumberOfNeedles
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Integer getNumberOfNeedles()Gets the value of the numberOfNeedles property.- Returns:
- possible object is
Integer
-
setNumberOfNeedles
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setNumberOfNeedles(java.lang.Integer value)Sets the value of the numberOfNeedles property.- Parameters:
value- allowed object isInteger
-
getOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Float getOffset()Gets the value of the offset property.- Returns:
- possible object is
Float
-
setOffset
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setOffset(java.lang.Float value)Sets the value of the offset property.- Parameters:
value- allowed object isFloat
-
getSewingPattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public ThreadSewingParams.SewingPattern getSewingPattern()Gets the value of the sewingPattern property.- Returns:
- possible object is
ThreadSewingParams.SewingPattern
-
setSewingPattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setSewingPattern(ThreadSewingParams.SewingPattern value)Sets the value of the sewingPattern property.- Parameters:
value- allowed object isThreadSewingParams.SewingPattern
-
getThreadThickness
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public java.lang.Float getThreadThickness()Gets the value of the threadThickness property.- Returns:
- possible object is
Float
-
setThreadThickness
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2023-01-02T18:51:33Z") public void setThreadThickness(java.lang.Float value)Sets the value of the threadThickness property.- Parameters:
value- allowed object isFloat
-
withBlindStitch
public ThreadSewingParams withBlindStitch(java.lang.Boolean value)
-
withNeedlePositions
public ThreadSewingParams withNeedlePositions(java.lang.Float... values)
-
withNeedlePositions
public ThreadSewingParams withNeedlePositions(java.util.Collection<java.lang.Float> values)
-
withNumberOfNeedles
public ThreadSewingParams withNumberOfNeedles(java.lang.Integer value)
-
withOffset
public ThreadSewingParams withOffset(java.lang.Float value)
-
withSewingPattern
public ThreadSewingParams withSewingPattern(ThreadSewingParams.SewingPattern value)
-
withThreadThickness
public ThreadSewingParams withThreadThickness(java.lang.Float value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-