Class CaseMakingParams

  • All Implemented Interfaces:
    java.io.Serializable

    @Generated(value="com.sun.tools.xjc.Driver",
               comments="JAXB RI v4.0.2",
               date="2023-07-17T18:40:39Z")
    public class CaseMakingParams
    extends SpecificResource
    implements java.io.Serializable

    Java class for CaseMakingParams complex type.

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

    
     <complexType name="CaseMakingParams">
       <complexContent>
         <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
           <sequence>
             <element ref="{http://www.CIP4.org/JDFSchema_2_0}Glue" minOccurs="0"/>
           </sequence>
           <attribute name="BottomFoldIn" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="CornerType" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
           <attribute name="CoverWidth" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="FrontFoldIn" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="Height" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="JointWidth" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="SpineWidth" type="{http://www.w3.org/2001/XMLSchema}float" />
           <attribute name="TopFoldIn" 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.2",
                   date="2023-07-17T18:40:39Z")
        protected Glue glue
      • bottomFoldIn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float bottomFoldIn
      • cornerType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.String cornerType
      • coverWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float coverWidth
      • frontFoldIn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float frontFoldIn
      • height

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float height
      • jointWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float jointWidth
      • spineWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float spineWidth
      • topFoldIn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        protected java.lang.Float topFoldIn
    • Constructor Detail

      • CaseMakingParams

        public CaseMakingParams()
    • Method Detail

      • getGlue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public Glue getGlue()
        Gets the value of the glue property.
        Returns:
        possible object is Glue
      • setGlue

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setGlue​(Glue value)
        Sets the value of the glue property.
        Parameters:
        value - allowed object is Glue
      • getBottomFoldIn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getBottomFoldIn()
        Gets the value of the bottomFoldIn property.
        Returns:
        possible object is Float
      • setBottomFoldIn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setBottomFoldIn​(java.lang.Float value)
        Sets the value of the bottomFoldIn property.
        Parameters:
        value - allowed object is Float
      • getCornerType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.String getCornerType()
        Gets the value of the cornerType property.
        Returns:
        possible object is String
      • setCornerType

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setCornerType​(java.lang.String value)
        Sets the value of the cornerType property.
        Parameters:
        value - allowed object is String
      • getCoverWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getCoverWidth()
        Gets the value of the coverWidth property.
        Returns:
        possible object is Float
      • setCoverWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setCoverWidth​(java.lang.Float value)
        Sets the value of the coverWidth property.
        Parameters:
        value - allowed object is Float
      • getFrontFoldIn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getFrontFoldIn()
        Gets the value of the frontFoldIn property.
        Returns:
        possible object is Float
      • setFrontFoldIn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setFrontFoldIn​(java.lang.Float value)
        Sets the value of the frontFoldIn property.
        Parameters:
        value - allowed object is Float
      • getHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getHeight()
        Gets the value of the height property.
        Returns:
        possible object is Float
      • setHeight

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setHeight​(java.lang.Float value)
        Sets the value of the height property.
        Parameters:
        value - allowed object is Float
      • getJointWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getJointWidth()
        Gets the value of the jointWidth property.
        Returns:
        possible object is Float
      • setJointWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setJointWidth​(java.lang.Float value)
        Sets the value of the jointWidth property.
        Parameters:
        value - allowed object is Float
      • getSpineWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getSpineWidth()
        Gets the value of the spineWidth property.
        Returns:
        possible object is Float
      • setSpineWidth

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setSpineWidth​(java.lang.Float value)
        Sets the value of the spineWidth property.
        Parameters:
        value - allowed object is Float
      • getTopFoldIn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public java.lang.Float getTopFoldIn()
        Gets the value of the topFoldIn property.
        Returns:
        possible object is Float
      • setTopFoldIn

        @Generated(value="com.sun.tools.xjc.Driver",
                   comments="JAXB RI v4.0.2",
                   date="2023-07-17T18:40:39Z")
        public void setTopFoldIn​(java.lang.Float value)
        Sets the value of the topFoldIn property.
        Parameters:
        value - allowed object is Float
      • withBottomFoldIn

        public CaseMakingParams withBottomFoldIn​(java.lang.Float value)
      • withCornerType

        public CaseMakingParams withCornerType​(java.lang.String value)
      • withCoverWidth

        public CaseMakingParams withCoverWidth​(java.lang.Float value)
      • withFrontFoldIn

        public CaseMakingParams withFrontFoldIn​(java.lang.Float value)
      • withJointWidth

        public CaseMakingParams withJointWidth​(java.lang.Float value)
      • withSpineWidth

        public CaseMakingParams withSpineWidth​(java.lang.Float value)
      • withTopFoldIn

        public CaseMakingParams withTopFoldIn​(java.lang.Float value)