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:
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.SerializableJava 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 Summary
Fields Modifier and Type Field Description protected java.lang.FloatbottomFoldInprotected java.lang.StringcornerTypeprotected java.lang.FloatcoverWidthprotected java.lang.FloatfrontFoldInprotected Glueglueprotected java.lang.Floatheightprotected java.lang.FloatjointWidthprotected java.lang.FloatspineWidthprotected java.lang.FloattopFoldIn
-
Constructor Summary
Constructors Constructor Description CaseMakingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.FloatgetBottomFoldIn()Gets the value of the bottomFoldIn property.java.lang.StringgetCornerType()Gets the value of the cornerType property.java.lang.FloatgetCoverWidth()Gets the value of the coverWidth property.java.lang.FloatgetFrontFoldIn()Gets the value of the frontFoldIn property.GluegetGlue()Gets the value of the glue property.java.lang.FloatgetHeight()Gets the value of the height property.java.lang.FloatgetJointWidth()Gets the value of the jointWidth property.java.lang.FloatgetSpineWidth()Gets the value of the spineWidth property.java.lang.FloatgetTopFoldIn()Gets the value of the topFoldIn property.inthashCode()voidsetBottomFoldIn(java.lang.Float value)Sets the value of the bottomFoldIn property.voidsetCornerType(java.lang.String value)Sets the value of the cornerType property.voidsetCoverWidth(java.lang.Float value)Sets the value of the coverWidth property.voidsetFrontFoldIn(java.lang.Float value)Sets the value of the frontFoldIn property.voidsetGlue(Glue value)Sets the value of the glue property.voidsetHeight(java.lang.Float value)Sets the value of the height property.voidsetJointWidth(java.lang.Float value)Sets the value of the jointWidth property.voidsetSpineWidth(java.lang.Float value)Sets the value of the spineWidth property.voidsetTopFoldIn(java.lang.Float value)Sets the value of the topFoldIn property.CaseMakingParamswithBottomFoldIn(java.lang.Float value)CaseMakingParamswithCornerType(java.lang.String value)CaseMakingParamswithCoverWidth(java.lang.Float value)CaseMakingParamswithFrontFoldIn(java.lang.Float value)CaseMakingParamswithGlue(Glue value)CaseMakingParamswithHeight(java.lang.Float value)CaseMakingParamswithJointWidth(java.lang.Float value)CaseMakingParamswithSpineWidth(java.lang.Float value)CaseMakingParamswithTopFoldIn(java.lang.Float value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
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
-
-
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 isGlue
-
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 isFloat
-
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 isString
-
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 isFloat
-
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 isFloat
-
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 isFloat
-
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 isFloat
-
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 isFloat
-
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 isFloat
-
withGlue
public CaseMakingParams withGlue(Glue value)
-
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)
-
withHeight
public CaseMakingParams withHeight(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)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-