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,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class CaseMakingParams extends SpecificResource implements java.io.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:
- 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)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)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()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)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
protected Glue glue
-
bottomFoldIn
protected java.lang.Float bottomFoldIn
-
cornerType
protected java.lang.String cornerType
-
coverWidth
protected java.lang.Float coverWidth
-
frontFoldIn
protected java.lang.Float frontFoldIn
-
height
protected java.lang.Float height
-
jointWidth
protected java.lang.Float jointWidth
-
spineWidth
protected java.lang.Float spineWidth
-
topFoldIn
protected java.lang.Float topFoldIn
-
-
Method Detail
-
setGlue
public void setGlue(Glue value)
Sets the value of the glue property.- Parameters:
value- allowed object isGlue
-
getBottomFoldIn
public java.lang.Float getBottomFoldIn()
Gets the value of the bottomFoldIn property.- Returns:
- possible object is
Float
-
setBottomFoldIn
public void setBottomFoldIn(java.lang.Float value)
Sets the value of the bottomFoldIn property.- Parameters:
value- allowed object isFloat
-
getCornerType
public java.lang.String getCornerType()
Gets the value of the cornerType property.- Returns:
- possible object is
String
-
setCornerType
public void setCornerType(java.lang.String value)
Sets the value of the cornerType property.- Parameters:
value- allowed object isString
-
getCoverWidth
public java.lang.Float getCoverWidth()
Gets the value of the coverWidth property.- Returns:
- possible object is
Float
-
setCoverWidth
public void setCoverWidth(java.lang.Float value)
Sets the value of the coverWidth property.- Parameters:
value- allowed object isFloat
-
getFrontFoldIn
public java.lang.Float getFrontFoldIn()
Gets the value of the frontFoldIn property.- Returns:
- possible object is
Float
-
setFrontFoldIn
public void setFrontFoldIn(java.lang.Float value)
Sets the value of the frontFoldIn property.- Parameters:
value- allowed object isFloat
-
getHeight
public java.lang.Float getHeight()
Gets the value of the height property.- Returns:
- possible object is
Float
-
setHeight
public void setHeight(java.lang.Float value)
Sets the value of the height property.- Parameters:
value- allowed object isFloat
-
getJointWidth
public java.lang.Float getJointWidth()
Gets the value of the jointWidth property.- Returns:
- possible object is
Float
-
setJointWidth
public void setJointWidth(java.lang.Float value)
Sets the value of the jointWidth property.- Parameters:
value- allowed object isFloat
-
getSpineWidth
public java.lang.Float getSpineWidth()
Gets the value of the spineWidth property.- Returns:
- possible object is
Float
-
setSpineWidth
public void setSpineWidth(java.lang.Float value)
Sets the value of the spineWidth property.- Parameters:
value- allowed object isFloat
-
getTopFoldIn
public java.lang.Float getTopFoldIn()
Gets the value of the topFoldIn property.- Returns:
- possible object is
Float
-
setTopFoldIn
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(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- 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
-
-