public class ShrinkingParams extends ParameterType implements 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 Duration |
duration |
protected String |
shrinkingMethod |
protected Double |
temperature |
| Constructor and Description |
|---|
ShrinkingParams() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getDuration()
Gets the value of the duration property.
|
String |
getShrinkingMethod()
Gets the value of the shrinkingMethod property.
|
Double |
getTemperature()
Gets the value of the temperature property.
|
void |
setDuration(Duration value)
Sets the value of the duration property.
|
void |
setShrinkingMethod(String value)
Sets the value of the shrinkingMethod property.
|
void |
setTemperature(Double value)
Sets the value of the temperature property.
|
protected String shrinkingMethod
protected Double temperature
protected Duration duration
public String getShrinkingMethod()
Stringpublic void setShrinkingMethod(String value)
value - allowed object is
Stringpublic Double getTemperature()
Doublepublic void setTemperature(Double value)
value - allowed object is
Doublepublic Duration getDuration()
StringCopyright © 2013. All Rights Reserved.