Package org.cip4.lib.xjdf.schema
Class SpineTapingParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.SpineTapingParams
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public class SpineTapingParams extends SpecificResource implements java.io.SerializableJava class for SpineTapingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SpineTapingParams"> <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="HorizontalExcess" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="HorizontalExcessBack" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="StripLength" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="TopExcess" 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.util.List<Glue>glueprotected java.lang.FloathorizontalExcessprotected java.lang.FloathorizontalExcessBackprotected java.lang.FloatstripLengthprotected java.lang.FloattopExcess
-
Constructor Summary
Constructors Constructor Description SpineTapingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)java.util.List<Glue>getGlue()Gets the value of the glue property.java.lang.FloatgetHorizontalExcess()Gets the value of the horizontalExcess property.java.lang.FloatgetHorizontalExcessBack()Gets the value of the horizontalExcessBack property.java.lang.FloatgetStripLength()Gets the value of the stripLength property.java.lang.FloatgetTopExcess()Gets the value of the topExcess property.inthashCode()voidsetHorizontalExcess(java.lang.Float value)Sets the value of the horizontalExcess property.voidsetHorizontalExcessBack(java.lang.Float value)Sets the value of the horizontalExcessBack property.voidsetStripLength(java.lang.Float value)Sets the value of the stripLength property.voidsetTopExcess(java.lang.Float value)Sets the value of the topExcess property.SpineTapingParamswithGlue(java.util.Collection<Glue> values)SpineTapingParamswithGlue(Glue... values)SpineTapingParamswithHorizontalExcess(java.lang.Float value)SpineTapingParamswithHorizontalExcessBack(java.lang.Float value)SpineTapingParamswithStripLength(java.lang.Float value)SpineTapingParamswithTopExcess(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.1", date="2022-12-21T00:11:33Z") protected java.util.List<Glue> glue
-
horizontalExcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float horizontalExcess
-
horizontalExcessBack
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float horizontalExcessBack
-
stripLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float stripLength
-
topExcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") protected java.lang.Float topExcess
-
-
Method Detail
-
getGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") 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 Jakarta XML Binding 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.
-
getHorizontalExcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getHorizontalExcess()Gets the value of the horizontalExcess property.- Returns:
- possible object is
Float
-
setHorizontalExcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setHorizontalExcess(java.lang.Float value)Sets the value of the horizontalExcess property.- Parameters:
value- allowed object isFloat
-
getHorizontalExcessBack
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getHorizontalExcessBack()Gets the value of the horizontalExcessBack property.- Returns:
- possible object is
Float
-
setHorizontalExcessBack
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setHorizontalExcessBack(java.lang.Float value)Sets the value of the horizontalExcessBack property.- Parameters:
value- allowed object isFloat
-
getStripLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getStripLength()Gets the value of the stripLength property.- Returns:
- possible object is
Float
-
setStripLength
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setStripLength(java.lang.Float value)Sets the value of the stripLength property.- Parameters:
value- allowed object isFloat
-
getTopExcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public java.lang.Float getTopExcess()Gets the value of the topExcess property.- Returns:
- possible object is
Float
-
setTopExcess
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.1", date="2022-12-21T00:11:33Z") public void setTopExcess(java.lang.Float value)Sets the value of the topExcess property.- Parameters:
value- allowed object isFloat
-
withGlue
public SpineTapingParams withGlue(Glue... values)
-
withGlue
public SpineTapingParams withGlue(java.util.Collection<Glue> values)
-
withHorizontalExcess
public SpineTapingParams withHorizontalExcess(java.lang.Float value)
-
withHorizontalExcessBack
public SpineTapingParams withHorizontalExcessBack(java.lang.Float value)
-
withStripLength
public SpineTapingParams withStripLength(java.lang.Float value)
-
withTopExcess
public SpineTapingParams withTopExcess(java.lang.Float value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-