Class CaseMakingParams

java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.CaseMakingParams
All Implemented Interfaces:
Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public class CaseMakingParams extends SpecificResource implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2

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:
  • Field Details

    • glue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Glue glue
    • bottomFoldIn

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float bottomFoldIn
    • cornerType

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected String cornerType
    • coverWidth

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float coverWidth
    • frontFoldIn

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float frontFoldIn
    • height

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float height
    • jointWidth

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float jointWidth
    • spineWidth

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float spineWidth
    • topFoldIn

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float topFoldIn
  • Constructor Details

    • CaseMakingParams

      public CaseMakingParams()
  • Method Details

    • getGlue

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setBottomFoldIn(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setCornerType(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setCoverWidth(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setFrontFoldIn(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setHeight(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setJointWidth(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setSpineWidth(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setTopFoldIn(Float value)
      Sets the value of the topFoldIn property.
      Parameters:
      value - allowed object is Float
    • withGlue

      public CaseMakingParams withGlue(Glue value)
    • withBottomFoldIn

      public CaseMakingParams withBottomFoldIn(Float value)
    • withCornerType

      public CaseMakingParams withCornerType(String value)
    • withCoverWidth

      public CaseMakingParams withCoverWidth(Float value)
    • withFrontFoldIn

      public CaseMakingParams withFrontFoldIn(Float value)
    • withHeight

      public CaseMakingParams withHeight(Float value)
    • withJointWidth

      public CaseMakingParams withJointWidth(Float value)
    • withSpineWidth

      public CaseMakingParams withSpineWidth(Float value)
    • withTopFoldIn

      public CaseMakingParams withTopFoldIn(Float value)
    • equals

      public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
      Specified by:
      equals in interface org.jvnet.jaxb2_commons.lang.Equals2
      Overrides:
      equals in class SpecificResource
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class SpecificResource
    • hashCode

      public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
      Specified by:
      hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
      Overrides:
      hashCode in class SpecificResource
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class SpecificResource