public class LaminatingParams extends ParameterType implements Serializable
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}ParameterType">
<attribute name="AdhesiveType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="HardenerType" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Temperature" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="LaminatingMethod" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="NipWidth" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="LaminatingBox" type="{http://www.CIP4.org/JDFSchema_2_0}rectangle" />
<attribute name="ModuleIndex" type="{http://www.CIP4.org/JDFSchema_2_0}integer" />
<attribute name="GapList" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adhesiveType |
protected String |
gapList |
protected String |
hardenerType |
protected Double |
laminatingBox |
protected String |
laminatingMethod |
protected Integer |
moduleIndex |
protected Double |
nipWidth |
protected Double |
temperature |
| Constructor and Description |
|---|
LaminatingParams() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdhesiveType()
Gets the value of the adhesiveType property.
|
String |
getGapList()
Gets the value of the gapList property.
|
String |
getHardenerType()
Gets the value of the hardenerType property.
|
Double |
getLaminatingBox()
Gets the value of the laminatingBox property.
|
String |
getLaminatingMethod()
Gets the value of the laminatingMethod property.
|
Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
Double |
getNipWidth()
Gets the value of the nipWidth property.
|
Double |
getTemperature()
Gets the value of the temperature property.
|
void |
setAdhesiveType(String value)
Sets the value of the adhesiveType property.
|
void |
setGapList(String value)
Sets the value of the gapList property.
|
void |
setHardenerType(String value)
Sets the value of the hardenerType property.
|
void |
setLaminatingBox(Double value)
Sets the value of the laminatingBox property.
|
void |
setLaminatingMethod(String value)
Sets the value of the laminatingMethod property.
|
void |
setModuleIndex(Integer value)
Sets the value of the moduleIndex property.
|
void |
setNipWidth(Double value)
Sets the value of the nipWidth property.
|
void |
setTemperature(Double value)
Sets the value of the temperature property.
|
protected String adhesiveType
protected String hardenerType
protected Double temperature
protected String laminatingMethod
protected Double nipWidth
protected Double laminatingBox
protected Integer moduleIndex
protected String gapList
public String getAdhesiveType()
Stringpublic void setAdhesiveType(String value)
value - allowed object is
Stringpublic String getHardenerType()
Stringpublic void setHardenerType(String value)
value - allowed object is
Stringpublic Double getTemperature()
Doublepublic void setTemperature(Double value)
value - allowed object is
Doublepublic String getLaminatingMethod()
Stringpublic void setLaminatingMethod(String value)
value - allowed object is
Stringpublic Double getNipWidth()
Doublepublic void setNipWidth(Double value)
value - allowed object is
Doublepublic Double getLaminatingBox()
Doublepublic void setLaminatingBox(Double value)
value - allowed object is
Doublepublic Integer getModuleIndex()
Integerpublic void setModuleIndex(Integer value)
value - allowed object is
Integerpublic String getGapList()
StringCopyright © 2012. All Rights Reserved.