@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public class Glue
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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.CIP4.org/JDFSchema_2_0}boolean" />
<attribute name="GlueLineWidth" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="GlueRef" type="{http://www.CIP4.org/JDFSchema_2_0}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.CIP4.org/JDFSchema_2_0}integer" />
<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>
| Modifier and Type | Class and Description |
|---|---|
static class |
Glue.GlueType
Java class for null.
|
static class |
Glue.GluingTechnique
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
areaGlue |
protected Resource |
glue |
protected java.lang.Float |
glueLineWidth |
protected Glue.GlueType |
glueType |
protected java.util.List<java.lang.Float> |
gluingPattern |
protected Glue.GluingTechnique |
gluingTechnique |
protected java.lang.Integer |
meltingTemperature |
protected XYPair |
startPosition |
protected Face |
workingDirection |
protected XYPair |
workingPath |
| Constructor and Description |
|---|
Glue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
Resource |
getGlue()
Gets the value of the glue property.
|
java.lang.Float |
getGlueLineWidth()
Gets the value of the glueLineWidth property.
|
Glue.GlueType |
getGlueType()
Gets the value of the glueType property.
|
java.util.List<java.lang.Float> |
getGluingPattern()
Gets the value of the gluingPattern property.
|
Glue.GluingTechnique |
getGluingTechnique()
Gets the value of the gluingTechnique property.
|
java.lang.Integer |
getMeltingTemperature()
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.
|
XYPair |
getStartPosition()
Gets the value of the startPosition property.
|
Face |
getWorkingDirection()
Gets the value of the workingDirection property.
|
XYPair |
getWorkingPath()
Gets the value of the workingPath property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
java.lang.Boolean |
isAreaGlue()
Gets the value of the areaGlue property.
|
void |
setAreaGlue(java.lang.Boolean value)
Sets the value of the areaGlue property.
|
void |
setGlue(Resource value)
Sets the value of the glue property.
|
void |
setGlueLineWidth(java.lang.Float value)
Sets the value of the glueLineWidth property.
|
void |
setGlueType(Glue.GlueType value)
Sets the value of the glueType property.
|
void |
setGluingTechnique(Glue.GluingTechnique value)
Sets the value of the gluingTechnique property.
|
void |
setMeltingTemperature(java.lang.Integer value)
Sets the value of the meltingTemperature property.
|
void |
setStartPosition(XYPair value)
Sets the value of the startPosition property.
|
void |
setWorkingDirection(Face value)
Sets the value of the workingDirection property.
|
void |
setWorkingPath(XYPair value)
Sets the value of the workingPath property.
|
Glue |
withAreaGlue(java.lang.Boolean value) |
Glue |
withGlue(Resource value) |
Glue |
withGlueLineWidth(java.lang.Float value) |
Glue |
withGlueType(Glue.GlueType value) |
Glue |
withGluingPattern(java.util.Collection<java.lang.Float> values) |
Glue |
withGluingPattern(java.lang.Float... values) |
Glue |
withGluingTechnique(Glue.GluingTechnique value) |
Glue |
withMeltingTemperature(java.lang.Integer value) |
Glue |
withStartPosition(XYPair value) |
Glue |
withWorkingDirection(Face value) |
Glue |
withWorkingPath(XYPair value) |
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Boolean areaGlue
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float glueLineWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Resource glue
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Glue.GlueType glueType
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> gluingPattern
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Glue.GluingTechnique gluingTechnique
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Integer meltingTemperature
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair startPosition
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected Face workingDirection
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
protected XYPair workingPath
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Boolean isAreaGlue()
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setAreaGlue(java.lang.Boolean value)
value - allowed object is
Boolean@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getGlueLineWidth()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setGlueLineWidth(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Resource getGlue()
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setGlue(Resource value)
value - allowed object is
Object@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Glue.GlueType getGlueType()
Glue.GlueType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setGlueType(Glue.GlueType value)
value - allowed object is
Glue.GlueType@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> getGluingPattern()
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 set method 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
@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Glue.GluingTechnique getGluingTechnique()
Glue.GluingTechnique@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setGluingTechnique(Glue.GluingTechnique value)
value - allowed object is
Glue.GluingTechnique@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Integer getMeltingTemperature()
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setMeltingTemperature(java.lang.Integer value)
value - allowed object is
Integer@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getStartPosition()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setStartPosition(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public Face getWorkingDirection()
Face@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setWorkingDirection(Face value)
value - allowed object is
Face@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public XYPair getWorkingPath()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public void setWorkingPath(XYPair value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-18T03:15:49+00:00",
comments="JAXB RI v2.2.11")
public java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
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.
public Glue withAreaGlue(java.lang.Boolean value)
public Glue withGlueLineWidth(java.lang.Float value)
public Glue withGlueType(Glue.GlueType value)
public Glue withGluingPattern(java.lang.Float... values)
public Glue withGluingPattern(java.util.Collection<java.lang.Float> values)
public Glue withGluingTechnique(Glue.GluingTechnique value)
public Glue withMeltingTemperature(java.lang.Integer value)
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object