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:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public class CasingInParams extends SpecificResource implements java.io.SerializableJava 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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.FloatcaseRadiusprotected java.lang.FloatcoverWidthprotected java.util.List<Glue>glueprotected java.lang.FloatspineWidth
-
Constructor Summary
Constructors Constructor Description CasingInParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.lang.FloatgetCaseRadius()Gets the value of the caseRadius property.java.lang.FloatgetCoverWidth()Gets the value of the coverWidth property.java.util.List<Glue>getGlue()Gets the value of the glue property.java.lang.FloatgetSpineWidth()Gets the value of the spineWidth property.inthashCode()voidsetCaseRadius(java.lang.Float value)Sets the value of the caseRadius property.voidsetCoverWidth(java.lang.Float value)Sets the value of the coverWidth property.voidsetSpineWidth(java.lang.Float value)Sets the value of the spineWidth property.CasingInParamswithCaseRadius(java.lang.Float value)CasingInParamswithCoverWidth(java.lang.Float value)CasingInParamswithGlue(java.util.Collection<Glue> values)CasingInParamswithGlue(Glue... values)CasingInParamswithSpineWidth(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.4", date="2024-07-01T15:04:08Z") protected java.util.List<Glue> glue
-
caseRadius
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Float caseRadius
-
coverWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Float coverWidth
-
spineWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") protected java.lang.Float spineWidth
-
-
Method Detail
-
getGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") public java.util.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="2024-07-01T15:04:08Z") public java.lang.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="2024-07-01T15:04:08Z") public void setCaseRadius(java.lang.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="2024-07-01T15:04:08Z") 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.4", date="2024-07-01T15:04:08Z") public void setCoverWidth(java.lang.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="2024-07-01T15:04:08Z") 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.4", date="2024-07-01T15:04:08Z") public void setSpineWidth(java.lang.Float value)Sets the value of the spineWidth property.- Parameters:
value- allowed object isFloat
-
withGlue
public CasingInParams withGlue(Glue... values)
-
withGlue
public CasingInParams withGlue(java.util.Collection<Glue> values)
-
withCaseRadius
public CasingInParams withCaseRadius(java.lang.Float value)
-
withCoverWidth
public CasingInParams withCoverWidth(java.lang.Float value)
-
withSpineWidth
public CasingInParams withSpineWidth(java.lang.Float value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-