Package org.cip4.lib.xjdf.schema
Class CasingInParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.CasingInParams
- 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 CasingInParams
extends SpecificResource
implements Serializable
Java class for CasingInParams complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="CasingInParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<sequence>
<element ref="{http://www.CIP4.org/JDFSchema_2_0}Glue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="CaseRadius" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="CoverWidth" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="SpineWidth" 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 caseRadius property.Gets the value of the coverWidth property.getGlue()Gets the value of the glue property.Gets the value of the spineWidth property.inthashCode()voidsetCaseRadius(Float value) Sets the value of the caseRadius property.voidsetCoverWidth(Float value) Sets the value of the coverWidth property.voidsetSpineWidth(Float value) Sets the value of the spineWidth property.withCaseRadius(Float value) withCoverWidth(Float value) withGlue(Collection<Glue> values) withSpineWidth(Float value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
glue
-
caseRadius
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float caseRadius -
coverWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float coverWidth -
spineWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") protected Float spineWidth
-
-
Constructor Details
-
CasingInParams
public CasingInParams()
-
-
Method Details
-
getGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public List<Glue> getGlue()Gets the value of the glue property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the glue property.For example, to add a new item, do as follows:
getGlue().add(newItem);
Objects of the following type(s) are allowed in the list
Glue- Returns:
- The value of the glue property.
-
getCaseRadius
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public Float getCaseRadius()Gets the value of the caseRadius property.- Returns:
- possible object is
Float
-
setCaseRadius
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2025-09-19T22:22:03Z") public void setCaseRadius(Float value) Sets the value of the caseRadius property.- Parameters:
value- allowed object isFloat
-
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
-
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
-
withGlue
-
withGlue
-
withCaseRadius
-
withCoverWidth
-
withSpineWidth
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-