Package org.cip4.lib.xjdf.schema
Class CaseMakingParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.CaseMakingParams
- All Implemented Interfaces:
Serializable
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v4.0.4",
date="2025-09-19T22:22:03Z")
public class CaseMakingParams
extends SpecificResource
implements 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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the bottomFoldIn property.Gets the value of the cornerType property.Gets the value of the coverWidth property.Gets the value of the frontFoldIn property.getGlue()Gets the value of the glue property.Gets the value of the height property.Gets the value of the jointWidth property.Gets the value of the spineWidth property.Gets the value of the topFoldIn property.inthashCode()voidsetBottomFoldIn(Float value) Sets the value of the bottomFoldIn property.voidsetCornerType(String value) Sets the value of the cornerType property.voidsetCoverWidth(Float value) Sets the value of the coverWidth property.voidsetFrontFoldIn(Float value) Sets the value of the frontFoldIn property.voidSets the value of the glue property.voidSets the value of the height property.voidsetJointWidth(Float value) Sets the value of the jointWidth property.voidsetSpineWidth(Float value) Sets the value of the spineWidth property.voidsetTopFoldIn(Float value) Sets the value of the topFoldIn property.withBottomFoldIn(Float value) withCornerType(String value) withCoverWidth(Float value) withFrontFoldIn(Float value) withHeight(Float value) withJointWidth(Float value) withSpineWidth(Float value) withTopFoldIn(Float value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
glue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Glue glue -
bottomFoldIn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float bottomFoldIn -
cornerType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected String cornerType -
coverWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float coverWidth -
frontFoldIn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float frontFoldIn -
height
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float height -
jointWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float jointWidth -
spineWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float spineWidth -
topFoldIn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float topFoldIn
-
-
Constructor Details
-
CaseMakingParams
public CaseMakingParams()
-
-
Method Details
-
getGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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.4", date="2025-09-19T22:22:03Z") public void setGlue(Glue value) Sets the value of the glue property.- Parameters:
value- allowed object isGlue
-
getBottomFoldIn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setBottomFoldIn(Float value) Sets the value of the bottomFoldIn property.- Parameters:
value- allowed object isFloat
-
getCornerType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setCornerType(String value) Sets the value of the cornerType property.- Parameters:
value- allowed object isString
-
getCoverWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setCoverWidth(Float value) Sets the value of the coverWidth property.- Parameters:
value- allowed object isFloat
-
getFrontFoldIn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setFrontFoldIn(Float value) Sets the value of the frontFoldIn property.- Parameters:
value- allowed object isFloat
-
getHeight
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setHeight(Float value) Sets the value of the height property.- Parameters:
value- allowed object isFloat
-
getJointWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setJointWidth(Float value) Sets the value of the jointWidth property.- Parameters:
value- allowed object isFloat
-
getSpineWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setSpineWidth(Float value) Sets the value of the spineWidth property.- Parameters:
value- allowed object isFloat
-
getTopFoldIn
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") 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 v4.0.4", date="2025-09-19T22:22:03Z") public void setTopFoldIn(Float value) Sets the value of the topFoldIn property.- Parameters:
value- allowed object isFloat
-
withGlue
-
withBottomFoldIn
-
withCornerType
-
withCoverWidth
-
withFrontFoldIn
-
withHeight
-
withJointWidth
-
withSpineWidth
-
withTopFoldIn
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-