Package org.cip4.lib.xjdf.schema
Class EndSheetGluingParams
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.SpecificResource
-
- org.cip4.lib.xjdf.schema.EndSheetGluingParams
-
- 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 EndSheetGluingParams extends SpecificResource implements java.io.SerializableJava class for EndSheetGluingParams complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="EndSheetGluingParams"> <complexContent> <extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource"> <sequence> <element ref="{http://www.CIP4.org/JDFSchema_2_0}Glue"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EndSheetGluingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)GluegetGlue()Gets the value of the glue property.inthashCode()voidsetGlue(Glue value)Sets the value of the glue property.EndSheetGluingParamswithGlue(Glue 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 Glue glue
-
-
Method Detail
-
getGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.4", date="2024-07-01T15:04:08Z") 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 v4.0.4", date="2024-07-01T15:04:08Z") public void setGlue(Glue value)Sets the value of the glue property.- Parameters:
value- allowed object isGlue
-
withGlue
public EndSheetGluingParams withGlue(Glue value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSpecificResource
-
-