@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02: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}string" />
<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="EnumLaminatingMethod"/>
<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}double" />
<attribute name="Temperature" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<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.lang.String |
gapList |
protected Rectangle |
laminatingBox |
protected LaminatingParams.LaminatingMethod |
laminatingMethod |
protected java.lang.String |
moduleID |
protected java.lang.Double |
nipWidth |
protected java.lang.Double |
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.lang.String |
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.Double |
getNipWidth()
Gets the value of the nipWidth property.
|
java.lang.Double |
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 |
setGapList(java.lang.String value)
Sets the value of the gapList property.
|
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.Double value)
Sets the value of the nipWidth property.
|
void |
setTemperature(java.lang.Double value)
Sets the value of the temperature property.
|
LaminatingParams |
withGapList(java.lang.String value) |
LaminatingParams |
withLaminatingBox(Rectangle value) |
LaminatingParams |
withLaminatingMethod(LaminatingParams.LaminatingMethod value) |
LaminatingParams |
withModuleID(java.lang.String value) |
LaminatingParams |
withNipWidth(java.lang.Double value) |
LaminatingParams |
withTemperature(java.lang.Double value) |
getOtherAttributes@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String gapList
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected Rectangle laminatingBox
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected LaminatingParams.LaminatingMethod laminatingMethod
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.String moduleID
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double nipWidth
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
protected java.lang.Double temperature
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getGapList()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setGapList(java.lang.String value)
value - allowed object is
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public Rectangle getLaminatingBox()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02: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-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public LaminatingParams.LaminatingMethod getLaminatingMethod()
LaminatingParams.LaminatingMethod@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02: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-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.String getModuleID()
String@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02: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-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getNipWidth()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setNipWidth(java.lang.Double value)
value - allowed object is
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public java.lang.Double getTemperature()
Double@Generated(value="com.sun.tools.xjc.Driver",
date="2017-03-27T06:28:30+02:00",
comments="JAXB RI v2.2.11")
public void setTemperature(java.lang.Double value)
value - allowed object is
Doublepublic LaminatingParams withGapList(java.lang.String value)
public LaminatingParams withLaminatingBox(Rectangle value)
public LaminatingParams withLaminatingMethod(LaminatingParams.LaminatingMethod value)
public LaminatingParams withModuleID(java.lang.String value)
public LaminatingParams withNipWidth(java.lang.Double value)
public LaminatingParams withTemperature(java.lang.Double 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