Class JacketingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.1",
               date="2022-12-20T17:59:47Z")
    public class JacketingParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for JacketingParams complex type.

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

    
     <complexType name="JacketingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <attribute name="FoldingDistance" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="FoldingWidth" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • foldingDistance

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected java.lang.Float foldingDistance
      • foldingWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        protected float foldingWidth
    • Constructor Detail

      • JacketingParams

        public JacketingParams()
    • Method Detail

      • getFoldingDistance

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public java.lang.Float getFoldingDistance()
        Gets the value of the foldingDistance property.
        Returns:
        possible object is Float
      • setFoldingDistance

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setFoldingDistance​(java.lang.Float value)
        Sets the value of the foldingDistance property.
        Parameters:
        value - allowed object is Float
      • getFoldingWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public float getFoldingWidth()
        Gets the value of the foldingWidth property.
      • setFoldingWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2022-12-20T17:59:47Z")
        public void setFoldingWidth​(float value)
        Sets the value of the foldingWidth property.
      • withFoldingDistance

        public JacketingParams withFoldingDistance​(java.lang.Float value)
      • withFoldingWidth

        public JacketingParams withFoldingWidth​(float value)