public class ShrinkingParams extends ParameterType implements java.io.Serializable
Java class for ShrinkingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ShrinkingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="ShrinkingMethod" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="Temperature" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="Duration" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
duration |
protected java.lang.String |
shrinkingMethod |
protected java.lang.Double |
temperature |
| Constructor and Description |
|---|
ShrinkingParams() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDuration()
Gets the value of the duration property.
|
java.lang.String |
getShrinkingMethod()
Gets the value of the shrinkingMethod property.
|
java.lang.Double |
getTemperature()
Gets the value of the temperature property.
|
void |
setDuration(java.lang.String value)
Sets the value of the duration property.
|
void |
setShrinkingMethod(java.lang.String value)
Sets the value of the shrinkingMethod property.
|
void |
setTemperature(java.lang.Double value)
Sets the value of the temperature property.
|
protected java.lang.String shrinkingMethod
protected java.lang.Double temperature
protected java.lang.String duration
public java.lang.String getShrinkingMethod()
Stringpublic void setShrinkingMethod(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 getDuration()
Stringpublic void setDuration(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.