public class DevelopingParams extends ParameterType implements Serializable
Java class for DevelopingParams complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DevelopingParams">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<attribute name="PostBakeTime" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="PostExposeTime" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="PreHeatTime" type="{http://www.CIP4.org/JDFSchema_2_0}duration" />
<attribute name="PostBakeTemp" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
<attribute name="PreHeatTemp" type="{http://www.CIP4.org/JDFSchema_2_0}double" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
postBakeTemp |
protected Duration |
postBakeTime |
protected Duration |
postExposeTime |
protected Double |
preHeatTemp |
protected Duration |
preHeatTime |
| Constructor and Description |
|---|
DevelopingParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getPostBakeTemp()
Gets the value of the postBakeTemp property.
|
Duration |
getPostBakeTime()
Gets the value of the postBakeTime property.
|
Duration |
getPostExposeTime()
Gets the value of the postExposeTime property.
|
Double |
getPreHeatTemp()
Gets the value of the preHeatTemp property.
|
Duration |
getPreHeatTime()
Gets the value of the preHeatTime property.
|
void |
setPostBakeTemp(Double value)
Sets the value of the postBakeTemp property.
|
void |
setPostBakeTime(Duration value)
Sets the value of the postBakeTime property.
|
void |
setPostExposeTime(Duration value)
Sets the value of the postExposeTime property.
|
void |
setPreHeatTemp(Double value)
Sets the value of the preHeatTemp property.
|
void |
setPreHeatTime(Duration value)
Sets the value of the preHeatTime property.
|
protected Duration postBakeTime
protected Duration postExposeTime
protected Duration preHeatTime
protected Double postBakeTemp
protected Double preHeatTemp
public Duration getPostBakeTime()
Stringpublic void setPostBakeTime(Duration value)
value - allowed object is
Stringpublic Duration getPostExposeTime()
Stringpublic void setPostExposeTime(Duration value)
value - allowed object is
Stringpublic Duration getPreHeatTime()
Stringpublic void setPreHeatTime(Duration value)
value - allowed object is
Stringpublic Double getPostBakeTemp()
Doublepublic void setPostBakeTemp(Double value)
value - allowed object is
Doublepublic Double getPreHeatTemp()
DoubleCopyright © 2013. All Rights Reserved.