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,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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets 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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) 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 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 isGlue
-
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 isFloat
-
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 isString
-
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 isFloat
-
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 isFloat
-
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 isFloat
-
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 isFloat
-
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 isFloat
-
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 isFloat
-
withGlue
-
withBottomFoldIn
-
withCornerType
-
withCoverWidth
-
withFrontFoldIn
-
withHeight
-
withJointWidth
-
withSpineWidth
-
withTopFoldIn
-
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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-