Class SpineTapingParams

  • 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 SpineTapingParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for SpineTapingParams complex type.

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

    
     <complexType name="SpineTapingParams">
       <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="HorizontalExcess" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="HorizontalExcessBack" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="StripLength" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="TopExcess" type="{http://www.w3.org/2001/XMLSchema}float" />
           <anyAttribute processContents='lax' namespace='##other'/>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • glue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.util.List<Glue> glue
      • horizontalExcess

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float horizontalExcess
      • horizontalExcessBack

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float horizontalExcessBack
      • stripLength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float stripLength
      • topExcess

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        protected java.lang.Float topExcess
    • Constructor Detail

      • SpineTapingParams

        public SpineTapingParams()
    • Method Detail

      • getGlue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.util.List<Glue> getGlue()
        Gets the value of the glue 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 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

        Returns:
        The value of the glue property.
      • getHorizontalExcess

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Float getHorizontalExcess()
        Gets the value of the horizontalExcess property.
        Returns:
        possible object is Float
      • setHorizontalExcess

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setHorizontalExcess​(java.lang.Float value)
        Sets the value of the horizontalExcess property.
        Parameters:
        value - allowed object is Float
      • getHorizontalExcessBack

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Float getHorizontalExcessBack()
        Gets the value of the horizontalExcessBack property.
        Returns:
        possible object is Float
      • setHorizontalExcessBack

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setHorizontalExcessBack​(java.lang.Float value)
        Sets the value of the horizontalExcessBack property.
        Parameters:
        value - allowed object is Float
      • getStripLength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Float getStripLength()
        Gets the value of the stripLength property.
        Returns:
        possible object is Float
      • setStripLength

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setStripLength​(java.lang.Float value)
        Sets the value of the stripLength property.
        Parameters:
        value - allowed object is Float
      • getTopExcess

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public java.lang.Float getTopExcess()
        Gets the value of the topExcess property.
        Returns:
        possible object is Float
      • setTopExcess

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.1",
                   date="2023-01-02T18:51:33Z")
        public void setTopExcess​(java.lang.Float value)
        Sets the value of the topExcess property.
        Parameters:
        value - allowed object is Float
      • withHorizontalExcess

        public SpineTapingParams withHorizontalExcess​(java.lang.Float value)
      • withHorizontalExcessBack

        public SpineTapingParams withHorizontalExcessBack​(java.lang.Float value)
      • withStripLength

        public SpineTapingParams withStripLength​(java.lang.Float value)