Package org.cip4.lib.xjdf.schema
Class DevelopingParams
java.lang.Object
org.cip4.lib.xjdf.schema.SpecificResource
org.cip4.lib.xjdf.schema.DevelopingParams
- All Implemented Interfaces:
Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v2.3.6",
date="2022-12-18T20:00:09Z")
public class DevelopingParams
extends SpecificResource
implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
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}SpecificResource">
<attribute name="PostBakeTemp" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="PostBakeTime" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="PostExposeTime" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="PreHeatTemp" type="{http://www.w3.org/2001/XMLSchema}float" />
<attribute name="PreHeatTime" type="{http://www.w3.org/2001/XMLSchema}duration" />
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the postBakeTemp property.Gets the value of the postBakeTime property.Gets the value of the postExposeTime property.Gets the value of the preHeatTemp property.Gets the value of the preHeatTime property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidsetPostBakeTemp(Float value) Sets the value of the postBakeTemp property.voidsetPostBakeTime(Duration value) Sets the value of the postBakeTime property.voidsetPostExposeTime(Duration value) Sets the value of the postExposeTime property.voidsetPreHeatTemp(Float value) Sets the value of the preHeatTemp property.voidsetPreHeatTime(Duration value) Sets the value of the preHeatTime property.withPostBakeTemp(Float value) withPostBakeTime(Duration value) withPostExposeTime(Duration value) withPreHeatTemp(Float value) withPreHeatTime(Duration value) Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
Field Details
-
postBakeTemp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float postBakeTemp -
postBakeTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Duration postBakeTime -
postExposeTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Duration postExposeTime -
preHeatTemp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Float preHeatTemp -
preHeatTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") protected Duration preHeatTime
-
-
Constructor Details
-
DevelopingParams
public DevelopingParams()
-
-
Method Details
-
getPostBakeTemp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getPostBakeTemp()Gets the value of the postBakeTemp property.- Returns:
- possible object is
Float
-
setPostBakeTemp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPostBakeTemp(Float value) Sets the value of the postBakeTemp property.- Parameters:
value- allowed object isFloat
-
getPostBakeTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Duration getPostBakeTime()Gets the value of the postBakeTime property.- Returns:
- possible object is
String
-
setPostBakeTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPostBakeTime(Duration value) Sets the value of the postBakeTime property.- Parameters:
value- allowed object isString
-
getPostExposeTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Duration getPostExposeTime()Gets the value of the postExposeTime property.- Returns:
- possible object is
String
-
setPostExposeTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPostExposeTime(Duration value) Sets the value of the postExposeTime property.- Parameters:
value- allowed object isString
-
getPreHeatTemp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Float getPreHeatTemp()Gets the value of the preHeatTemp property.- Returns:
- possible object is
Float
-
setPreHeatTemp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPreHeatTemp(Float value) Sets the value of the preHeatTemp property.- Parameters:
value- allowed object isFloat
-
getPreHeatTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public Duration getPreHeatTime()Gets the value of the preHeatTime property.- Returns:
- possible object is
String
-
setPreHeatTime
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.6", date="2022-12-18T20:00:09Z") public void setPreHeatTime(Duration value) Sets the value of the preHeatTime property.- Parameters:
value- allowed object isString
-
withPostBakeTemp
-
withPostBakeTime
-
withPostExposeTime
-
withPreHeatTemp
-
withPreHeatTime
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) - Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
- Overrides:
equalsin classSpecificResource
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) - Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCodein classSpecificResource
-
hashCode
public int hashCode()- Overrides:
hashCodein classSpecificResource
-