Class WindingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.4",
               date="2024-07-01T15:04:08Z")
    public class WindingParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for WindingParams complex type

    .

    The following schema fragment specifies the expected content contained within this class.

    
     <complexType name="WindingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <attribute name="Copies" type="{http://www.w3.org/2001/XMLSchema}int" />
           <attribute name="Diameter" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="Fixation" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="Length" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • copies

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Integer copies
      • diameter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Float diameter
      • fixation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.String fixation
      • length

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        protected java.lang.Float length
    • Constructor Detail

      • WindingParams

        public WindingParams()
    • Method Detail

      • getCopies

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.Integer getCopies()
        Gets the value of the copies property.
        Returns:
        possible object is Integer
      • setCopies

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setCopies​(java.lang.Integer value)
        Sets the value of the copies property.
        Parameters:
        value - allowed object is Integer
      • getDiameter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.Float getDiameter()
        Gets the value of the diameter property.
        Returns:
        possible object is Float
      • setDiameter

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setDiameter​(java.lang.Float value)
        Sets the value of the diameter property.
        Parameters:
        value - allowed object is Float
      • getFixation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.String getFixation()
        Gets the value of the fixation property.
        Returns:
        possible object is String
      • setFixation

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setFixation​(java.lang.String value)
        Sets the value of the fixation property.
        Parameters:
        value - allowed object is String
      • getLength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public java.lang.Float getLength()
        Gets the value of the length property.
        Returns:
        possible object is Float
      • setLength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.4",
                   date="2024-07-01T15:04:08Z")
        public void setLength​(java.lang.Float value)
        Sets the value of the length property.
        Parameters:
        value - allowed object is Float
      • withCopies

        public WindingParams withCopies​(java.lang.Integer value)
      • withDiameter

        public WindingParams withDiameter​(java.lang.Float value)
      • withFixation

        public WindingParams withFixation​(java.lang.String value)
      • withLength

        public WindingParams withLength​(java.lang.Float value)