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:
java.io.Serializable,org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2
public class DevelopingParams extends SpecificResource implements java.io.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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.FloatpostBakeTempprotected DurationpostBakeTimeprotected DurationpostExposeTimeprotected java.lang.FloatpreHeatTempprotected DurationpreHeatTime
-
Constructor Summary
Constructors Constructor Description DevelopingParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)java.lang.FloatgetPostBakeTemp()Gets the value of the postBakeTemp property.DurationgetPostBakeTime()Gets the value of the postBakeTime property.DurationgetPostExposeTime()Gets the value of the postExposeTime property.java.lang.FloatgetPreHeatTemp()Gets the value of the preHeatTemp property.DurationgetPreHeatTime()Gets the value of the preHeatTime property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetPostBakeTemp(java.lang.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(java.lang.Float value)Sets the value of the preHeatTemp property.voidsetPreHeatTime(Duration value)Sets the value of the preHeatTime property.DevelopingParamswithPostBakeTemp(java.lang.Float value)DevelopingParamswithPostBakeTime(Duration value)DevelopingParamswithPostExposeTime(Duration value)DevelopingParamswithPreHeatTemp(java.lang.Float value)DevelopingParamswithPreHeatTime(Duration value)-
Methods inherited from class org.cip4.lib.xjdf.schema.SpecificResource
getOtherAttributes
-
-
-
-
Method Detail
-
getPostBakeTemp
public java.lang.Float getPostBakeTemp()
Gets the value of the postBakeTemp property.- Returns:
- possible object is
Float
-
setPostBakeTemp
public void setPostBakeTemp(java.lang.Float value)
Sets the value of the postBakeTemp property.- Parameters:
value- allowed object isFloat
-
getPostBakeTime
public Duration getPostBakeTime()
Gets the value of the postBakeTime property.- Returns:
- possible object is
String
-
setPostBakeTime
public void setPostBakeTime(Duration value)
Sets the value of the postBakeTime property.- Parameters:
value- allowed object isString
-
getPostExposeTime
public Duration getPostExposeTime()
Gets the value of the postExposeTime property.- Returns:
- possible object is
String
-
setPostExposeTime
public void setPostExposeTime(Duration value)
Sets the value of the postExposeTime property.- Parameters:
value- allowed object isString
-
getPreHeatTemp
public java.lang.Float getPreHeatTemp()
Gets the value of the preHeatTemp property.- Returns:
- possible object is
Float
-
setPreHeatTemp
public void setPreHeatTemp(java.lang.Float value)
Sets the value of the preHeatTemp property.- Parameters:
value- allowed object isFloat
-
getPreHeatTime
public Duration getPreHeatTime()
Gets the value of the preHeatTime property.- Returns:
- possible object is
String
-
setPreHeatTime
public void setPreHeatTime(Duration value)
Sets the value of the preHeatTime property.- Parameters:
value- allowed object isString
-
withPostBakeTemp
public DevelopingParams withPostBakeTemp(java.lang.Float value)
-
withPostBakeTime
public DevelopingParams withPostBakeTime(Duration value)
-
withPostExposeTime
public DevelopingParams withPostExposeTime(Duration value)
-
withPreHeatTemp
public DevelopingParams withPreHeatTemp(java.lang.Float value)
-
withPreHeatTime
public DevelopingParams withPreHeatTime(Duration value)
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equalsin classSpecificResource
-
equals
public boolean equals(java.lang.Object object)
- 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
-
-