public class LaminatingParams extends ParameterType implements java.io.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 java.lang.String |
adhesiveType |
protected java.lang.String |
gapList |
protected java.lang.String |
hardenerType |
protected java.lang.Double |
laminatingBox |
protected java.lang.String |
laminatingMethod |
protected java.lang.Integer |
moduleIndex |
protected java.lang.Double |
nipWidth |
protected java.lang.Double |
temperature |
| Constructor and Description |
|---|
LaminatingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdhesiveType()
Gets the value of the adhesiveType property.
|
java.lang.String |
getGapList()
Gets the value of the gapList property.
|
java.lang.String |
getHardenerType()
Gets the value of the hardenerType property.
|
java.lang.Double |
getLaminatingBox()
Gets the value of the laminatingBox property.
|
java.lang.String |
getLaminatingMethod()
Gets the value of the laminatingMethod property.
|
java.lang.Integer |
getModuleIndex()
Gets the value of the moduleIndex property.
|
java.lang.Double |
getNipWidth()
Gets the value of the nipWidth property.
|
java.lang.Double |
getTemperature()
Gets the value of the temperature property.
|
void |
setAdhesiveType(java.lang.String value)
Sets the value of the adhesiveType property.
|
void |
setGapList(java.lang.String value)
Sets the value of the gapList property.
|
void |
setHardenerType(java.lang.String value)
Sets the value of the hardenerType property.
|
void |
setLaminatingBox(java.lang.Double value)
Sets the value of the laminatingBox property.
|
void |
setLaminatingMethod(java.lang.String value)
Sets the value of the laminatingMethod property.
|
void |
setModuleIndex(java.lang.Integer value)
Sets the value of the moduleIndex 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.
|
protected java.lang.String adhesiveType
protected java.lang.String hardenerType
protected java.lang.Double temperature
protected java.lang.String laminatingMethod
protected java.lang.Double nipWidth
protected java.lang.Double laminatingBox
protected java.lang.Integer moduleIndex
protected java.lang.String gapList
public java.lang.String getAdhesiveType()
Stringpublic void setAdhesiveType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getHardenerType()
Stringpublic void setHardenerType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getTemperature()
Doublepublic void setTemperature(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getLaminatingMethod()
Stringpublic void setLaminatingMethod(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getNipWidth()
Doublepublic void setNipWidth(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getLaminatingBox()
Doublepublic void setLaminatingBox(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Integer getModuleIndex()
Integerpublic void setModuleIndex(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getGapList()
Stringpublic void setGapList(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.