Package org.cip4.lib.xjdf.schema
Class Glue
java.lang.Object
org.cip4.lib.xjdf.schema.Glue
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class Glue
extends Object
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java 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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava class for null.static enumJava class for null. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Booleanprotected Resourceprotected Floatprotected Glue.GlueTypeprotected Glue.GluingTechniqueprotected Integerprotected XYPairprotected Faceprotected XYPair -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) getGlue()Gets the value of the glue property.Gets the value of the glueLineWidth property.Gets the value of the glueType property.Gets the value of the gluingPattern property.Gets the value of the gluingTechnique property.Gets the value of the meltingTemperature property.Gets a map that contains attributes that aren't bound to any typed property on this class.Gets the value of the startPosition property.Gets the value of the workingDirection property.Gets the value of the workingPath property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) Gets the value of the areaGlue property.voidsetAreaGlue(Boolean value) Sets the value of the areaGlue property.voidSets the value of the glue property.voidsetGlueLineWidth(Float value) Sets the value of the glueLineWidth property.voidsetGlueType(Glue.GlueType value) Sets the value of the glueType property.voidSets the value of the gluingTechnique property.voidsetMeltingTemperature(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.withAreaGlue(Boolean value) withGlueLineWidth(Float value) withGlueType(Glue.GlueType value) withGluingPattern(Float... values) withGluingPattern(Collection<Float> values) withMeltingTemperature(Integer value) withStartPosition(XYPair value) withWorkingDirection(Face value) withWorkingPath(XYPair value)
-
Field Details
-
areaGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Boolean areaGlue -
glueLineWidth
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float glueLineWidth -
glue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Resource glue -
glueType
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Glue.GlueType glueType -
gluingPattern
-
gluingTechnique
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Glue.GluingTechnique gluingTechnique -
meltingTemperature
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Integer meltingTemperature -
startPosition
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair startPosition -
workingDirection
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Face workingDirection -
workingPath
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected XYPair workingPath
-
-
Constructor Details
-
Glue
public Glue()
-
-
Method Details
-
isAreaGlue
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setAreaGlue(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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setGlueLineWidth(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public List<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 JAXB 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 -
getGluingTechnique
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public 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 v2.3.6", date="2022-12-18T20:00:09Z") public void setMeltingTemperature(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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") 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 v2.3.6", date="2022-12-18T20:00:09Z") public Map<QName,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
-
withGlueLineWidth
-
withGlue
-
withGlueType
-
withGluingPattern
-
withGluingPattern
-
withGluingTechnique
-
withMeltingTemperature
-
withStartPosition
-
withWorkingDirection
-
withWorkingPath
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
hashCode
public int hashCode()
-