@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public class LaminatingParams
extends SpecificResource
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for LaminatingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LaminatingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}SpecificResource">
<attribute name="GapList" type="{http://www.CIP4.org/JDFSchema_2_0}DoubleList" />
<attribute name="LaminatingBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="LaminatingMethod">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="CompoundFoil"/>
<enumeration value="DispersionGlue"/>
<enumeration value="Fusing"/>
</restriction>
</simpleType>
</attribute>
<attribute name="ModuleID" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
<attribute name="NipWidth" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<attribute name="Temperature" type="{http://www.CIP4.org/JDFSchema_2_0}float" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
LaminatingParams.LaminatingMethod
Java class for null.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.Float> |
gapList |
protected Rectangle |
laminatingBox |
protected LaminatingParams.LaminatingMethod |
laminatingMethod |
protected java.lang.String |
moduleID |
protected java.lang.Float |
nipWidth |
protected java.lang.Float |
temperature |
| Constructor and Description |
|---|
LaminatingParams() |
| 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) |
java.util.List<java.lang.Float> |
getGapList()
Gets the value of the gapList property.
|
Rectangle |
getLaminatingBox()
Gets the value of the laminatingBox property.
|
LaminatingParams.LaminatingMethod |
getLaminatingMethod()
Gets the value of the laminatingMethod property.
|
java.lang.String |
getModuleID()
Gets the value of the moduleID property.
|
java.lang.Float |
getNipWidth()
Gets the value of the nipWidth property.
|
java.lang.Float |
getTemperature()
Gets the value of the temperature property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setLaminatingBox(Rectangle value)
Sets the value of the laminatingBox property.
|
void |
setLaminatingMethod(LaminatingParams.LaminatingMethod value)
Sets the value of the laminatingMethod property.
|
void |
setModuleID(java.lang.String value)
Sets the value of the moduleID property.
|
void |
setNipWidth(java.lang.Float value)
Sets the value of the nipWidth property.
|
void |
setTemperature(java.lang.Float value)
Sets the value of the temperature property.
|
LaminatingParams |
withGapList(java.util.Collection<java.lang.Float> values) |
LaminatingParams |
withGapList(java.lang.Float... values) |
LaminatingParams |
withLaminatingBox(Rectangle value) |
LaminatingParams |
withLaminatingMethod(LaminatingParams.LaminatingMethod value) |
LaminatingParams |
withModuleID(java.lang.String value) |
LaminatingParams |
withNipWidth(java.lang.Float value) |
LaminatingParams |
withTemperature(java.lang.Float value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.util.List<java.lang.Float> gapList
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected Rectangle laminatingBox
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected LaminatingParams.LaminatingMethod laminatingMethod
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.String moduleID
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float nipWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
protected java.lang.Float temperature
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.util.List<java.lang.Float> getGapList()
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 gapList property.
For example, to add a new item, do as follows:
getGapList().add(newItem);
Objects of the following type(s) are allowed in the list
Float
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public Rectangle getLaminatingBox()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setLaminatingBox(Rectangle value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public LaminatingParams.LaminatingMethod getLaminatingMethod()
LaminatingParams.LaminatingMethod@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setLaminatingMethod(LaminatingParams.LaminatingMethod value)
value - allowed object is
LaminatingParams.LaminatingMethod@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.String getModuleID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setModuleID(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getNipWidth()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setNipWidth(java.lang.Float value)
value - allowed object is
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public java.lang.Float getTemperature()
Float@Generated(value="com.sun.tools.xjc.Driver",
date="2017-09-18T01:24:23+00:00",
comments="JAXB RI v2.2.11")
public void setTemperature(java.lang.Float value)
value - allowed object is
Floatpublic LaminatingParams withGapList(java.lang.Float... values)
public LaminatingParams withGapList(java.util.Collection<java.lang.Float> values)
public LaminatingParams withLaminatingBox(Rectangle value)
public LaminatingParams withLaminatingMethod(LaminatingParams.LaminatingMethod value)
public LaminatingParams withModuleID(java.lang.String value)
public LaminatingParams withNipWidth(java.lang.Float value)
public LaminatingParams withTemperature(java.lang.Float 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.Equalsequals in class SpecificResourcepublic boolean equals(java.lang.Object object)
equals in class SpecificResourcepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class SpecificResourcepublic int hashCode()
hashCode in class SpecificResource