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 String |
postBakeTime |
protected String |
postExposeTime |
protected Double |
preHeatTemp |
protected String |
preHeatTime |
| Constructor and Description |
|---|
DevelopingParams() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getPostBakeTemp()
Gets the value of the postBakeTemp property.
|
String |
getPostBakeTime()
Gets the value of the postBakeTime property.
|
String |
getPostExposeTime()
Gets the value of the postExposeTime property.
|
Double |
getPreHeatTemp()
Gets the value of the preHeatTemp property.
|
String |
getPreHeatTime()
Gets the value of the preHeatTime property.
|
void |
setPostBakeTemp(Double value)
Sets the value of the postBakeTemp property.
|
void |
setPostBakeTime(String value)
Sets the value of the postBakeTime property.
|
void |
setPostExposeTime(String value)
Sets the value of the postExposeTime property.
|
void |
setPreHeatTemp(Double value)
Sets the value of the preHeatTemp property.
|
void |
setPreHeatTime(String value)
Sets the value of the preHeatTime property.
|
protected String postBakeTime
protected String postExposeTime
protected String preHeatTime
protected Double postBakeTemp
protected Double preHeatTemp
public String getPostBakeTime()
Stringpublic void setPostBakeTime(String value)
value - allowed object is
Stringpublic String getPostExposeTime()
Stringpublic void setPostExposeTime(String value)
value - allowed object is
Stringpublic String getPreHeatTime()
Stringpublic void setPreHeatTime(String value)
value - allowed object is
Stringpublic Double getPostBakeTemp()
Doublepublic void setPostBakeTemp(Double value)
value - allowed object is
Doublepublic Double getPreHeatTemp()
DoubleCopyright © 2012. All Rights Reserved.