public class LaminatingIntent extends IntentType implements 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 String |
temperature |
protected String |
texture |
protected Double |
thickness |
| Constructor and Description |
|---|
LaminatingIntent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTemperature()
Gets the value of the temperature property.
|
String |
getTexture()
Gets the value of the texture property.
|
Double |
getThickness()
Gets the value of the thickness property.
|
void |
setTemperature(String value)
Sets the value of the temperature property.
|
void |
setTexture(String value)
Sets the value of the texture property.
|
void |
setThickness(Double value)
Sets the value of the thickness property.
|
protected String temperature
protected Double thickness
protected String texture
public String getTemperature()
Stringpublic void setTemperature(String value)
value - allowed object is
Stringpublic Double getThickness()
Doublepublic void setThickness(Double value)
value - allowed object is
Doublepublic String getTexture()
StringCopyright © 2012. All Rights Reserved.