public class LaminatingIntent extends IntentType implements java.io.Serializable
Java class for LaminatingIntent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LaminatingIntent">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}IntentType">
<attribute name="Temperature" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Thickness" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Texture" type="{http://www.CIP4.org/JDFSchema_2_0}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
temperature |
protected java.lang.String |
texture |
protected java.lang.Double |
thickness |
| Constructor and Description |
|---|
LaminatingIntent() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTemperature()
Gets the value of the temperature property.
|
java.lang.String |
getTexture()
Gets the value of the texture property.
|
java.lang.Double |
getThickness()
Gets the value of the thickness property.
|
void |
setTemperature(java.lang.String value)
Sets the value of the temperature property.
|
void |
setTexture(java.lang.String value)
Sets the value of the texture property.
|
void |
setThickness(java.lang.Double value)
Sets the value of the thickness property.
|
protected java.lang.String temperature
protected java.lang.Double thickness
protected java.lang.String texture
public java.lang.String getTemperature()
Stringpublic void setTemperature(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getThickness()
Doublepublic void setThickness(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.String getTexture()
Stringpublic void setTexture(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.