Class Glue
- java.lang.Object
-
- org.cip4.lib.xjdf.schema.Glue
-
- All Implemented Interfaces:
java.io.Serializable
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public class Glue extends java.lang.Object implements java.io.SerializableJava class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="AreaGlue" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="GlueLineWidth" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="GlueRef" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="GlueType"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="ColdGlue"/> <enumeration value="Hotmelt"/> <enumeration value="Permanent"/> <enumeration value="PUR"/> <enumeration value="Removable"/> </restriction> </simpleType> </attribute> <attribute name="GluingPattern" type="{http://www.CIP4.org/JDFSchema_2_0}FloatList" /> <attribute name="GluingTechnique"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN"> <enumeration value="SpineGluing"/> <enumeration value="SideGluingFront"/> <enumeration value="SideGluingBack"/> </restriction> </simpleType> </attribute> <attribute name="MeltingTemperature" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="StartPosition" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" /> <attribute name="WorkingDirection" type="{http://www.CIP4.org/JDFSchema_2_0}Face" /> <attribute name="WorkingPath" type="{http://www.CIP4.org/JDFSchema_2_0}XYPair" /> <anyAttribute processContents='lax' namespace='##other'/> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGlue.GlueTypeJava class for null.static classGlue.GluingTechniqueJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.BooleanareaGlueprotected Resourceglueprotected java.lang.FloatglueLineWidthprotected Glue.GlueTypeglueTypeprotected java.util.List<java.lang.Float>gluingPatternprotected Glue.GluingTechniquegluingTechniqueprotected java.lang.IntegermeltingTemperatureprotected XYPairstartPositionprotected FaceworkingDirectionprotected XYPairworkingPath
-
Constructor Summary
Constructors Constructor Description Glue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)ResourcegetGlue()Gets the value of the glue property.java.lang.FloatgetGlueLineWidth()Gets the value of the glueLineWidth property.Glue.GlueTypegetGlueType()Gets the value of the glueType property.java.util.List<java.lang.Float>getGluingPattern()Gets the value of the gluingPattern property.Glue.GluingTechniquegetGluingTechnique()Gets the value of the gluingTechnique property.java.lang.IntegergetMeltingTemperature()Gets the value of the meltingTemperature property.java.util.Map<javax.xml.namespace.QName,java.lang.String>getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.XYPairgetStartPosition()Gets the value of the startPosition property.FacegetWorkingDirection()Gets the value of the workingDirection property.XYPairgetWorkingPath()Gets the value of the workingPath property.inthashCode()java.lang.BooleanisAreaGlue()Gets the value of the areaGlue property.voidsetAreaGlue(java.lang.Boolean value)Sets the value of the areaGlue property.voidsetGlue(Resource value)Sets the value of the glue property.voidsetGlueLineWidth(java.lang.Float value)Sets the value of the glueLineWidth property.voidsetGlueType(Glue.GlueType value)Sets the value of the glueType property.voidsetGluingTechnique(Glue.GluingTechnique value)Sets the value of the gluingTechnique property.voidsetMeltingTemperature(java.lang.Integer value)Sets the value of the meltingTemperature property.voidsetStartPosition(XYPair value)Sets the value of the startPosition property.voidsetWorkingDirection(Face value)Sets the value of the workingDirection property.voidsetWorkingPath(XYPair value)Sets the value of the workingPath property.GluewithAreaGlue(java.lang.Boolean value)GluewithGlue(Resource value)GluewithGlueLineWidth(java.lang.Float value)GluewithGlueType(Glue.GlueType value)GluewithGluingPattern(java.lang.Float... values)GluewithGluingPattern(java.util.Collection<java.lang.Float> values)GluewithGluingTechnique(Glue.GluingTechnique value)GluewithMeltingTemperature(java.lang.Integer value)GluewithStartPosition(XYPair value)GluewithWorkingDirection(Face value)GluewithWorkingPath(XYPair value)
-
-
-
Field Detail
-
areaGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Boolean areaGlue
-
glueLineWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Float glueLineWidth
-
glue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected Resource glue
-
glueType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected Glue.GlueType glueType
-
gluingPattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.util.List<java.lang.Float> gluingPattern
-
gluingTechnique
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected Glue.GluingTechnique gluingTechnique
-
meltingTemperature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected java.lang.Integer meltingTemperature
-
startPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected XYPair startPosition
-
workingDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected Face workingDirection
-
workingPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") protected XYPair workingPath
-
-
Method Detail
-
isAreaGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.Boolean isAreaGlue()Gets the value of the areaGlue property.- Returns:
- possible object is
Boolean
-
setAreaGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setAreaGlue(java.lang.Boolean value)Sets the value of the areaGlue property.- Parameters:
value- allowed object isBoolean
-
getGlueLineWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.Float getGlueLineWidth()Gets the value of the glueLineWidth property.- Returns:
- possible object is
Float
-
setGlueLineWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setGlueLineWidth(java.lang.Float value)Sets the value of the glueLineWidth property.- Parameters:
value- allowed object isFloat
-
getGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public Resource getGlue()Gets the value of the glue property.- Returns:
- possible object is
Object
-
setGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setGlue(Resource value)Sets the value of the glue property.- Parameters:
value- allowed object isObject
-
getGlueType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public Glue.GlueType getGlueType()Gets the value of the glueType property.- Returns:
- possible object is
Glue.GlueType
-
setGlueType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setGlueType(Glue.GlueType value)Sets the value of the glueType property.- Parameters:
value- allowed object isGlue.GlueType
-
getGluingPattern
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.List<java.lang.Float> getGluingPattern()Gets the value of the gluingPattern 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 gluingPattern property.For example, to add a new item, do as follows:
getGluingPattern().add(newItem);Objects of the following type(s) are allowed in the list
Float- Returns:
- The value of the gluingPattern property.
-
getGluingTechnique
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public Glue.GluingTechnique getGluingTechnique()Gets the value of the gluingTechnique property.- Returns:
- possible object is
Glue.GluingTechnique
-
setGluingTechnique
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setGluingTechnique(Glue.GluingTechnique value)Sets the value of the gluingTechnique property.- Parameters:
value- allowed object isGlue.GluingTechnique
-
getMeltingTemperature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.lang.Integer getMeltingTemperature()Gets the value of the meltingTemperature property.- Returns:
- possible object is
Integer
-
setMeltingTemperature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setMeltingTemperature(java.lang.Integer value)Sets the value of the meltingTemperature property.- Parameters:
value- allowed object isInteger
-
getStartPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public XYPair getStartPosition()Gets the value of the startPosition property.- Returns:
- possible object is
String
-
setStartPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setStartPosition(XYPair value)Sets the value of the startPosition property.- Parameters:
value- allowed object isString
-
getWorkingDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public Face getWorkingDirection()Gets the value of the workingDirection property.- Returns:
- possible object is
Face
-
setWorkingDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setWorkingDirection(Face value)Sets the value of the workingDirection property.- Parameters:
value- allowed object isFace
-
getWorkingPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public XYPair getWorkingPath()Gets the value of the workingPath property.- Returns:
- possible object is
String
-
setWorkingPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public void setWorkingPath(XYPair value)Sets the value of the workingPath property.- Parameters:
value- allowed object isString
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v4.0.2", date="2023-07-17T18:40:39Z") public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()Gets a map that contains attributes that aren't bound to any typed property on this class.the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
- Returns:
- always non-null
-
withAreaGlue
public Glue withAreaGlue(java.lang.Boolean value)
-
withGlueLineWidth
public Glue withGlueLineWidth(java.lang.Float value)
-
withGlueType
public Glue withGlueType(Glue.GlueType value)
-
withGluingPattern
public Glue withGluingPattern(java.lang.Float... values)
-
withGluingPattern
public Glue withGluingPattern(java.util.Collection<java.lang.Float> values)
-
withGluingTechnique
public Glue withGluingTechnique(Glue.GluingTechnique value)
-
withMeltingTemperature
public Glue withMeltingTemperature(java.lang.Integer value)
-
equals
public boolean equals(java.lang.Object object)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-